| name | tapps-security |
| user-invocable | true |
| model | claude-sonnet-4-6 |
| description | Run a comprehensive security audit including vulnerability scanning and dependency CVE checks. Use when reviewing security-sensitive changes, before a security audit, or before a production release. |
| allowed-tools | mcp__nlt-build__tapps_security_scan mcp__nlt-build__tapps_dependency_scan |
| argument-hint | [file-path] |
Run a comprehensive security audit using TappsMCP:
- Call
mcp__nlt-build__tapps_security_scan on the target file to detect vulnerabilities
- Call
mcp__nlt-build__tapps_dependency_scan to check for known CVEs in dependencies
- Group all findings by severity (critical, high, medium, low)
- Suggest a prioritized fix order starting with the highest-severity issues