getSecurityAdvisories
Audits project dependencies for known CVEs, returning severity levels and remediation advice. Supports npm, yarn, pnpm, cargo, and pip with auto-detection.
Instructions
Security audit: CVEs with severity and remediation. Auto-detects npm/yarn/pnpm/cargo/pip-audit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| packageManager | No | Package manager to audit. Default: auto-detect | |
| severity | No | Minimum severity to include in results. Default: all | |
| onlyFixable | No | Only return advisories that have a known fix available |