一键导入
skillspector
Security scanner for AI agent skills — detects vulnerabilities, malicious patterns, and security risks before installing agent skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Security scanner for AI agent skills — detects vulnerabilities, malicious patterns, and security risks before installing agent skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | skillspector |
| description | Security scanner for AI agent skills — detects vulnerabilities, malicious patterns, and security risks before installing agent skills. |
| version | 1.0.0 |
| author | Hermes Agent |
| license | MIT |
| platforms | ["linux","macos"] |
| metadata | {"hermes":{"tags":["security","ai-agents","skills","scanning","vulnerabilities"],"related_skills":["agent-skills","claude-code"]}} |
Security scanner for AI agent skills. Detects vulnerabilities, malicious patterns, and security risks before installing agent skills.
git clone https://github.com/NVIDIA/SkillSpector.git
cd SkillSpector
uv venv .venv && source .venv/bin/activate
make install
skillspector scan ./my-skill/
skillspector scan ./SKILL.md
skillspector scan https://github.com/user/my-skill
# Terminal (default)
skillspector scan ./my-skill/
# JSON for CI/CD
skillspector scan ./my-skill/ --format json --output report.json
# Markdown for documentation
skillspector scan ./my-skill/ --format markdown --output report.md
# SARIF for GitHub Security tab
skillspector scan ./my-skill/ --format sarif --output report.sarif
64 vulnerability patterns across 16 categories:
# Verify installation
skillspector --version
# Test with a known-safe skill
skillspector scan https://github.com/addyosmani/agent-skills
# Test with a suspicious skill
skillspector scan ./suspicious-skill/ --format json
In-process vector database for AI applications — embed vector search, hybrid retrieval, and full-text search directly into your application without managing a separate server.
LLM-powered knowledge extraction CLI — transform unstructured text into structured knowledge (graphs, hypergraphs, spatio-temporal graphs) with a single command.
Give your AI agent one-click internet access — Twitter, Reddit, YouTube, GitHub, Bilibili, and more. Zero API fees.
Generate token-efficient CLIs for AI agents by reading API docs and studying community patterns. Prints Go binaries + Claude Code skills + MCP servers.
Terminal AI coding agent with video input, subagents, MCP support, and ACP editor integration
AI-powered code review CLI — deterministic pipelines + LLM agent, battle-tested at Alibaba scale