一键导入
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