audit_security
Audit your tech stack against OWASP Top 10 with compliance checks for GDPR, HIPAA, and PCI-DSS. Get a security score and actionable checklist to fix vulnerabilities.
Instructions
Audit security of a tech stack against OWASP Top 10. Includes compliance checks (GDPR, HIPAA, PCI-DSS), scoring, and actionable checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| has_auth | No | Does the app have authentication? (default: true) | |
| has_payment | No | Does the app process payments? | |
| project_type | Yes | Project type | |
| stack_tech_ids | Yes | Technology IDs in the stack (e.g., ["react", "express", "postgresql"]) |