| name | security-review |
| description | Auto-triggered security checklist. Activates when editing API endpoint files, configuration files, Dockerfiles, or dependency manifests. Runs a structured security review automatically โ no slash command needed.
|
| triggers | ["**/*router*.py","**/*endpoint*.py","**/*api*.py","**/*config*.py","**/Dockerfile*","**/*.env.example","**/requirements*.txt","**/pyproject.toml"] |
Security Review Checklist
This skill runs automatically when the above file patterns are modified.
Checklist (run through each item)
Secrets and Credentials
Input Validation
Logging Safety
Docker / Deployment (if Dockerfile modified)
Dependencies (if requirements.txt or pyproject.toml modified)
Reporting
For each item that FAILS, report:
[SECURITY] path/to/file.py:line โ Description of issue
Fix: Specific remediation step
If all items PASS, report: "โ
Security checklist passed โ no issues found."