Know what your AI agents are running
AI agent skills can read your files, steal credentials, and exfiltrate data. skillcheck scans your machine in seconds and tells you what's safe.

Why scan your skills?
Skills have full access
A single malicious skill can read ~/.ssh, ~/.aws, and browser cookies — then exfiltrate them through an LLM call.
No review process
Unlike app stores, most skill registries have no security review. Anyone can publish, and agents auto-install from config.
Silent & persistent
Compromised skills run every time you use your agent. There are no permission prompts, no sandboxes, no audit logs.
What it detects
Prompt injection — Hidden instructions that hijack agent behavior
Credential theft — Reading SSH keys, API tokens, cloud credentials
Data exfiltration — Sending private files or code to external servers
Command execution — Running shell commands, downloading payloads
Obfuscation — Base64, Unicode tricks, hidden text in instructions
28 threat categories — MITRE ATLAS and OWASP LLM Top 10 mapped
Use cases
Before installing a skill
Check any skill against the Mondoo threat database before adding it to your agent config.
npx @mondoohq/skillcheckAudit your dev machine
Discover every skill installed across all your AI agents and flag known threats.
npx @mondoohq/skillcheck --verboseGate CI/CD pipelines
Block deployments when critical or high-risk skills are found on build agents.
npx @mondoohq/skillcheck --jsonSecure your team
Run skillcheck across developer machines to ensure no one has compromised skills installed.
npx @mondoohq/skillcheck --no-colorHow it works
1.
Discover
Finds installed skills, plugins, MCP servers, and rules across all agents
2.
Hash
Computes SHA-256 content hash for each skill file
3.
Lookup
Queries Mondoo AI agent skill threat intelligence for known threats
4.
Report
Shows findings with severity, summary, and full report links
Unknown skills show as clean — skillcheck fails open and never blocks your workflow.
Works with 19+ agents
Claude CodeCursorOpenAI CodexGemini CLIGitHub CopilotWindsurfGooseContinueClineKiroRooTraeAugmentOpenHandsOpenCodeKilo CodeMistral VibeQwen CodeWarp
Show detection paths
| Agent | Detects |
|---|---|
| Claude Code | skills, plugins, MCP servers |
| Cursor | skills, MCP servers, rules |
| OpenAI Codex | skills, plugins, MCP servers |
| Gemini CLI | skills, MCP servers |
| GitHub Copilot | skills, MCP servers |
| Windsurf | skills, MCP servers, rules |
| Goose | skills, extensions |
| Continue | skills |
| Cline | skills |
| Kiro | skills |
| Roo | skills |
| Trae | skills |
| Augment | skills |
| OpenHands | skills |
| OpenCode | skills |
| Kilo Code | skills |
| Mistral Vibe | skills |
| Qwen Code | skills |
| Warp | skills |
Installation
Run without installing:
npx @mondoohq/skillcheckInstall globally:
npm i -g @mondoohq/skillcheckPrecompiled binaries for macOS, Linux, and Windows on GitHub Releases.
From the blog
Learn more
- AI Agent Skill Threat Intelligence — browse all analyzed skills and their security verdicts
- Security Checks — 28 threat categories with MITRE ATLAS mapping
- GitHub — source code, issues, and releases