docs-starter-kit
Pass
Audited by Gen Agent Trust Hub on Sep 4, 2026
Risk Level: SAFENO_CODE
Full Analysis
- [SAFE]: The skill is a collection of markdown templates for project documentation. It does not perform any active operations, network requests, or file system modifications.
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest project-specific information from the user to populate documentation templates. While this creates an ingestion surface for potentially untrusted data, the skill lacks any dangerous capabilities (such as subprocess execution or network exfiltration) to be exploited.
- Ingestion points: Project names, descriptions, and feature lists provided by the user are used to fill templates in SKILL.md.
- Boundary markers: Not present, as the output is intended to be static documentation.
- Capability inventory: None. The skill generates text and does not invoke external tools or scripts.
- Sanitization: Not applicable for static template generation.
Audit Metadata