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 ページを確認してインストールできます。
SOC 職業分類に基づく
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.