ワンクリックで
security-standards
Universal security protocols for building safe and resilient software.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Universal security protocols for building safe and resilient software.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Foundational "High-Density" standard for token-optimized agent instructions and CLI-based automated activation.
Universal principles for clean, maintainable, and robust code across all environments.
Standards for performing high-quality, readable code reviews.
Essential rules for code comments, READMEs, and technical documentation.
CRITICAL - Before ANY file write, audit loaded skills for violations. Auto-report via feedback command.
Universal standards for version control, branching, and team collaboration.
| name | Security Standards |
| description | Universal security protocols for building safe and resilient software. |
| metadata | {"labels":["security","encryption","authentication","authorization"],"triggers":{"keywords":["security","encrypt","authenticate","authorize"]}} |
Universal security protocols for building safe and resilient software.
audit) and update third-party libraries to patch CVEs.**No Secrets in Git**: Use Secret Managers or Env variables.**No String Concatenation**: Use Parameterized queries or ORMs.**No Stacktraces in Prod**: Return generic error codes to clients.**No Default Passwords**: Force rotation and strong entropy.