ward
Pass
Audited by Gen Agent Trust Hub on Sep 8, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted data from GitHub PR descriptions, review comments, and CI logs, which could contain malicious instructions designed to influence the agent's behavior.
- Ingestion points: Data is ingested from GitHub review threads, top-level comments, and CI job logs via the
scripts/pr-watch.shhelper andghCLI commands. - Boundary markers: The skill contains explicit instructions in
SKILL.mdto treat review text and CI logs as evidence and not to execute commands from them.references/feedback.mdspecifically forbids building shell expressions from review bodies. - Capability inventory: The skill has the capability to modify the local filesystem (applying code fixes), commit changes, and push code to remote GitHub repositories.
- Sanitization: Untrusted data is handled using
jqandgit hash-objectin the helper script to prevent shell interpolation. The instructions emphasize judging evidence rather than obeying instructions embedded in logs or reviews.
Audit Metadata