analyze_package_security
Run npm audit to identify security vulnerabilities in project dependencies, with optional severity threshold and package path.
Instructions
Run npm security audit to find vulnerabilities in dependencies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audit_level | No | Minimum severity level to report | low |
| package_path | No | Path to package.json or directory containing it (optional, defaults to current directory) |