jq
Warn
Audited by Gen Agent Trust Hub on Jul 8, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The installation scripts perform system-level modifications by acquiring elevated privileges and using package managers.
- The script
scripts/install.ps1explicitly usessudoto executeapt-getcommands for system updates and package installation. - The scripts
scripts/install.shandscripts/install.ps1invoke administrative package managers includingbrew,apt-get,dnf,pacman, andapkto install thejqutility. - [PROMPT_INJECTION]: The skill processes untrusted external JSON data, representing an indirect prompt injection attack surface.
- Ingestion points: Untrusted JSON data enters the agent context via files or standard input (stdin) as described in
references/cheatsheet.md. - Boundary markers: The instructions do not define delimiters or specific "ignore embedded instructions" warnings for the agent when processing JSON fields.
- Capability inventory: The skill allows the agent to execute shell commands (
jq) and run local installation scripts (scripts/install.sh,scripts/install.ps1). - Sanitization: There is no evidence of input validation, escaping, or filtering to prevent the agent from obeying instructions embedded within the JSON payloads.
Audit Metadata