一键导入
code-safety
Scan LLM-generated code for security vulnerabilities using language-aware pattern rules
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Scan LLM-generated code for security vulnerabilities using language-aware pattern rules
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Trust-aware dialogue generation for AI companion relationships
Generate, edit, upscale, variate, and style-transfer images using the AgentOS multi-provider image pipeline with automatic fallback and character consistency.
Difficulty scaling, CR calculations, action economy, adaptive encounter design
Fair adjudication of game encounters — combat, puzzles, social challenges
Renders game state changes into dramatic, immersive prose narrative
Branching quest DAGs, prospective memory triggers, workflow composition
| name | code-safety |
| version | 1.0.0 |
| description | Scan LLM-generated code for security vulnerabilities using language-aware pattern rules |
| author | Frame.dev |
| namespace | wunderland |
| category | security |
| tags | ["guardrails","code-safety","security","injection","xss","owasp","static-analysis"] |
| requires_tools | ["scan_code"] |
| metadata | {"agentos":{"emoji":"🛡"}} |
A guardrail automatically scans code in your responses for security vulnerabilities. You also have a tool for on-demand code scanning.
When HITL (human-in-the-loop) is enabled with guardrailOverride: true (the default), the code-safety scanner runs after HITL approval as a post-approval guardrail. This means even actions approved by a human operator or LLM judge are scanned for destructive patterns before execution. This catches accidental approvals of dangerous commands like rm -rf / or DROP TABLE. See the hitl-safety skill for full HITL configuration.