iterate-pr
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from Pull Request comments and CI logs which could contain malicious instructions.
- Ingestion points: Fetches PR metadata, review comments, and inline comments using
gh pr viewandgh apiinSKILL.md. It also retrieves CI logs viagh run view. - Boundary markers: The skill does not define specific delimiters or guardrails to prevent the agent from obeying instructions embedded in the comments or logs.
- Capability inventory: The skill can perform file modifications and execute
git pushto update the remote repository. - Sanitization: No evidence of sanitization or filtering of the ingested external text is present.
- [COMMAND_EXECUTION]: The skill relies on executing system commands to perform its core functions.
- Evidence:
SKILL.mddefines the use ofgh(GitHub CLI) for viewing and checking PR status andgitfor committing and pushing code changes.
Audit Metadata