git-worktree-status

Pass

Audited by Gen Agent Trust Hub on Jun 22, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The script scripts/git_worktree_status.py executes git rev-parse via subprocess.run to retrieve repository metadata including the common directory, top-level path, and current branch name. The command arguments are hardcoded within the script and do not incorporate untrusted user input.
  • [SAFE]: The skill analyzes log files within the .worktree-logs/ directory to classify job statuses (PASS/FAIL/RUNNING). This process is performed locally using string matching and regular expressions without external data transmission.
  • [SAFE]: No network operations, data exfiltration patterns, or access to sensitive files (such as credentials or SSH keys) were detected. The Python dependency rich is a standard library for terminal output formatting.
Audit Metadata
Risk Level
SAFE
Analyzed
Jun 22, 2026, 08:50 AM
Security Audit — agent-trust-hub — git-worktree-status