settings
Fail
Audited by Gen Agent Trust Hub on Apr 4, 2026
Risk Level: HIGHCOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The
setcommand logic inSKILL.mdcontains a shell command injection vulnerability. The script parses user-supplied arguments intoKEYandVALUEvariables, then uses them inside double-quoted strings within ajqcommand. Because these variables are expanded within double quotes by the bash shell, any command substitution syntax (such as$(...)or backticks) included in the user input will be executed by the shell before thejqcommand is run. This allows an attacker to execute arbitrary system commands with the privileges of the agent process.
Recommendations
- AI detected serious security threats
Audit Metadata