Install
$ agentstack add skill-yu-iskw-skill-inspector-inspect-skills ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Inspect Agent Skills
Purpose
Run the skill-inspector CLI to analyze one or more Agent Skills for spec compliance, security (e.g. RCE, data exfiltration), and provider compatibility. Use this skill when you need to validate, audit, or harden Agent Skills.
When to Use
- The user asks to "inspect skills", "validate skills", "audit skills for security", or "check skill compliance".
- You need to verify a skill directory or repo before adopting or recommending it.
- You want a 0–100 score and actionable findings for a skill or skill set.
How to Use
- List skills only (no LLM required): From the repo or directory that contains skills, run:
``bash ./scripts/list-skills.sh [source] ``
Example: ./scripts/list-skills.sh . or ./scripts/list-skills.sh owner/repo.
- Full inspection (requires at least one LLM API key): Run:
``bash ./scripts/inspect.sh [source] [options] ``
The script checks for ANTHROPIC_API_KEY, OPENAI_API_KEY, GOOGLE_API_KEY, MISTRAL_API_KEY, or GROQ_API_KEY and exits with a clear error if none are set.
Examples:
./scripts/inspect.sh .— inspect all skills in current directory./scripts/inspect.sh ./my-skill --provider anthropic./scripts/inspect.sh owner/repo -s "skill-name" --json
- Interpret results: See [references/cli-usage.md](references/cli-usage.md) for score ranges, severity levels, and
--jsonoutput.
Resources
- [CLI usage and options](references/cli-usage.md): Flags, providers, and environment variables.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: yu-iskw
- Source: yu-iskw/skill-inspector
- License: Apache-2.0
- Homepage: https://www.npmjs.com/package/skill-inspector
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.