implement-suggestion
Pass
Audited by Gen Agent Trust Hub on May 20, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: Indirect Prompt Injection surface. The skill ingests untrusted data from GitHub pull request comments and reviews (including feedback from third-party AI bots) which is used to drive automated code modifications and git operations.
- Ingestion points:
gh apicalls inrules/comment-fetching.mdfetch content from PR reviews, line-level comments, and issue-level conversation. - Boundary markers: External data is encapsulated in a structured 'suggestion-pack' and quoted using markdown block quotes in
templates/suggestion-pack.mdbefore being handed to worker subagents. - Capability inventory: Worker subagents, as described in
rules/handoff.md, have the authority to useEdit,Write,git commit, andgit pushtools. - Sanitization: The skill mitigates risks by requiring all actionable suggestions to pass through
/critical(adversarial review) and/confidencevalidation gates. - [COMMAND_EXECUTION]: Utilizes shell commands via
gh,git, andgwCLI tools for metadata resolution, worktree management, and repository synchronization. - [SAFE]: The skill implements defensive engineering practices, such as ensuring isolated worktrees per PR to prevent cross-contamination, refusing to perform force-pushes, and requiring a clean working state before proceeding.
Audit Metadata