qe-github-multi-repo
Pass
Audited by Gen Agent Trust Hub on Feb 27, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSREMOTE_CODE_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of the
gh(GitHub) CLI,git, andnpmto automate repository management. - It executes
gh repo listandgh apito discover and inspect organization resources. - It performs local file operations in
/tmp/to clone and modify repository contents. - It automates the creation of pull requests and issues using
gh pr createandgh issue create. - [EXTERNAL_DOWNLOADS]: The skill clones external code from GitHub repositories using the
gh repo clonecommand. - This behavior is central to the skill's purpose of cross-repository coordination.
- It utilizes standard GitHub APIs and official CLI tools for all network operations.
- [REMOTE_CODE_EXECUTION]: The skill executes
npm install,npm test, andnpm audit fixon code cloned from external repositories. - This constitutes execution of potentially untrusted code found in the target repositories.
- The documentation includes examples of running
npx ruv-swarm, which is a package associated with the vendor's ecosystem. - [PROMPT_INJECTION]: The skill includes a high-risk surface for indirect prompt injection (Category 8).
- Ingestion points: Reads
package.jsonandCLAUDE.mdfiles from GitHub repositories, and processes output fromgh search. - Boundary markers: No explicit delimiters are used to separate untrusted repository content from internal agent instructions.
- Capability inventory: Full access to shell execution (
bash), package management (npm), and repository modification (git push,gh api PUT). - Sanitization: Uses
jqto parse structured JSON data, reducing the risk of shell injection during metadata processing.
Audit Metadata