local-llm-privacy
Pass
Audited by Gen Agent Trust Hub on Mar 14, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONREMOTE_CODE_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill references installation procedures from
ollama.com, which is a well-known service for local LLM inference. This includes downloading the official installer and pulling models through the Ollama CLI. - [COMMAND_EXECUTION]: The agent uses standard system commands such as
ollama listandollama serveto check the status of and start the local model service. - [COMMAND_EXECUTION]: Interacts with the local Ollama REST API via
curlonlocalhost:11434to perform text generation and chat tasks. - [COMMAND_EXECUTION]: Utilizes the
base64command-line tool to encode local image files for processing by vision-capable local models. - [REMOTE_CODE_EXECUTION]: The skill provides a standard installation command (
curl | sh) for Linux users that fetches a script from the official well-known service domainollama.com.
Audit Metadata