qe-github-project-management
Warn
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: MEDIUMEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill frequently executes remote code using
npxwith packages likeruv-swarmandclaude-flow. These packages are not from verified or trusted sources and are invoked for core project management tasks (e.g.,npx ruv-swarm github board-initandnpx ruv-swarm github issue-to-swarminSKILL.md). - [COMMAND_EXECUTION]: Extensive use of shell scripts and the GitHub CLI (
gh) to perform operations like creating issues, editing project boards, and iterating through lists of items. The output of remote tools is used to control logic flow in shell scripts, such as thecasestatement driven bynpx ruv-swarm github analyze-stalein the 'Stale Issue Management' section. - [INDIRECT_PROMPT_INJECTION]: The skill has a significant attack surface for indirect prompt injection as it processes data from an external platform.
- Ingestion points: Reads GitHub issue content, labels, and user comments via commands like
gh issue viewandgh issue listinSKILL.md. - Boundary markers: No explicit boundary markers or 'ignore' instructions are provided to distinguish between legitimate issue content and potentially malicious embedded commands.
- Capability inventory: The skill has capabilities to write back to GitHub (creating/editing issues, adding project items, posting comments) and execute external scripts via
npxas documented inSKILL.md. - Sanitization: There is no visible sanitization or validation of retrieved issue bodies or comments before they are processed by the swarm agents or used in shell command loops.
Audit Metadata