related-skill
Pass
Audited by Gen Agent Trust Hub on Mar 21, 2026
Risk Level: SAFE
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill utilizes
npxto execute theskillspackage. This involves downloading the package from the NPM registry at runtime to perform skill discovery and management tasks. - [COMMAND_EXECUTION]: The skill documentation provides instructions for using the
npx skillscommand-line interface. The execution environment is restricted via frontmatter to only permit commands starting withnpx skills, preventing arbitrary command execution. - [REMOTE_CODE_EXECUTION]: The
npx skills addcommand installs additional agent skills from theinference-shregistry. This is the intended primary function of the skill and occurs within the provider's ecosystem.
Audit Metadata