✗ 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:36auto-invocable (no disable-model-invocation) → performs a destructive action ("deploy")Skill appears to "deploy" but the model can auto-invoke it — a destructive action could fire without the user asking.deploy Fix If this action is destructive/irreversible, set `disable-model-invocation: true` so it only runs when explicitly invoked.