@clinetools/dep-scanner
v0.1.0
Published
Scan package.json, requirements.txt, Cargo.toml, and go.mod for known CVEs. Offline database of vulnerabilities, no API needed.
Maintainers
Readme
Dependency Vulnerability Scanner
Scan package.json, requirements.txt, Cargo.toml, and go.mod for known CVEs. Offline database of vulnerabilities, no API needed.
Quick Start
npx @clinetools/dep-scannerSetup
1. Get your token
Sign up at clinetools.com and get your API token.
2. Set environment variable
export CLINETOOLS_TOKEN=ct_live_...3. Add to your MCP client
Claude Code
claude mcp add dep-scanner -- npx @clinetools/dep-scannerClaude Desktop / Cline
Add to your MCP settings JSON:
{
"mcpServers": {
"dep-scanner": {
"command": "npx",
"args": ["@clinetools/dep-scanner"],
"env": {
"CLINETOOLS_TOKEN": "ct_live_..."
}
}
}
}Links
License
MIT
