rq-report-renderer
Pass
Audited by Gen Agent Trust Hub on Apr 27, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/render_report.pycontains logic to execute shell commands (xdg-openoropen) via thesubprocess.runfunction. This functionality is triggered only when the--openflag is explicitly provided by the user, and its purpose is to open the generated HTML report in a browser. The implementation uses argument lists, which is a standard security practice to prevent shell injection.\n- [SAFE]: The skill performs expected file system operations, including reading Markdown files and writing HTML output, consistent with its stated purpose. It employs standard HTML escaping to mitigate potential Cross-Site Scripting (XSS) risks in the generated reports and does not exhibit any patterns of data exfiltration, obfuscation, or persistence.
Audit Metadata