review
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill executes various CLI tools including
git,gh(GitHub CLI),jq,delta, anddifftasticvia theBashtool to inspect repository state and analyze diffs. Several commands inSKILL.md, specificallygh pr diff $PR_NUMBER --patchandgit diff $BASE_BRANCH...HEAD, utilize unquoted shell variables which could lead to command injection if malicious arguments are provided to the skill. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface (Category 8) because it ingests untrusted code from external sources and passes it to sub-agents with write and task-creation capabilities. \n
- Ingestion points: Untrusted source code retrieved via
git diffandgh pr diff, and project configuration files such aspackage.json,.eslintrc, and GitHub workflow files. \n - Boundary markers: The skill does not implement explicit boundary markers or isolation instructions to prevent the sub-agents from executing instructions that might be embedded within the code being reviewed. \n
- Capability inventory: The skill leverages
Bash(subprocess calls),EditandWrite(file-write capabilities for applying fixes), andTaskCreate(integration) as documented inSKILL.md. \n - Sanitization: No sanitization, escaping, or validation of the code content or project metadata is performed before the data is processed by the AI agents.
Audit Metadata