gemma4-local-deploy
Pass
Audited by Gen Agent Trust Hub on Aug 6, 2026
Risk Level: SAFECOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes the Bash tool to execute administrative and setup commands on the local host.
- It installs and upgrades model serving software using the Homebrew package manager (
brew install llama.cpp). - it manages background execution of model servers using
tmuxsessions. - it performs environment discovery using
system_profiler,lsof, andpsto verify hardware capabilities and network port availability. - [EXTERNAL_DOWNLOADS]: The skill facilitates the retrieval of large model weights and software components from remote repositories.
- It downloads GGUF formatted models from Hugging Face, specifically targeting repositories managed by Google and the
ggml-orgproject. - It initiates software downloads through the Homebrew package management system.
Audit Metadata