ollama
Provides comprehensive guidance for developing applications with the Ollama API, including chat completions and model management.
Install this skill
Security score
The ollama skill was audited on May 14, 2026 and we found 21 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 31 | curl http://localhost:11434/api/chat -d '{ |
Curl to non-GitHub URL
| 47 | curl http://localhost:11434/api/generate -d '{ |
Curl to non-GitHub URL
| 183 | curl https://ollama.com/api/generate \ |
Curl to non-GitHub URL
| 463 | curl http://localhost:11434/api/version |
External URL reference
| 31 | curl http://localhost:11434/api/chat -d '{ |
External URL reference
| 47 | curl http://localhost:11434/api/generate -d '{ |
External URL reference
| 61 | base_url='http://localhost:11434/v1/', |
External URL reference
| 83 | client = OpenAI(base_url="http://localhost:11434/v1/", api_key="ollama") |
External URL reference
| 108 | client = OpenAI(base_url="http://localhost:11434/v1", api_key="ollama") |
External URL reference
| 124 | client = OpenAI(base_url="http://localhost:11434/v1", api_key="ollama") |
External URL reference
| 156 | baseURL: "http://localhost:11434/v1/", |
External URL reference
| 183 | curl https://ollama.com/api/generate \ |
External URL reference
| 243 | - **Local API (default)**: `http://localhost:11434/api` |
External URL reference
| 244 | - **Cloud API**: `https://ollama.com/api` |
External URL reference
| 249 | - **Local**: No authentication required for `http://localhost:11434` |
External URL reference
| 251 | - **API Keys**: For programmatic access to `https://ollama.com/api` |
External URL reference
| 324 | 3. **OpenAI compatibility**: Use OpenAI libraries with `base_url='http://localhost:11434/v1/'` |
External URL reference
| 410 | export HTTPS_PROXY=https://proxy.example.com |
External URL reference
| 434 | - Model Library: https://ollama.com/models |
External URL reference
| 463 | curl http://localhost:11434/api/version |
External URL reference
| 469 | export HTTPS_PROXY="https://proxy.example.com" |