
Security News
Feross on the 10 Minutes or Less Podcast: Nobody Reads the Code
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.
skill-inspector
Advanced tools
A sophisticated agentic tool built with Mastra to inspect AI Agent Skills for quality, security, and compatibility.
You can run skill-inspector directly using npx:
npx skill-inspector inspect ./my-skill
Or install it globally:
# Using npm
npm install -g skill-inspector
# Using pnpm
pnpm add -g skill-inspector
# Using yarn
yarn global add skill-inspector
If you want to run the project locally for development:
# Install dependencies
pnpm install
# Build the project
pnpm build
# Run via pnpm dev
pnpm dev inspect ./my-skill
# Basic inspection of a local directory
skill-inspector inspect ./my-skill
# Inspect a remote GitHub repository
skill-inspector inspect anthropics/skills
# List found skills without inspecting
skill-inspector inspect ./my-skill --list
# Inspect specific skills by name
skill-inspector inspect anthropics/skills -s "git-commit" "test-and-fix"
# Choose a specific LLM provider and model
skill-inspector inspect ./my-skill --provider anthropic --model claude-3-5-sonnet-latest
# Output results as JSON for automation
skill-inspector inspect ./my-skill --json
# Debug mode (see detailed agent thoughts and logs)
skill-inspector inspect ./my-skill --debug
This repository includes an Agent Skill (skills/inspect-skills) that lets AI coding agents (e.g. Cursor, Claude Code) run the inspector from within a session. Use it when you want an agent to validate skills, audit for security, or check spec compliance.
scripts/list-skills.sh with a path or owner/repo.scripts/inspect.sh with the same source and optional flags (e.g. --provider, --json). At least one LLM API key is required.You can use the skill from this repo’s skills/inspect-skills/ directory, or install it with npx skills:
npx skills install skills/inspect-skills
The inspector supports multiple providers. Set your API keys as environment variables:
| Provider | CLI Value | Default Model | API Key Env Var |
|---|---|---|---|
| OpenAI | openai | gpt-5-mini | OPENAI_API_KEY |
| Anthropic | anthropic | claude-4-5-haiku@20260315 | ANTHROPIC_API_KEY |
| Google AI | google | gemini-2.5-flash | GOOGLE_API_KEY |
| Mistral | mistral | mistral-small-latest | MISTRAL_API_KEY |
| Groq | groq | llama-4-scout-17b | GROQ_API_KEY |
| Vertex AI | google-vertex | gemini-2.5-flash | GOOGLE_VERTEX_PROJECT, GOOGLE_VERTEX_LOCATION |
| Anthropic Vertex | anthropic-vertex | claude-4-5-haiku@20260315 | GOOGLE_VERTEX_PROJECT, GOOGLE_VERTEX_LOCATION |
For technical details, architecture diagrams, and contribution guidelines, see CONTRIBUTING.md.
Apache-2.0
FAQs
CLI tool to inspect Agent Skills for malicious behaviors
We found that skill-inspector demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.