process-issues
Pass
Audited by Gen Agent Trust Hub on Aug 29, 2026
Risk Level: SAFEINDIRECT_PROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [INDIRECT_PROMPT_INJECTION]: The skill ingests untrusted content from GitHub issue titles, bodies, and comments. This information is used to make decisions in a triage state machine, creating a vulnerability where a user could embed malicious instructions in an issue.
- Ingestion points:
SKILL.mddescribes reading issue bodies and comments during the context gathering phase. - Boundary markers: There are no instructions to use delimiters or ignore embedded instructions within the ingested data.
- Capability inventory: The skill has the ability to label issues using the GitHub CLI and run local codebase tests.
- Sanitization: No sanitization of external input is defined.
- [COMMAND_EXECUTION]: The skill relies on shell command execution for its core functionality.
- Evidence:
SKILL.mdexplicitly lists shell commands forgh issue listand mentions running tests to reproduce reported bugs.
Audit Metadata