en un clic
security-audit
Security review checklist for code and infrastructure
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Security review checklist for code and infrastructure
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
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
Basé sur la classification professionnelle SOC
| 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)