moai-domain-html-report
Pass
Audited by Gen Agent Trust Hub on Aug 14, 2026
Risk Level: SAFEPROMPT_INJECTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes arbitrary
markdowncontent and renders it into an HTML report, creating a potential surface for indirect prompt injection. - Ingestion points: The
markdownargument inSKILL.mdis the entry point for untrusted data from upstream skills or users. - Boundary markers: The skill does not define specific delimiters or instructions to the agent to ignore embedded instructions within the input data.
- Capability inventory: The skill uses the
Writetool to create files and theBashtool to execute shell commands (auto-opening the file). - Sanitization: The instructions do not specify any logic for sanitizing or escaping the input markdown before it is rendered into the HTML templates.
- [EXTERNAL_DOWNLOADS]: The skill fetches typography and diagramming resources from well-known and trusted external services.
- Evidence: Templates and
references/fonts.mdlink tohttps://fonts.googleapis.com,https://fonts.gstatic.com, andhttps://cdn.jsdelivr.netfor font assets. - Evidence: The skill optionally fetches the Mermaid library from
https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.esm.min.mjsfor diagram rendering in specific audience tiers. - [COMMAND_EXECUTION]: The skill automatically executes platform-specific shell commands to open the generated report for the user.
- Evidence: The
Bashtool is used to runopen,xdg-open, orstarton the resulting file path depending on the host operating system.
Audit Metadata