skill-auditing
Pass
Audited by Gen Agent Trust Hub on Jul 28, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to run project-local validation tools like
pnpm lintandskills-ref validateto ensure skill formatting adheres to specifications. - [EXTERNAL_DOWNLOADS]: The skill performs network requests via web search or document fetching to verify factual claims, such as API versions and command flags, against official sources.
- [PROMPT_INJECTION]: The skill audits content from external directories, creating an attack surface for instructions embedded in audited files (indirect prompt injection).
- Ingestion points: The skill reads all content within
SKILL.mdand reference files from target directories like.claude/skills/or user-specified paths. - Boundary markers: No explicit delimiters or instructions are used to isolate untrusted skill content from the auditing agent's logic.
- Capability inventory: The skill has the capability to execute CLI commands (
pnpm,skills-ref), perform network searches, and write updates to local skill files. - Sanitization: No explicit sanitization or filtering of the audited content is mentioned.
Audit Metadata