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.pyexecutesgit rev-parseviasubprocess.runto 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
richis a standard library for terminal output formatting.
Audit Metadata