wt-land
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill relies on executing local shell commands including
gitand a custom CLI tool namedwt. It includes instructions to run binaries from local paths such as./target/debug/wt, which is consistent with its intended use in a development environment. - [INDIRECT_PROMPT_INJECTION]: The skill has an attack surface for indirect prompt injection as it ingests untrusted data from the repository, such as git commit messages, branch names, and diff outputs (e.g., via
git logandgit diff). - Ingestion points:
git log,git diff,wt inspect, andgit branchoutput. - Boundary markers: None explicitly defined in the instructions to separate repository data from instructions.
- Capability inventory: Capability to merge branches, delete worktrees, and execute local binaries.
- Sanitization: No explicit sanitization or validation of the ingested git metadata is mentioned.
Audit Metadata