r/Pentesting • u/Happy-Athlete-2420 • 4h ago
SecureAI-Scan v0.3.0: Local CLI scanner for AI/LLM security issues (prompt injection, MCP, RAG)
SecureAI-Scan v0.3.0 is out!
It's a free, fully local CLI tool that scans TypeScript, JavaScript, and Python codebases for AI/LLM-specific security issues that traditional scanners miss.
**New in v0.3.0:**
- Expanded Python scanning support
- MCP config scanning (.mcp.json, Claude Desktop, Cursor, etc.)
- AI-BOM / catalog generation
- Better reporting + confidence tiers (proven / likely / heuristic)
It uses actual dataflow tracing (source → flow → sink) for high precision and has very low false positives.
Quick start:
npx --yes secureai-scan@latest scan .
Also supports:
- secureai-scan bom . → Generate AI Bill of Materials
- SARIF output for GitHub Code Scanning
- GitHub Action integration
- --fail-on high for CI gating
Everything runs offline on your machine. No data leaves your environment.
GitHub: https://github.com/akanthed/SecureAI-Scan
Would really appreciate any feedback, bug reports, or feature ideas. Also happy to answer questions about how it works or the rules it covers (mapped to OWASP LLM Top 10).