book-chapter-generator
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands, specifically
mkdir -p, to programmatically create the directory structure for chapters on the local filesystem. - [INDIRECT_PROMPT_INJECTION]: The skill processes data from external files which could potentially contain malicious instructions.
- Ingestion points: Reads content from
/docs/course-description.mdand data from/docs/learning-graph/learning-graph.jsonto determine the chapter structure. - Boundary markers: No explicit delimiters or boundary markers are defined to isolate data from instructions within the processed files.
- Capability inventory: The skill possesses the ability to create directories, write new markdown files, and modify the
mkdocs.ymlconfiguration file. - Sanitization: The skill applies specific formatting rules for URL paths (lowercase, dashes, removal of special characters), but does not explicitly sanitize the text content extracted from the input files.
Audit Metadata