slides
Pass
Audited by Gen Agent Trust Hub on Jul 5, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill includes several Python and shell scripts designed for project management and slide generation, such as
scripts/scaffold_deck.pyfor template creation,scripts/generate_image_deck.pyfor API interaction,scripts/index_image_sources.pyfor asset discovery, andscripts/install_local.shfor environment setup. - [EXTERNAL_DOWNLOADS]: The
SKILL.mdinstructions guide the agent to install additional capabilities from the author's monorepo using an external skill installation script. - [DATA_EXFILTRATION]: The
scripts/generate_image_deck.pyscript communicates with the official Google Gemini API atgenerativelanguage.googleapis.comto render slide visuals. This is a well-known service and is documented as a core feature. - [PROMPT_INJECTION]: The skill processes user-supplied markdown and JSON slide specifications to generate prompts for an AI image model, which constitutes a vulnerability surface for indirect prompt injection.
- Ingestion points: Slide text and visual cues are read from local files by
scripts/generate_image_deck.py. - Boundary markers: While structural delimiters are used for parsing, there are no explicit instructions to ignore potentially malicious commands embedded within slide content.
- Capability inventory: The skill has permission to write local files and initiate network requests to an external API.
- Sanitization: No input filtering or validation is performed on the slide content before it is interpolated into the final API prompts.
Audit Metadata