com um clique
security-audit
Security review checklist for code and infrastructure
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Security review checklist for code and infrastructure
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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)