gh-autopilot
Pass
Audited by Gen Agent Trust Hub on Mar 6, 2026
Risk Level: SAFEPROMPT_INJECTION
Full Analysis
- [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection because it ingest and processes external data from GitHub pull request comments to determine its next autonomous actions.
- Ingestion points: The scripts
scripts/run_autopilot_loop.pyandscripts/export_copilot_feedback.pyfetch review bodies and thread comments from GitHub viagh api graphqlcalls. - Boundary markers: While the skill organizes data into structured artifacts like
cycle.jsonandcontext.md, it does not utilize delimiters or explicit instructions for the LLM to ignore or treat the content of the Copilot comments as untrusted data. - Capability inventory: The skill possesses significant capabilities, including the ability to resolve review threads, post replies to PRs, manage PR reviewers via the
ghCLI, and write state files to the local.context/directory. - Sanitization: No sanitization, filtering, or escaping is performed on the
bodyfield of the ingested comments before they are passed to the agent for processing in Stage 3.
Audit Metadata