Open-source security context
Known vulnerabilities across widely-used open-source projects — each with the actual code that fixed it. The context to find the next bug. Tracking 20 projects and 2,196 advisories.
Web frameworks
The Python web framework for perfectionists with deadlines.
Lightweight WSGI web application framework.
Full-stack web framework for Ruby.
The PHP framework for web artisans.
Core support for the Spring ecosystem on the JVM.
JavaScript
The React framework for the web.
Fast, minimalist web framework for Node.js.
Promise-based HTTP client for the browser and Node.js.
A modern JavaScript utility library.
Build cross-platform desktop apps with web tech.
Cloud & infra
Production-grade container orchestration.
Secrets management, encryption as a service.
Observability and data-visualisation platform.
High-performance S3-compatible object storage.
AI / ML
Security & data
Query it from your own tools
The same intelligence is available as a Model Context Protocol server and a plain REST API — point an MCP client (Claude, Cursor, your own agent) at it, or curl it directly.
Streamable HTTP. Tools: list_projects, search_projects, get_project, get_vulnerability (with fix diff).
{
"mcpServers": {
"hunters-security-context": {
"url": "https://<your-host>/api/v1/security-context/mcp"
}
}
}Public, JSON, no key. The same processed shape the site renders.
GET /api/v1/security-context/projects
GET /api/v1/security-context/projects/django/django
GET /api/v1/security-context/vuln/{id}?diffs=true
GET /api/v1/security-context/search?q=react