qe-github-multi-repo
Pass
Audited by Gen Agent Trust Hub on Sep 18, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses
Bashblocks to execute various shell commands for repository management, includinggh(GitHub CLI) operations for listing and API access,gitcommands for version control, andnpmscripts for testing and updates. - [EXTERNAL_DOWNLOADS]: The skill downloads source code from GitHub repositories using
gh repo cloneand fetches packages from the NPM registry usingnpm installandnpx. While these are well-known services, the automated nature of these downloads is part of a broad execution chain. - [INDIRECT_PROMPT_INJECTION]: The skill processes content from discovered repositories (such as
package.jsonandCLAUDE.md), which could potentially contain malicious instructions or scripts. - Ingestion points: Repository metadata and file contents fetched via
gh repo listandgh apiinSKILL.md. - Boundary markers: The skill does not implement delimiters or specific instructions to the agent to ignore potentially malicious embedded content within the processed files.
- Capability inventory: The skill possesses extensive capabilities across multiple files, including shell command execution (
Bash), file modification (mcp__github__push_files), and GitHub API interactions to create issues and pull requests. - Sanitization: There is no evidence of validation or sanitization of the content fetched from remote repositories before it is passed to automated workflows or command execution tools (like
npm test).
Audit Metadata