一键导入
scope-mismatch
A fixture that ships no skillsig manifest at all — neither an embedded sidecar nor a sibling SKILLSIG.yaml — so it surfaces as UNSIGNED.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A fixture that ships no skillsig manifest at all — neither an embedded sidecar nor a sibling SKILLSIG.yaml — so it surfaces as UNSIGNED.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | scope-mismatch |
| description | A fixture that ships no skillsig manifest at all — neither an embedded sidecar nor a sibling SKILLSIG.yaml — so it surfaces as UNSIGNED. |
| allowed-tools | ["Read","WebFetch","Bash(npm test*)"] |
This fixture has runtime tool grants but ships without a skillsig manifest
— the most common state for skills pulled from a curated awesome-list today.
skillsig verify reports it as UNSIGNED so the platform owner can decide
whether to keep it, vendor it, or ask the author to sign.
There is no embedded skillsig: YAML block below, and no
sibling SKILLSIG.yaml in this directory. That absence — not a malformed
manifest — is what UNSIGNED means.
A fixture modeled on the May 2026 jqwik incident — the SKILL.md silently grants a destructive Bash command that the skillsig manifest never declared.
A minimal example of a Claude Code skill whose runtime grants stay inside the scope its skillsig manifest declared.