using-git-worktrees

Pass

Audited by Gen Agent Trust Hub on Jul 3, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses shell commands to automate development environment setup.
  • Evidence: Executes git worktree, npm install, cargo build, pip install, and various test runners (npm test, pytest, cargo test).
  • Context: These operations are standard for development agents and follow a systematic 'Safety Verification' process described in the skill instructions to prevent repository pollution.
  • [EXTERNAL_DOWNLOADS]: Standard package managers are invoked to install dependencies.
  • Evidence: Uses npm install, pip install -r requirements.txt, poetry install, and go mod download.
  • Context: These are well-known package managers used to resolve project dependencies defined in local configuration files.
Audit Metadata
Risk Level
SAFE
Analyzed
Jul 3, 2026, 12:42 PM
Security Audit — agent-trust-hub — using-git-worktrees