vibe-review
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSDYNAMIC_CONTEXT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and process code diffs and pull request metadata from external, untrusted sources. This data could contain embedded malicious instructions intended to manipulate the agent's review process or output.
- Ingestion points: The
pr-review.mdworkflow fetches repository content viagit clone, andSKILL.mdprocesses output fromgit diffandgit show. - Capability inventory: The skill has access to shell execution for version control and file system operations within the
/tmpdirectory. - Sanitization: No specific input sanitization is defined for the content of the code diffs or PR descriptions.
- Boundary markers: The skill does not utilize explicit delimiters or warnings to separate untrusted code from its own operational instructions.
- [COMMAND_EXECUTION]: The skill utilizes shell commands to interact with the local environment and manage temporary review data.
- Evidence: The
allowed-toolslist inSKILL.mdincludesgit(diff, log, show, etc.),gh api, and file system commands likerm -rf /tmp/vibe-review-*,ls, andmkdir. - [EXTERNAL_DOWNLOADS]: The skill performs automated downloads of external source code based on user-provided repository URLs.
- Evidence: The
pr-review.mdfile defines a multi-step process for cloning repositories from platforms including GitHub, GitLab, and Gitee. - [DYNAMIC_CONTEXT_INJECTION]: The skill uses dynamic context injection to determine the current repository and working directory during initialization.
- Evidence:
SKILL.mdexecutesgit remote -vandpwdusing the!commandsyntax to establish environment context.
Audit Metadata