chart-embedded-export
Pass
Audited by Gen Agent Trust Hub on Jul 3, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill exhibits a vulnerability surface for indirect prompt injection by incorporating processed data into a Markdown report without boundary markers or complete sanitization.
- Ingestion points: Untrusted data enters the agent context through the
dfobject, which is derived from external files and processed inSKILL.md. - Boundary markers: Absent. The report generation logic in Step 5 appends values from the data directly into the Markdown string without using delimiters or instructions for the agent to ignore embedded content.
- Capability inventory: The skill performs file system writes (
to_excelin Step 3,savefigin Step 4) and generates structured analysis reports across all steps. - Sanitization: Partial. While Step 1 uses regex to clean the
target_col, other fields such asgroup_coland the data exported viato_markdown()in Step 5 are interpolated into the prompt without validation or escaping.
Audit Metadata