一键导入
bad-allowed-tools
Use when you need to test a skill with allowed-tools as a YAML list.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when you need to test a skill with allowed-tools as a YAML list.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Creates detailed reports from data when the user asks for report generation or data summaries.
Use when you need to test a skill that produces a security warning (not block).
Tests various features in applications to ensure quality. Use when testing is needed.
[this is broken yaml
Use when you need to test a skill with non-string values in the metadata map.
Use when you need to test a skill with an invalid name format.
| name | bad-allowed-tools |
| description | Use when you need to test a skill with allowed-tools as a YAML list. |
| allowed-tools | ["Read","Write","Bash"] |
The allowed-tools field must be a space-delimited string, not a YAML list.
Correct format: allowed-tools: "Read Write Bash"
Wrong format: the YAML list above
Expected failure: frontmatter.allowed-tools-format [moderate]