slide-generator
Pass
Audited by Gen Agent Trust Hub on May 19, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructs the agent to execute shell commands to run a local generator script and open the resulting HTML file.
- Evidence:
SKILL.mdcontains instructions for the agent to executenode scripts/generate-cf-deck.mjsandopen presentations/<name>/index.html. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user input (pasted content) which is saved to a file and later processed by the script.
- Ingestion points: User input is received in Step 0 and written to
skills/examples/<name>.mdin Step 1. - Boundary markers: Absent. The agent is not explicitly instructed to use delimiters or ignore embedded instructions within the user-provided content.
- Capability inventory: The skill uses
fs(via the script) to read/write files and shell commands to execute the generation process. - Sanitization: The generator script in
scripts/generate-cf-deck.mjsimplements anescapeHtmlfunction to encode HTML entities before they are inserted into the slide templates, mitigating potential injection risks in the generated output.
Audit Metadata