write-docs
Pass
Audited by Gen Agent Trust Hub on Jul 13, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill instructions in
references/readme.mdrequire the agent to fetch external content fromhttps://skills.sh/docsand use it to extract formatting rules for README files. This creates a surface for indirect prompt injection where malicious instructions could be embedded in the remote documentation. - Ingestion points: The
<required_reading>block inreferences/readme.mdtriggers a fetch tohttps://skills.sh/docs. - Boundary markers: Absent. The skill lacks explicit instructions or delimiters to prevent the agent from obeying instructions that might be contained within the fetched content.
- Capability inventory: The skill is capable of scanning the local repository using
gitorripgrepand writing markdown files. It does not possess direct shell execution or network exfiltration tools beyond the initial fetch. - Sanitization: Absent. The skill does not validate or sanitize the fetched content before using it to generate documentation.
- [EXTERNAL_DOWNLOADS]: The skill fetches documentation from
https://skills.sh/docsto verify installation commands and badge formats. This is a functional requirement for the skill to provide accurate platform-specific instructions.
Audit Metadata