pickup
Pass
Audited by Gen Agent Trust Hub on Aug 4, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The skill uses shell commands to locate files and verify the status of the developer environment.
find ~/projects -maxdepth 3 -type d -iname "*<argument>*" 2>/dev/nullis used to search for project directories based on user input.git -C [project path] status --shortandgit -C [project path] log --oneline -5are used to retrieve the local repository state.- The skill renames the
HANDOFF.mdfile toHANDOFF.archived.mdafter processing, which is a standard file system management operation.
Audit Metadata