project-management
Pass
Audited by Gen Agent Trust Hub on Apr 10, 2026
Risk Level: SAFECOMMAND_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the GitHub CLI (
gh) andgitto perform repository management and monitoring tasks. These tools are used appropriately for the stated purpose of project management. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection (Category 8) because it retrieves and analyzes content from external, potentially attacker-controlled sources like GitHub Issues, Pull Requests, and Git commit logs. • Ingestion points:
gh issue list,gh pr list, andgit logcommands retrieve text into the agent's context. • Boundary markers: Absent; the skill does not instruct the agent to use delimiters or ignore embedded instructions within the ingested data. • Capability inventory: The agent has the capability to create issues, modify projects, and execute arbitrary GraphQL mutations via thegh api. • Sanitization: No evidence of content sanitization or escaping was found in the instructions.
Audit Metadata