verify
Warn
Audited by Gen Agent Trust Hub on Feb 22, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- COMMAND_EXECUTION (MEDIUM): The
verify-buildanderror-recoveryskills execute shell commands via theBashtool to perform builds and tests. This creates a risk of arbitrary code execution if project configuration files likepackage.jsonare compromised. - EXTERNAL_DOWNLOADS (MEDIUM): The
error-recoveryskill automatically attempts to install packages usingpip installornpm installto resolve dependencies based on error messages. This can be exploited through indirect prompt injection to force the installation of malicious third-party software. - PROMPT_INJECTION (LOW): This skill set is susceptible to indirect prompt injection via untrusted data ingested from error logs and review comments.
- Ingestion points: The
error_messagevariable inerror-recovery.mdandimprovement_suggestionsinapplying-fixes.mdserve as primary entry points for untrusted data. - Boundary markers: No specific delimiters or safety instructions are defined in the skill files to separate these inputs from the system instructions.
- Capability inventory: The agent has access to
Bash(command execution) andEdit(file modification) tools, which can be misused if the LLM follows instructions hidden in the data. - Sanitization: No input validation, escaping, or filtering is performed on the untrusted strings before they influence tool usage.
Audit Metadata