render-reading-diff
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements robust security measures for processing untrusted data (git diffs). The
render-diff.awkscript contains a dedicatedrd_htmlfunction that escapes HTML special characters (`, <, >, ", ') to prevent Cross-Site Scripting (XSS) in the generated reports. - [SAFE]: File system operations are handled securely. The
rd_prepare_workspacefunction inscripts/lib/filesystem.shusesmktemp -dand sets a restrictiveumask 077to ensure temporary files are not accessible by other users. - [SAFE]: The shell scripts follow defensive programming practices, including
set -euo pipefailand careful validation of input/output paths to prevent accidental file overwrites or unauthorized access. - [SAFE]: The
SKILL.mdinstructions explicitly warn the AI agent against usingevalor executing the contents of supplied diffs, mitigating potential command injection or remote code execution risks. - [SAFE]: No external network calls, hardcoded credentials, or obfuscated code patterns were detected.
Audit Metadata