github-multi-repo
Warn
Audited by Gen Agent Trust Hub on Feb 28, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses the
Bash()function to execute a variety of shell commands for repository discovery, cloning, and API interactions via the GitHub CLI (gh). This includes automated git operations and pull request creation. - [REMOTE_CODE_EXECUTION]: The coordination logic triggers
npm install,npm update, andnpm teston repositories cloned from GitHub. This can lead to the execution of arbitrary code defined in thescriptssection of a repository'spackage.jsonfile when tests are run. - [EXTERNAL_DOWNLOADS]: The skill downloads code and configuration from external repositories using
gh repo cloneandgit clone. It also usesnpxto execute tools likeclaude-flowdirectly. - [DATA_EXFILTRATION]: Repository metadata, dependency structures, and file contents (e.g.,
package.json,CLAUDE.md) are read and ingested into the agent's context for analysis and coordination across projects. - [PROMPT_INJECTION]: The skill specifically targets and synchronizes
CLAUDE.mdfiles, which are often used to provide instructions to AI models. This creates a surface for indirect prompt injection if those files are modified by untrusted contributors. - [INDIRECT_PROMPT_INJECTION]:
- Ingestion points: Repository names, descriptions, and file contents (
package.json,CLAUDE.md) are ingested into the execution context viagh apiandBashcommands. - Boundary markers: No explicit delimiters or boundary markers are used to separate ingested repository content from the skill's internal logic or command assembly.
- Capability inventory: The skill possesses high-privilege capabilities including file modification, repository creation, and the ability to push code and create PRs across an entire organization.
- Sanitization: There is no evidence of sanitization or validation of content retrieved from external repositories before it is used in script generation or command execution.
Audit Metadata