UtilitySkills
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection Surface (Category 8)
- Ingestion points: Untrusted data enters the agent context through the
reportobject, specifically via fields likeone_line_decisionandrecommended_actionin theexport_to_pdfandexport_to_markdownfunctions (SKILL.md). - Boundary markers: There are no delimiters or explicit instructions provided to the agent or the processing functions to ignore embedded instructions within the report data.
- Capability inventory: The skill possesses file-writing capabilities through the
output_pathparameter, utilizing thereportlab.platypus.SimpleDocTemplatelibrary (SKILL.md). - Sanitization: No sanitization, validation, or escaping logic is implemented in the provided Python examples to filter malicious instructions within the source data.
- [SAFE]: Dependency usage
- The skill relies on well-known, industry-standard Python libraries including
reportlab,matplotlib,Pillow, andpydanticfor its core functionality. These dependencies are fetched from official registries and are considered safe for the intended purpose of document and graph generation.
Audit Metadata