What problem does it solve? Security teams and developers need a fast, scriptable way to look up known vulnerabilities, CVEs, and GHSAs without leaving the terminal or manually browsing the GitHub Advisory Database website. ## Core Features & Use Cases - Advisory Search & Filtering: List and filter advisories by severity, ecosystem, CWE, type, state, and date range using the GitHub REST API. - Detailed Advisory Lookup: Retrieve full advisory details including CVSS scores, CWE mappings, affected version ranges, and patched versions for any GHSA or CVE. - Dependency Auditing: Check packages across ecosystems (npm, pip, go, maven, and more) for known vulnerabilities and track newly published advisories over time. - Use Case: Before upgrading a dependency, run a query to check whether the target version of a package like django has any open high-severity advisories, then review the patched version and CVSS score to plan remediation. ## Quick Start Ask the agent to check whether the package django on PyPI has any high-severity GitHub Security Advisories and show their CVSS scores.