vapa-review
Pass
Audited by Gen Agent Trust Hub on Jul 30, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to executegit remote get-url originfor repository detection and runs a local scriptscripts/vapa-review.shto fetch issue data. The script is well-structured and uses safe practices like variable quoting. - [EXTERNAL_DOWNLOADS]: The skill fetches issue content (body and comments) from GitHub using the official
ghCLI. While this involves network access to a well-known service, the data retrieved is considered untrusted as it can be modified by external users. - [PROMPT_INJECTION]: The skill is subject to indirect prompt injection because it ingests and processes untrusted data from GitHub issues to perform its analysis.
- Ingestion points: The skill reads the full body and all comments of a GitHub issue via the
fetch_contextfunction inscripts/vapa-review.sh. - Boundary markers: The instructions in
SKILL.mddo not include explicit delimiters or 'ignore embedded instructions' warnings for the fetched content. - Capability inventory: The skill has access to
Bash(restricted to specific commands),Read, andWritetools. - Sanitization: No sanitization or validation of the fetched issue text is performed before the agent evaluates it against the review criteria.
Audit Metadata