code-review
Pass
Audited by Gen Agent Trust Hub on May 4, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill executes
gitandcoderabbitCLI tools using the Pythonsubprocessmodule. All command arguments are passed as lists tosubprocess.runandsubprocess.Popen, which prevents shell command injection vulnerabilities. User-supplied inputs such as repository paths, branch names, and configuration files are handled securely within this context. - [PROMPT_INJECTION]: Instructions in
SKILL.md(e.g., "Do not add manual findings", "Keep any explanation faithful to the normalized CodeRabbit output") are intended to ensure the agent remains a deterministic reporter of the tool's output. These are benign operational constraints aimed at reliability rather than malicious overrides of safety protocols. - [DATA_EXFILTRATION]: The skill accesses local repository data and generates artifacts locally. While it relies on the external
coderabbitservice to perform reviews, this is its documented primary purpose, and there is no evidence of unauthorized data exposure or exfiltration to unlisted third parties. - [EXTERNAL_DOWNLOADS]: The skill requires the
coderabbitCLI andgitto be pre-installed on the system. It does not perform any dynamic downloads of external code or scripts at runtime.
Audit Metadata