core-fix-skill-docs
Pass
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes content from other local skills'
SKILL.mdfiles to identify documentation modules to fetch and save. This creates a potential vulnerability where data from an untrusted or compromised skill could influence the file operations of this maintenance tool. - Ingestion points: Reads
SKILL.mdfiles from subdirectories within~/.claude/skills/using theReadtool as described inSKILL.md. - Boundary markers: The instructions lack specific boundary markers or "ignore embedded instructions" warnings when handling the parsed reference lines.
- Capability inventory: The skill uses
Write,Edit,agent-browser, andWebFetchtools to modify the local filesystem and perform network operations. - Sanitization: The skill lacks explicit sanitization or validation of the
moduleandcrate_namevariables extracted from external files before they are interpolated into filesystem paths forWriteandEditoperations. - [EXTERNAL_DOWNLOADS]: Fetches documentation content from
docs.rs. This is a well-known service for hosting Rust documentation, and the download activity is consistent with the skill's primary purpose. - [COMMAND_EXECUTION]: Utilizes shell commands including
lsand bash loops to scan directories and verify the existence of documentation files within the agent's environment.
Audit Metadata