audit_dependencies
Scans an npm project's dependencies for known vulnerabilities using OSV. Offers deterministic mock mode for offline use or live mode with retry and caching.
Instructions
Audit the repository dependencies against OSV (api.osv.dev). Supports a deterministic mock adapter (default, no network) and a live adapter (timeout, bounded retry, TTL cache, sliding-window rate limit). Returns the dependency list and the matched vulnerabilities.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoRoot | No | ||
| osvMode | No | mock | |
| ecosystem | No | npm |