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.1"Genuinely one of the best security audits I've received โ 4 rounds, 9 GitHub issues, honest FP corrections, and actionable fixes for everything. Professional-grade work."
kai โ Founder, AgentPass
agentpass.space ยท Identity layer for AI agents
"The audit was thorough โ 18 security issues filed, all fixed in one batch PR. Rate limiting, CORS, admin exposure โ everything caught and patched."
Anthony Ettinger (chovy) โ Founder, coinpayportal.com & ugig.net
coinpayportal.com ยท Crypto payment gateway ยท 18 critical/high issues found & patched
Found 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 |