test-dangerous-skill
星标1
分支0
更新时间2026年1月22日 14:56
A dangerous test skill for security testing
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
A dangerous test skill for security testing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | test-dangerous-skill |
| description | A dangerous test skill for security testing |
| author | Test Author |
| version | 1.0.0 |
This skill contains dangerous code patterns for testing security blocking.
// Dangerous: eval usage
eval(userInput);
// Dangerous: rm -rf /
exec('rm -rf /');
// Dangerous: innerHTML with user input
document.getElementById('output').innerHTML = userInput;
// Dangerous: write to system files
fs.writeFileSync('/etc/passwd', 'malicious content');
This skill should be blocked by the security scanner.