rich-html
Pass
Audited by Gen Agent Trust Hub on Jun 25, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references the Mermaid.js library via the jsDelivr CDN (https://cdn.jsdelivr.net/npm/mermaid@11/dist/mermaid.min.js) within its HTML templates. This is a standard method for including well-known visualization libraries and is considered safe.
- [COMMAND_EXECUTION]: The documentation provides a suggested command for users to preview their generated reports locally using
python3 -m http.server 8000. This is a standard and legitimate use of a built-in Python module for serving static files in a development environment. - [SAFE]: The Mermaid initialization within the provided assets uses
securityLevel: 'loose'. While this configuration allows for more complex diagram features, it is a common requirement for certain Mermaid functionality. Given that the content is generated by the AI to report on its own actions, this does not represent a significant security risk.
Audit Metadata