coding
Pass
Audited by Gen Agent Trust Hub on Jul 16, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONDATA_EXFILTRATION
Full Analysis
- [COMMAND_EXECUTION]: The skill orchestrates the use of CLI tools such as
ghandgitfor repository management and leverages platform-specific tools likesession_spawnandsession_start_backgroundto execute tasks within isolated VM sandboxes. - [EXTERNAL_DOWNLOADS]: The skill retrieves external content by cloning GitHub repositories using
gh repo cloneorgit cloneto perform development work within its delegated environments. - [PROMPT_INJECTION]: The skill exhibits a surface for indirect prompt injection as it processes untrusted data from external sources, including repository source code, pull request diffs, and ticket/issue descriptions.
- Ingestion points: Untrusted content enters via
gh repo clone,git clone, andgh pr diffoperations. - Boundary markers: No specific requirements for delimiters or 'ignore' instructions are mandated for data passed into child session prompts.
- Capability inventory: Delegated sessions possess full code execution, file system access, and network capabilities within their isolated sandboxes.
- Sanitization: The instructions do not define sanitization or filtering procedures for data retrieved from external sources before it is processed by the agent.
- [DATA_EXFILTRATION]: The skill accesses project-specific context and state stored in
.kortix/memoryand retrieves user/organizational information via the GitHub API to correctly route work and identify target repositories.
Audit Metadata