simplify
Pass
Audited by Gen Agent Trust Hub on Apr 13, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill is designed for code analysis and refactoring, using standard tools like
git diffand specialized MCP tools for structural analysis. The workflow is transparent, involving triage, parallel review agents, and a fix phase. No malicious patterns such as data exfiltration, credential harvesting, or unauthorized remote code execution were detected. - [PROMPT_INJECTION]: The skill processes untrusted code changes, which presents an indirect prompt injection surface.
- Ingestion points:
git diffoutput andcode-review-graphtool outputs (SKILL.md). - Boundary markers: No explicit delimiters or instructions are used to isolate ingested code from the agent's instructions.
- Capability inventory: The skill can modify repository files (Phase 3) and execute shell commands (git).
- Sanitization: No explicit sanitization of the ingested code is implemented. This surface is inherent to code-processing tools and is assessed as safe in the context of a development assistant.
- Ingestion points:
Audit Metadata