cursor-plugin

skarn-security/cursor-plugin
★ 0 stars Unknown language Security Updated 3d ago
Skarn plugin for Cursor: the session and config audit skill, the local skarn MCP server declaration, and the pre-execution guard hooks. Generated at each Skarn release; do not hand-edit.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cursor-plugin": {
      "command": "npx",
      "args": [
        "-y",
        "skarn-security/cursor-plugin"
      ]
    }
  }
}

README Excerpt

A Cursor plugin that carries three things: the `skarn-audit` skill, the pre-execution guard hooks in audit mode, and a declaration for the local `skarn` MCP server. It carries no binary, no detection rules, and no detection engine. Install the `skarn` binary separately; everything here invokes it from your PATH.

Tools (1)

beforeSubmitPrompt