security-checklist
스타0
포크0
업데이트2025년 11월 6일 08:26
Security review guardrails for AIRBot
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SKILL.md
readonly메뉴
Security review guardrails for AIRBot
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Kotlin backend layering and packaging guidelines
Coroutine usage guardrails for Kotlin backend reviewers
SQL data access best practices for AIRBot reviewers
Testing expectations for AIRBot reviewers
TypeScript style standards for AIRBot reviewers
| name | security-checklist |
| description | Security review guardrails for AIRBot |
| license | MIT |
.env, tokens, keys, or credentials added to source or logs.exec/spawn unless sanitized and justified.bun audit, npm audit) when adding new packages.Glob to locate *.env, config, or scripts directories.Grep for dangerous APIs like child_process, eval, Function, fetch(, or axios( without validation.Read diffs around auth flows, credential handling, and new integration points.