Documentation
README
Skill Inspector
Goal
Decide whether an AI agent skill is safe to install, keep installed, or submit for review.
Use two independent review lines:
- SkillSpector static evidence: deterministic scanning for known risk patterns.
- Agent semantic review: source-aware judgment about intent, permission fit, hidden behavior, and user control.
Do not rely on the numeric score alone. A low score can miss semantic risk, and a high score can be justified when sensitive behavior is clearly documented, necessary, and bounded.
Operating Rules
This is the opening of the README. Read the full README on GitHub.