agent-sync-coordinator
Warn
Audited by Gen Agent Trust Hub on Sep 15, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONDATA_EXFILTRATIONINDIRECT_PROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill makes extensive use of the
Bashtool to execute shell commands for repository management and software builds. - Evidence: The skill executes
gh apicommands to manage branches, create pull requests, and update file contents. It also runsnpm installandnpm testwithin user workspaces to validate changes. - [DATA_EXFILTRATION]: The skill is designed to read file contents from the local environment and transmit them to external GitHub repositories.
- Evidence: It uses
mcp__github__push_filesandBash(viagh api) to upload data from files likepackage.jsonandCLAUDE.mdto remote servers controlled by GitHub. - [INDIRECT_PROMPT_INJECTION]: The skill ingests data from external source files which could contain malicious instructions designed to influence the agent's behavior during the synchronization process.
- Ingestion points: Reads project files from workspaces using the
Readtool and fetches remote content using GitHub API calls withinBashcommands. - Boundary markers: Absent; there are no delimiters or instructions to the agent to ignore potentially malicious content within the processed files.
- Capability inventory: The skill possesses high-impact capabilities including arbitrary shell execution (
Bash), file system modification (Write,Edit), and remote data transmission (mcp__github__push_files). - Sanitization: Absent; the skill does not implement validation or escaping for the content it reads and subsequently uses in further operations.
Audit Metadata