edge-hint-extractor
Warn
Audited by Gen Agent Trust Hub on May 9, 2026
Risk Level: MEDIUMCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The script
scripts/build_hints.pyusessubprocess.run()to execute a command provided by the--llm-ideas-cmdCLI argument in thegenerate_llm_hintsfunction. While the script usesshlex.split()to parse the command string, this still allows for the execution of any system binary with arbitrary arguments. This represents a risk of arbitrary command execution if an attacker or a compromised agent can influence the arguments passed to the script.
Audit Metadata