render-workspace-html
Pass
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill operates entirely within the local environment, reading workspace files and generating a self-contained HTML report without any network connectivity or external assets.
- [COMMAND_EXECUTION]: The skill invokes a local Python script (
scripts/build_dashboard.py) using standard system tools to process data and generate the output file. - [SAFE]: The implementation demonstrates secure coding practices by applying
html.escapeto all data derived from the filesystem (including filenames and index logs) before rendering it into the HTML dashboard, effectively mitigating risks associated with untrusted data injection.
Audit Metadata