Harvest
Fail
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: HIGHCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: Unsafe shell command construction in
scripts/generate-report.js. The script useschild_process.execSyncto execute GitHub CLI (gh) commands, where input arguments such as--repoand--authorare appended directly to the command string without sanitization or escaping. This allows for arbitrary shell command injection if an attacker can influence these parameters. - [REMOTE_CODE_EXECUTION]: The command injection vulnerability in
scripts/generate-report.jsenables arbitrary code execution on the system where the agent invokes the report generation utility. - [EXTERNAL_DOWNLOADS]: The reporting templates and sample reports (
templates/client-report.htmlandsamples/client-report-2026-01-31.html) load theChart.jslibrary from an external CDN (https://cdn.jsdelivr.net/npm/chart.js).
Recommendations
- AI detected serious security threats
Audit Metadata