Prompt #80
Back to promptsSecurity Audit
- Variables
- language, code
- Tags
- security,audit,owasp
- Source
- research-2026-05-01
- Use count
- 0
- Created
- 2026-05-01T18:11:52.162090+00:00
- Updated
- 2026-05-01T18:11:52.162090+00:00
Content
Perform a thorough security audit of the following {{language}} code.
Check for:
- Injection vulnerabilities (SQL, command, LDAP)
- Authentication and authorization flaws
- Sensitive data exposure (secrets, PII in logs)
- Insecure dependencies or outdated packages
- OWASP Top-10 issues
For each finding: severity (Critical/High/Medium/Low), file/line reference, and a concrete remediation snippet.
```{{language}}
{{code}}
```