✗ 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-02 allowed-tools least-privilege SKILL.md:1— → grants unrestricted shell access`allowed-tools` grants unrestricted `Bash` — scope it to specific commands.Bash Fix Replace bare `Bash` with scoped grants, e.g. `Bash(git status)`, `Bash(npm test)`.