← selflabbs.com
INDIVIDUAL MCP TOOL
audit_dependencies
Audit a whole dependency manifest for known vulnerabilities in one call.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.security-intel]
url = "https://security.selflabbs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"security-intel": {
"type": "http",
"url": "https://security.selflabbs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: security-intel
Remote MCP URL: https://security.selflabbs.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"security-intel": {
"url": "https://security.selflabbs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"security-intel": {
"type": "http",
"url": "https://security.selflabbs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "security-intel",
"transport": "streamable-http",
"url": "https://security.selflabbs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
cve_lookup— Look up a CVE by ID and get a compact summary: description, CVSS score & severity, vector, CWE weakness, publish date, and references.package_vulnerabilities— List known vulnerabilities for a software package (optionally a specific version) via OSV.