skillspector-check
v1.0.3
Published
A Node.js CLI wrapper for NVIDIA SkillSpector to evaluate AI agent skills
Maintainers
Readme
Skill-Check CLI
A Node.js wrapper for NVIDIA SkillSpector, allowing you to run AI agent security scans directly via npx.
Prerequisites
Because this is a wrapper around SkillSpector, you must have Python 3.12+ and skillspector installed on your system.
# Install skillspector globally using uv
uv tool install git+https://github.com/NVIDIA/skillspector.gitUsage
You can use the CLI to scan any local directory, GitHub repository, or zip file to check for vulnerabilities before installing it into your AI agent environment.
# Scan a remote repository
npx skill-check https://github.com/vercel-labs/agent-browser
# Scan a local folder (fast static analysis only)
npx skill-check ./my-agent-skill --no-llmOptions
All arguments passed to skill-check are forwarded directly to skillspector scan.
--no-llm: Skip the LLM semantic analysis (fast mode).--format json: Output machine-readable JSON for CI/CD pipelines.
License
Apache-2.0
