dev-cli-tools

Pass

Audited by Gen Agent Trust Hub on Aug 21, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill uses standard command-line tools like brew to install packages and git config to manage environment settings. These commands are typical for a developer environment setup and align with the skill's stated purpose.
  • [PERSISTENCE]: The skill modifies the ~/.zshrc file to add shell integrations for tools like fzf and zoxide. It implements idempotency checks using grep to ensure lines are only added once, which is a best practice for shell configuration management.
  • [DYNAMIC_EXECUTION]: The skill uses eval and source in the shell configuration to initialize tools (eval "$(zoxide init zsh)" and source <(fzf --zsh)). These are the standard, documented methods for integrating these specific, well-known tools into the shell environment.
Audit Metadata
Risk Level
SAFE
Analyzed
Aug 21, 2026, 06:29 PM
Security Audit — agent-trust-hub — dev-cli-tools