review-security
Pass
Audited by Gen Agent Trust Hub on Sep 16, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted input in the form of git diffs and pull request metadata to perform its security analysis.
- Ingestion points: The skill reads external code changes via
git diffand user-provided descriptions in Step 2. - Boundary markers: The methodology requires explicit context research (Phase 1) and comparative analysis (Phase 2) to establish boundaries between existing code and new changes.
- Capability inventory: The skill utilizes the
Bash,Read,Grep, andGlobtools to inspect the filesystem and execute local scripts. - Sanitization: The instruction set includes a mandatory "Confirm each candidate yourself" step (Step 4) which requires the agent to manually trace data flows and verify exploitability, serving as a defensive layer against deceptive content within the analyzed code.
- [COMMAND_EXECUTION]: The skill executes a local Bash script to calculate the diff scope and determine which files to audit.
- Evidence:
SKILL.mdinvokesscripts/review-scope.shwith user-supplied arguments captured from$ARGUMENTS. - Mitigation: The
review-scope.shscript employs a strict character whitelist ([A-Za-z0-9_./=:~@+,%\ '"-]) and rejects any input containing shell-significant characters (like semicolons or backticks) before processing them, effectively mitigating command injection risks.
Audit Metadata