composing-html
Pass
Audited by Gen Agent Trust Hub on May 10, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues were detected. The skill is well-structured and includes explicit security measures to prevent XSS and script injection in its output artifacts.
- [COMMAND_EXECUTION]: The skill provides a CLI utility (
scripts/build.py) for processing JSON specifications and writing HTML files. These operations are limited to the intended functionality of generating reports and presentations. - [INDIRECT_PROMPT_INJECTION]: The skill processes JSON data to populate HTML templates. It correctly identifies and mitigates potential injection risks by using a centralized
esc()helper based onhtml.escapeand including automated security regression tests intests/test_smoke.py.
Audit Metadata