with one click
security-audit
Security review checklist for code and infrastructure
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Security review checklist for code and infrastructure
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Design RESTful APIs following best practices
Systematic bug investigation and root cause analysis
Review code quality, patterns, and best practices
Generate commit messages following conventional commits with scope detection
Generate and update technical documentation
Break down features into implementable tasks
| type | skill |
| name | Security Audit |
| description | Security review checklist for code and infrastructure |
| skillSlug | security-audit |
| phases | ["R","V"] |
| generated | "2026-02-08T00:00:00.000Z" |
| status | filled |
| scaffoldVersion | 2.0.0 |
Use this skill when auditing security aspects of the Smart Farming application, especially before deploying changes that affect authentication, database access, user input handling, or external integrations.
@login_required decorator protects all admin-only routesSECRET_KEY is set via environment variable, not hardcodedMysql.query() and Mysql.mutate()MYSQL_DATABASE_*)app-network), not exposed publiclyinit_database() (which drops/recreates tables) is only used in developmentemail_validator for proper validation| safe on user-provided data.env file is in .gitignore and never committedSUPPORT_EMAIL_APP_PASSWORD is not logged or exposedrequirements.txt don't have known vulnerabilitiespackage.json are up to date| safe filter usage in Jinja2 templates## Security Audit Report
**Date**: YYYY-MM-DD
**Scope**: (files/features audited)
### Critical Issues
- (none / list)
### High Priority
- (findings)
### Medium Priority
- (findings)
### Recommendations
- (improvements)