qa-report
Fail
Audited by Gen Agent Trust Hub on May 11, 2026
Risk Level: HIGHCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The shell scripts
scripts/create_bug_report.shandscripts/generate_test_cases.shcontain command injection vulnerabilities in theprompt_inputfunction. The scripts use theevalcommand to dynamically assign user-supplied input to shell variables, which allows for the execution of arbitrary shell commands if the input contains command substitution patterns like$(...)or backticks. Furthermore, the scripts accept an output directory path as a command-line argument and use it in amkdir -pcommand without sanitization. Since the AI agent is instructed inSKILL.mdto execute these scripts and provide inputs based on user-supplied feature descriptions, this creates a direct path for unauthorized code execution on the host environment.
Recommendations
- AI detected serious security threats
Audit Metadata