review-a-skill
Pass
Audited by Gen Agent Trust Hub on Apr 3, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
npxto run shell commands for previewing, validating, and curating other skills. These commands are necessary for the skill's defined workflow and are executed in the context of skill library management. - [EXTERNAL_DOWNLOADS]: The use of
npxinvolves downloading theai-agent-skillspackage from the npm registry if it is not already available locally. This is a standard mechanism for executing Node.js-based tooling. - [PROMPT_INJECTION]: The skill exhibits an attack surface for indirect prompt injection as it processes content from external skill files. This is mitigated by the tool's design.
- Ingestion points: Skill content is read from the local file system using the
previewandvalidatecommands as defined inSKILL.md. - Boundary markers: Documentation indicates that the
previewcommand includes a sanitization step for the content it displays and warns the user to investigate if sanitization flags are triggered. - Capability inventory: The skill possesses the ability to curate, verify, and delete skill files via the
curatecommand. - Sanitization: Content is sanitized by the underlying
previewtool before being presented to the agent.
Audit Metadata