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
.gitdirectory to track agent activity. - [COMMAND_EXECUTION]: The
detect-coworkers.shscript monitors active processes by iterating through the/procfilesystem or usinglsofto 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 theSKILL.mdfile 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