sentinel-kb
v0.5.0
Published
AI-powered security vulnerability scanner with 288 rules, 103 CWE mappings, and deep pattern matching.
Maintainers
Readme
Sentinel-KB
Security vulnerability scanner with 93+ detection rules and deep pattern matching. Works as a Claude MCP plugin or standalone CLI.
Features
- 93+ security rules — injection, XSS, auth, secrets, SSRF, memory safety, concurrency, and more
- Deep scan — AI-powered vulnerability pattern matching
- Multi-language — TypeScript, JavaScript, Python, Go, Java, Rust, C/C++, Ruby, PHP
- Built-in knowledge base — 2000+ vulnerability patterns
Install
git clone https://github.com/dolfrin/SentinelAiaudit.git ~/.sentinel-kb
cd ~/.sentinel-kb && npm install --productionCLI
# Scan a project
node ~/.sentinel-kb/dist/cli.js scan /path/to/project
# Search vulnerability patterns
node ~/.sentinel-kb/dist/cli.js search "buffer overflow"
# Stats
node ~/.sentinel-kb/dist/cli.js statsClaude MCP Plugin
claude mcp add sentinel-kb node ~/.sentinel-kb/dist/index.jsLicense
AGPL-3.0
