fix
Pass
Audited by Gen Agent Trust Hub on Aug 28, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection as it ingests untrusted content from external GitHub issues.
- Ingestion points: The skill uses
gh issue view <ref> --json title,body,commentsinSKILL.mdto fetch external data. - Boundary markers: While it instructs the agent to "quote" the issue, it lacks explicit delimiters or warnings to ignore instructions embedded within the issue body.
- Capability inventory: The skill possesses significant capabilities, including shell command execution (
curl,gh,jq), creating/deleting sandboxes via the Veris API, executing local repository scripts (.veris/run.sh), and opening pull requests. - Sanitization: There is no evidence of sanitization or filtering of the ingested issue data.
- [COMMAND_EXECUTION]: The skill performs various shell operations to interact with local and remote resources.
- Evidence: It utilizes
curlfor API communication withsvc.api.veris.ai,jqfor data manipulation, and executes a local script.veris/run.shto trigger the application's code path. These actions are necessary for the skill's stated purpose but rely on the integrity of the repository and the vendor's infrastructure.
Audit Metadata