๐Ÿ›ก๏ธ
QualityPython

Skill Inspector

by NVIDIA

Skill Inspector is a Quality skill for Claude Code, published by NVIDIA in SkillSpector.

14.6K stars1.2K forkson NVIDIA/SkillSpectorAdded 2026/08/14Repository updated 2026/08/13
agent-securityagent-skillsagentic-aiai-securityclaude-codemcpprompt-injectionsecurity-scannersecurity-toolssecurity-workflowsupply-chain-security
Install in seconds
Install Skill Inspector
Copy Skill Inspector into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/NVIDIA/SkillSpector/tree/main/skills/skill-inspector ~/.claude/skills/skill-inspector

Requires Node.js. Downloads this skill only โ€” not the rest of the repository โ€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/NVIDIA/SkillSpector.git

Clones the whole repository, then copy the skillโ€™s own directory into your skills folder yourself.

In this catalog

Source file
skills/skill-inspector/SKILL.md in NVIDIA/SkillSpector
Installs to
~/.claude/skills/skill-inspector
Collection
One of 24 skills cataloged from this repository
Category
Quality โ€” 1354 skills

What Skill Inspector does

Skill Inspector reviews AI agent skills before installation using NVIDIA SkillSpector static scanning and source-aware semantic review. Use it when you need to decide whether a skill or downloaded skill folder is safe, trustworthy, installable, over-permissioned, or malicious.

Skill Inspector is cataloged under Quality on DirSkills. Skill Inspector comes from a repository tagged agent-security, agent-skills, agentic-ai, ai-security and claude-code.

Documentation

README

Skill Inspector

Goal

Decide whether an AI agent skill is safe to install, keep installed, or submit for review.

Use two independent review lines:

  1. SkillSpector static evidence: deterministic scanning for known risk patterns.
  2. Agent semantic review: source-aware judgment about intent, permission fit, hidden behavior, and user control.

Do not rely on the numeric score alone. A low score can miss semantic risk, and a high score can be justified when sensitive behavior is clearly documented, necessary, and bounded.

Operating Rules

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Skill Inspector

  • What else does NVIDIA publish alongside Skill Inspector?

    Skill Inspector is one of 24 skills that DirSkills catalogs from NVIDIA/SkillSpector, the repository it ships in. Its siblings there include Chef Assistant, Code Formatter and Code Reviewer. Each one is a separate skill with its own page in this directory, installs the same way Skill Inspector does, and is maintained by NVIDIA in that same repository. The rest of the collection is listed on the NVIDIA/SkillSpector page.

  • How does Skill Inspector compare to other Quality skills?

    Skill Inspector ranks #162 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Skill Inspector against them. Open each page to compare what they document and how they install.