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/null is used to search for project directories based on user input.
  • git -C [project path] status --short and git -C [project path] log --oneline -5 are used to retrieve the local repository state.
  • The skill renames the HANDOFF.md file to HANDOFF.archived.md after processing, which is a standard file system management operation.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 4, 2026, 08:04 PM
Security Audit — agent-trust-hub — pickup