create-checklist
Pass
Audited by Gen Agent Trust Hub on Mar 24, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to executegh issue view,git log, andgit showto retrieve necessary information from the GitHub platform and local repository history. - [PROMPT_INJECTION]: The skill is vulnerable to indirect prompt injection by processing external data from GitHub issues.
- Ingestion points: Untrusted content enters the agent's context through the output of the
gh issue viewcommand (SKILL.md). - Boundary markers: The instructions lack delimiters or explicit directives to treat the retrieved issue content as data only, potentially allowing embedded malicious instructions to influence the agent.
- Capability inventory: The agent has access to the
Bashtool for arbitrary command execution and theWritetool for file modification. - Sanitization: No input validation or filtering is performed on the data fetched from external issues before analysis.
Audit Metadata