implement-to-merge-ready

Pass

Audited by Gen Agent Trust Hub on Aug 22, 2026

Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
  • [INDIRECT_PROMPT_INJECTION]: The skill instructs the agent to ingest and act upon data from external sources that could be influenced by third parties. It specifically directs the agent to collect actionable feedback from pull request comments, bot review summaries (such as CodeRabbit), and CI annotations to implement fixes.
  • Ingestion points: ledger/review-feedback.md, GitHub PR comments, bot review summaries, CI logs, agent handoff notes, and follow-up messages in the thread.
  • Boundary markers: There are no instructions to use delimiters or to treat these external inputs as untrusted, increasing the risk that the agent might obey malicious instructions embedded in a PR comment.
  • Capability inventory: The skill possesses the ability to write code to the local filesystem, execute shell commands (via git, tests, and build scripts), and perform network operations through GitHub integration.
  • Sanitization: The workflow lacks explicit sanitization or validation steps for the feedback it processes before transforming that feedback into code changes.
  • [COMMAND_EXECUTION]: The skill performs shell-based operations including git status, branch management, and running local verification scripts (tests, linting, build). While these are standard development tasks, they represent a capability tier that could be abused if the agent is successfully manipulated by indirect injection.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 22, 2026, 05:38 AM
Security Audit — agent-trust-hub — implement-to-merge-ready