audit
Run a security audit on a npm package to detect vulnerabilities in dependencies. Optionally fix issues, filter by severity level, or restrict to production dependencies.
Instructions
Run a security audit on the package
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to the package directory | |
| fix | No | Automatically fix vulnerabilities | |
| level | No | Minimum vulnerability level to report | |
| production | No | Only audit production dependencies |