checkout
Warn
Audited by Gen Agent Trust Hub on Jul 15, 2026
Risk Level: MEDIUMCOMMAND_EXECUTIONREMOTE_CODE_EXECUTIONPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill instructions specify the direct shell execution of
bun iandbun run build. These commands automatically run lifecycle and build scripts defined in the repository'spackage.json. - [REMOTE_CODE_EXECUTION]: The skill facilitates the checkout of a user-controlled Git reference (ref) followed by code execution via
bun. This pattern is vulnerable to arbitrary code execution if an attacker provides a reference to a malicious branch that contains harmful commands in thepostinstall,preinstall, orbuildscript fields. - [PROMPT_INJECTION]: The skill is susceptible to indirect prompt injection via untrusted repository references.
- Ingestion points: User-provided Git reference ('ref') in
SKILL.mdused for checkout operations. - Boundary markers: None present to limit the scope of the checkout or validate the reference.
- Capability inventory: Shell command execution capability via
bunscripts as defined inSKILL.md. - Sanitization: No validation or sanitization is performed on the user-provided reference prior to its use in shell commands.
Audit Metadata