git-orchestrator

Pass

Audited by Gen Agent Trust Hub on Feb 17, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • COMMAND_EXECUTION (SAFE): The skill utilizes standard system utilities including git, jq, sed, grep, and find to manage the lifecycle of the configuration repository. These operations are restricted to the user's home directory (~/.claude and ~/.claude-worktrees).
  • CREDENTIALS_UNSAFE (SAFE): The inclusion of scripts/secret-scanner.sh provides a proactive security measure that scans staged files for API keys, AWS tokens, and passwords before a commit is finalized, effectively preventing local credential exposure.
  • DATA_EXFILTRATION (SAFE): While session-commit.sh performs a git push origin main, this is a primary function of the orchestrator intended for private repo management. The risk of unintended data leak is mitigated by the secret scanner and a detailed .gitignore that excludes sensitive file patterns (e.g., *.pem, *.key, credentials/).
  • EXTERNAL_DOWNLOADS (SAFE): The skill does not perform any remote script downloads or unverified package installations. It relies on tools assumed to be present in the local environment (git, jq, bv, bd).
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 17, 2026, 06:31 PM