Security scanner for AI agent skills, MCP servers, and tool configs
v2.2.0 ยท 102 rules ยท Context-aware ยท Zero dependencies
Not all findings are equal. SkillFence understands where a pattern appears and adjusts severity automatically.
| Context | Example | Severity |
|---|---|---|
| Source code | eval(userInput) | CRITICAL |
| README / docs | curl | sh in install instructions | INFO |
| Test files | exec() in test helper | MEDIUM max |
| Config files | API key pattern in .env.example | LOW confidence |
Allowlist: Database.exec() (SQLite), RegExp.exec(), MD5 in S3 (AWS spec), SHA1 in webhook verification (API requirement)
usableAsTool without HITL gate v2.0verified: false) v2.1Found real vulnerabilities in production projects:
Highlights: CRITICAL JWT default secret, CORS origin reflection, ExecuteCommand RCE via prompt injection, trust score manipulation, unauthenticated webhook endpoints
| Version | Rules | What's New |
|---|---|---|
| v1.2.0 | 76 | Initial release โ OWASP MCP Top 10 coverage |
| v2.0.0 | 92 | Context-aware scanning, CORS, SSRF, JWT, AI-Tool rules |
| v2.1.0 | 99 | Hardcoded secrets, auth patterns, account enumeration |
| v2.2.0 | 102 | Trust manipulation, unauthed notifications, static KDF salt |