ollama
Pass
Audited by Gen Agent Trust Hub on May 14, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADS
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill includes a shell command to download and execute an installation script from Ollama's official domain:
curl -fsSL https://ollama.com/install.sh | sh. This is the standard, documented method for installing Ollama on Linux. - [COMMAND_EXECUTION]: Multiple sections provide standard CLI commands for managing models (
ollama run,ollama list,ollama rm) and verifying the installation (ollama --version). - [EXTERNAL_DOWNLOADS]: The skill uses
brewto install software on macOS anddockerto pull official images (ollama/ollama) from Docker Hub, which are established and safe package management practices.
Audit Metadata