✗ VERIFY-01 Evals or tests present skill.md:1the skill works → no evals/, tests/, or verification section foundNo way to prove the skill does what it claims. Fix Add an evals/ folder (test prompts + expected outcomes) and a '## Verify' step in the body.
⚠ SAFETY-03 No destructive auto-invocation skill.md:17auto-invocable (no disable-model-invocation) → performs a destructive action ("shutdown")Skill appears to "shutdown" but the model can auto-invoke it — a destructive action could fire without the user asking.shutdown Fix If this action is destructive/irreversible, set `disable-model-invocation: true` so it only runs when explicitly invoked.
⚠ TOKEN-02 Progressive disclosure skill.mdeverything inlined in SKILL.md → 481 body lines, 0 supporting filesLarge SKILL.md (481 lines) with no supporting files — all of it loads every time the skill fires. Fix Move heavy reference material into supporting files and link to them, so the model loads it only when needed.