invoice-generator
Pass
Audited by Gen Agent Trust Hub on Mar 10, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface because it ingests untrusted user data and possesses document generation capabilities.
- Ingestion points: The skill requires inputs for
client_infoandline_itemsin SKILL.md, which are sourced from external user-provided descriptions. - Boundary markers: There are no explicit delimiters or instructions to ignore embedded instructions provided to separate the user-supplied data from the agent's task logic.
- Capability inventory: The skill utilizes the
office-mcpserver tools includingcreate_docx,fill_docx_template, anddocx_to_pdffor document creation and manipulation (SKILL.md). - Sanitization: No explicit validation, filtering, or escaping of user input is defined before the data is processed into the final document artifacts.
Audit Metadata