ワンクリックで
input-validation
Comprehensive input validation and output encoding practices to prevent injection attacks across all Hack23 projects
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Comprehensive input validation and output encoding practices to prevent injection attacks across all Hack23 projects
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
GitHub Agentic Workflows (gh-aw) - markdown-based AI automation with 5-layer security, safe outputs, and Continuous AI patterns
gh-aw CLI usage, compilation, testing, debugging, add-wizard, and CI/CD practices for GitHub Agentic Workflows
Multi-agent coordination, orchestrator-worker patterns, /plan decomposition, and project coordination for GitHub Agentic Workflows
5-layer defense-in-depth security for GitHub Agentic Workflows - safe outputs, threat detection, AWF firewall, and zero-trust patterns
Continuous AI patterns from Agent Factory - issue triage, documentation sync, code quality, security scanning, and project coordination
GDPR compliance including privacy by design, data protection requirements, consent management, right to be forgotten, and data breach response
| name | input-validation |
| description | Comprehensive input validation and output encoding practices to prevent injection attacks across all Hack23 projects |
| license | Apache-2.0 |
Ensure all user-supplied and external data is properly validated before processing and all output is properly encoded, preventing injection attacks (XSS, SQLi, command injection, path traversal) across all Hack23 projects.
MUST:
MUST NOT:
MUST:
Content-Type headers correctly on all responsesMUST NOT:
innerHTML with unsanitized user inputMUST:
unsafe-inline and unsafe-eval in CSP directives where possibleMUST:
rel="noopener noreferrer" for external links