원클릭으로
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.