big-plan
Pass
Audited by Gen Agent Trust Hub on Sep 21, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill is designed to ingest and act upon data from external GitHub issues, which represents a potential indirect prompt injection surface.
- Ingestion points: Fetches issue titles, bodies, and comments using the
gh-fetch-issueutility (referenced in SKILL.md Step 1b and references/issue-sweep.md Step 2). - Boundary markers: Relies on the
⚠️ UNTRUSTEDfencing mechanism provided bygh-fetch-issueto distinguish between trusted collaborator content and untrusted third-party input. - Capability inventory: The skill possesses extensive capabilities, including creating/editing GitHub issues, managing Git branches/remotes, and writing logs to the local filesystem.
- Sanitization: Explicitly instructs the agent to treat fenced content as data only, strictly prohibiting the derivation of plan steps or execution of commands from untrusted blocks.
- [COMMAND_EXECUTION]: The skill performs numerous command-line operations to facilitate its workflow.
- Executes
gitfor branch detection, creation, and remote synchronization. - Uses
ghCLI for comprehensive GitHub issue and label management. - Invokes
nodeandpython3to run internal utility scripts for logging, validation, and orientation tracking.
Audit Metadata