status
Warn
Audited by Gen Agent Trust Hub on Sep 14, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill performs shell command execution by interpolating the user-provided
$ARGUMENTSinto a bash command string:parallel-cli research status "$ARGUMENTS" --json. This allows for potential command injection if a user provides input containing shell metacharacters like;,&&, or|. While theallowed-toolsfield restricts commands to theparallel-cliprefix, this check can often be bypassed if the malicious input is appended after the initial command components. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user input which could contain malicious instructions.
- Ingestion points: The
$ARGUMENTSvariable inSKILL.mdreceives input directly from user requests. - Boundary markers: No delimiters or safety instructions are used to separate the user-provided data from the command structure.
- Capability inventory: The skill utilizes the
Bashtool to execute commands on the system. - Sanitization: No input validation, filtering, or escaping is performed on the
$ARGUMENTSvariable before it is passed to the shell.
Audit Metadata