worktrunk-workflows
Pass
Audited by Gen Agent Trust Hub on Jul 12, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTION
Full Analysis
- [COMMAND_EXECUTION]: The skill is centered around the use of the
wt(orgit-wt) command-line interface to manage repository state. It also facilitates the execution of other binaries or agents (e.g.,claude,opencode) using thewt switch --executeflag, which allows passing arbitrary instructions to those processes. - [COMMAND_EXECUTION]: The skill utilizes lifecycle hooks (e.g.,
pre-start,post-start,pre-commit) defined in.config/wt.toml. These hooks are designed to execute arbitrary shell commands such as environment setup (cp), dependency management, and running development servers. The skill explicitly instructs the agent to validate and run these hooks. - [EXTERNAL_DOWNLOADS]: The configuration examples suggest the use of package managers (e.g.,
pnpm install) to fetch external dependencies during thepost-startlifecycle phase. - [PROMPT_INJECTION]: The skill exhibits an indirect prompt injection surface by ingesting and acting upon instructions defined in external configuration files (
.config/wt.toml). - Ingestion points: The skill reads project-specific configuration from
.config/wt.tomland user-level configuration from~/.config/worktrunk/config.tomlto determine behavior and hooks (SKILL.md). - Boundary markers: The instructions recommend using
wt hook show --expandedand validating commands against actual scripts before execution, though it lacks strict enforcement of boundaries for untrusted repo content. - Capability inventory: The skill allows for shell command execution via hooks, launching external agents via the
--executeflag, and performing file system operations like copying files. - Sanitization: The skill relies on manual validation steps, such as checking
wt config showandwt hook show, to ensure configuration integrity.
Audit Metadata