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
brewto install packages andgit configto 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
~/.zshrcfile to add shell integrations for tools likefzfandzoxide. It implements idempotency checks usinggrepto ensure lines are only added once, which is a best practice for shell configuration management. - [DYNAMIC_EXECUTION]: The skill uses
evalandsourcein the shell configuration to initialize tools (eval "$(zoxide init zsh)"andsource <(fzf --zsh)). These are the standard, documented methods for integrating these specific, well-known tools into the shell environment.
Audit Metadata