git-coworker-check

Pass

Audited by Gen Agent Trust Hub on Apr 21, 2026

Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
  • [COMMAND_EXECUTION]: The skill manages session markers and captures git snapshots by executing internal bash scripts that interact with the repository's .git directory to track agent activity.
  • [COMMAND_EXECUTION]: The detect-coworkers.sh script monitors active processes by iterating through the /proc filesystem or using lsof to identify other agent instances (e.g., processes named 'claude' or 'node') sharing the same working directory. This targeted scan is used solely to identify concurrent agent sessions and avoid destructive operations.
  • [SAFE]: The skill utilizes dynamic context injection (!) in the SKILL.md file to provide the agent with current repository status, stash lists, and session info upon loading. These commands are non-destructive and limited to repository metadata.
Audit Metadata
Risk Level
SAFE
Analyzed
Apr 21, 2026, 11:14 PM