correctover-action

Correctover/correctover-action
★ 1 stars Unknown language AI/LLM Updated today
GitHub Action for AI Agent security baseline scanning. Scan MCP servers & agent frameworks for command injection, path traversal, SSRF & 19 AI-specific vulnerability categories.
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": {
    "correctover-action": {
      "command": "npx",
      "args": [
        "-y",
        "Correctover/correctover-action"
      ]
    }
  }
}

README Excerpt

Scan your AI agent code for command injection, path traversal, SSRF and 19 categories of AI-specific vulnerabilities. Runs in seconds. ```yaml name: AI Security Check on: [push, pull_request] jobs: scan: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Run Correctover Security Scan uses: Correctover/correctover-action@v1

Tools (4)

criticaljsonlevelpath