Skill Detail

Scan agent skills before installation with SkillSpector

Use SkillSpector to scan Claude Code, Codex, Gemini, MCP, and other agent skills for vulnerabilities, malicious patterns, prompt injection, data exfiltration, and supply-chain risk before installation.

Security & VerificationMulti-Framework
Security & Verification Multi-Framework Security Reviewed
⭐ 14.2k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill scan-agent-skills-before-installation-with-skillspector Copy
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
SkillSpector, uv or Docker, optional MCP extra, optional LLM provider credentials for semantic analysis
Install & setup
uv tool install git+https://github.com/NVIDIA/skillspector.git; optional MCP mode: uv tool install 'skillspector[mcp] @ git+https://github.com/NVIDIA/skillspector.git'; then run skillspector scan
Author
NVIDIA
Publisher
Organization
Last updated
Aug 5, 2026
Quick brief

# Scan agent skills before installation with SkillSpector

How it works

What this skill actually does

Use this skill when an operator needs to decide whether an agent skill is safe to install. SkillSpector scans Git repositories, URLs, zip files, directories, or individual SKILL.md files and reports security findings across vulnerability, malicious-pattern, prompt-injection, data-exfiltration, MCP, and supply-chain categories.

Invoke this instead of installing a skill normally when the source is new, untrusted, recently changed, or about to enter a shared agent environment. Run a static scan first for fast triage, then add LLM semantic evaluation or MCP/server mode when the operator needs deeper review or an agent-internal scanning tool.

The scope boundary is pre-installation and ongoing security review of agent skills. It is not a generic security product card, a broad vulnerability database, or an SDK listing. The repeatable workflow is: collect the candidate skill source, run SkillSpector against that exact source, review risk scores and findings, then approve, block, or baseline the install.

Source-backed install path from the upstream README: `uv tool install git+https://github.com/NVIDIA/skillspector.git`. For MCP usage, install the MCP extra with `uv tool install ‘skillspector[mcp] @ git+https://github.com/NVIDIA/skillspector.git’`.

Source-backed invocation examples include `skillspector scan ./my-skill/`, `skillspector scan ./SKILL.md`, and `skillspector scan https://github.com/user/my-skill`.