mentor-workflow
Pass
Audited by Gen Agent Trust Hub on Mar 29, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill enforces a robust read-only constraint on codebase files, explicitly forbidding the use of
WriteorEdittools on any file outside the designated.claude_resolve/workflow directory. - [SAFE]: Usage of the
Bashtool is restricted to non-destructive development tasks, such as performinggit difffor reviews and running project tests or linters. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting and processing untrusted data from tickets and code diffs.
- Ingestion points: Untrusted content from
ticket.mdand project code diffs are read and interpolated into prompts for the coaching loop and thecode-reviewersub-agent. - Boundary markers: Employs XML-style tags (e.g.,
<ticket>,<diff>) to separate untrusted content from system instructions. - Capability inventory: The agent's capabilities are limited to
Read,Glob,Grep, andBash(read-only); it cannot perform network exfiltration or modify source code. - Sanitization: Relies on structural delimiters and the inherent guardrails of the underlying model rather than programmatic sanitization of the input data.
Audit Metadata