بنقرة واحدة
security
Audit code and changes for secrets, injection, and unsafe patterns. Run before commits or on demand.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Audit code and changes for secrets, injection, and unsafe patterns. Run before commits or on demand.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | security |
| description | Audit code and changes for secrets, injection, and unsafe patterns. Run before commits or on demand. |
Use this skill when asked to audit for security issues, before committing sensitive code, or whenever a change touches auth, crypto, input parsing, or external I/O.
git diff), specific files, or $1 path
filter. Read changed files in full context.(?i)(api[_-]?key|secret|token|password|passwd|pwd|private[_-]?key)\s*[:=]\s*["'\S]alg: none, weak
comparisons, plaintext password storage, missing rate limits on auth.* with credentials, debug flags in production, insecure
redirect handling.Group by severity:
Cite file:line and give a concrete remediation per finding. If a secret
is found, instruct immediate rotation — do not just remove it from code.
Never edit files. Read-only; report findings.