mcore-split-pr
Pass
Audited by Gen Agent Trust Hub on Jun 12, 2026
Risk Level: SAFEPROMPT_INJECTIONCOMMAND_EXECUTION
Full Analysis
- [PROMPT_INJECTION]: The skill processes untrusted data from pull request titles, bodies, and diffs, creating a surface for indirect prompt injection. Malicious instructions embedded in a pull request could attempt to influence the agent's logic during the analysis or proposal phases.
- Ingestion points: Pull request metadata (title, body) and diff content are retrieved via
gh pr viewandgh pr diffcommands inSKILL.md. - Boundary markers: No explicit delimiters or instructions are provided to the agent to isolate untrusted PR data from its core workflow logic.
- Capability inventory: The skill is capable of modifying files via
git apply, pushing code to remote branches, and creating new pull requests via theghCLI. - Sanitization: No sanitization, validation, or filtering of the fetched pull request content is performed.
- [COMMAND_EXECUTION]: The skill utilizes the
ghandgitcommand-line tools to interact with theNVIDIA/Megatron-LMrepository. These operations include analysis of existing pull requests and the creation of new draft pull requests on the user's fork.
Audit Metadata