code-review
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bashtool to perform git operations, includinggit status,git diff, andgit rev-parse. These are standard operations for determining the scope of code changes for review. - [DATA_EXFILTRATION]: The
repo-hygienesub-agent is specifically programmed to search for sensitive information such as API keys, tokens, and private keys (e.g.,AKIA...,ghp_...,BEGIN RSA PRIVATE KEY). This behavior is consistent with the skill's stated purpose of auditing code for security risks. No network exfiltration was detected; findings are aggregated into a localREVIEW.mdfile. - [PROMPT_INJECTION]: The skill has a surface for indirect prompt injection as it processes untrusted local code. Malicious instructions embedded in code comments or strings could potentially influence the reviewer agents. The skill's multi-agent architecture and verification pass provide some structural mitigation, and the risk is assessed as low given the local context.
- Ingestion points: Local source code files and git diffs identified in Phase 1.
- Boundary markers: None explicitly defined in the prompts to distinguish code from instructions.
- Capability inventory:
Bash,Write, andTasktools available across all scripts. - Sanitization: No evidence of input sanitization or filtering of the code being reviewed.
- [SAFE]: The skill implements security best practices by identifying hardcoded credentials and advising the user on proper remediation, such as using environment variables and
.env.exampletemplates.
Audit Metadata