local-llm-free
Pass
Audited by Gen Agent Trust Hub on Sep 7, 2026
Risk Level: SAFEREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides a command to install Ollama using a script downloaded from its official website (
curl -fsSL https://ollama.com/install.sh | sh). This is a standard installation method for a well-known service for local LLM execution. - [EXTERNAL_DOWNLOADS]: The skill instructions involve fetching LLM model weights from the Ollama library (e.g.,
artokun/gemma4-comfyui-mcp). These models and the associated documentation hosted atcomfyui-mcp.artokun.ioare resources provided by the skill author. - [COMMAND_EXECUTION]: The instructions guide the user to execute
ollama pullcommands to download and prepare local models for use with the agent panel.
Audit Metadata