ワンクリックで
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.