audit_packages
Audit React Native project dependencies for vulnerabilities, filter by severity threshold, and get fix recommendations. Supports npm, yarn, and pnpm.
Instructions
Perform security audit on project dependencies and provide fix recommendations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | Path to React Native project root | |
| package_manager | No | Package manager to use | |
| auto_fix | No | Whether to automatically fix vulnerabilities | |
| severity_threshold | No | Minimum severity level to report |