infographic-builder
Pass
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a vulnerability surface for indirect prompt injection.
- Ingestion points: The agent ingests a user-provided topic in Step 1, which is then interpolated into a detailed prompt for the KIE AI model in Step 2 of SKILL.md.
- Boundary markers: The instructions lack delimiters or instructions to ignore embedded commands when processing the user topic.
- Capability inventory: The skill allows the agent to execute shell commands, perform network requests via curl, and run Python scripts (python), which could be misused if the generation prompt is successfully hijacked.
- Sanitization: There is no logic provided to sanitize or validate the user topic before prompt construction.
- [COMMAND_EXECUTION]: The skill performs command-line operations and script execution.
- Evidence: Executes a local Python script
scripts/infographic-builder/overlay_logo.pyto composite logos onto images. - Evidence: Uses shell commands (
grep,cut,source) to manage theKIE_API_KEYfrom a local.envfile. - [EXTERNAL_DOWNLOADS]: The skill interacts with an external service to fetch assets and dependencies.
- Evidence: Communicates with the KIE AI API (
api.kie.ai) to generate and download PNG infographics. - Evidence: Recommends installing the
Pillowlibrary via pip, which is a standard image processing dependency.
Audit Metadata