Skip to main content

ollama

Provides comprehensive guidance for developing applications with the Ollama API, including chat completions and model management.

Install this skill

or
63/100

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

medium line 31

Curl to non-GitHub URL

SourceSKILL.md
31curl http://localhost:11434/api/chat -d '{
medium line 47

Curl to non-GitHub URL

SourceSKILL.md
47curl http://localhost:11434/api/generate -d '{
medium line 183

Curl to non-GitHub URL

SourceSKILL.md
183curl https://ollama.com/api/generate \
medium line 463

Curl to non-GitHub URL

SourceSKILL.md
463curl http://localhost:11434/api/version
low line 31

External URL reference

SourceSKILL.md
31curl http://localhost:11434/api/chat -d '{
low line 47

External URL reference

SourceSKILL.md
47curl http://localhost:11434/api/generate -d '{
low line 61

External URL reference

SourceSKILL.md
61base_url='http://localhost:11434/v1/',
low line 83

External URL reference

SourceSKILL.md
83client = OpenAI(base_url="http://localhost:11434/v1/", api_key="ollama")
low line 108

External URL reference

SourceSKILL.md
108client = OpenAI(base_url="http://localhost:11434/v1", api_key="ollama")
low line 124

External URL reference

SourceSKILL.md
124client = OpenAI(base_url="http://localhost:11434/v1", api_key="ollama")
low line 156

External URL reference

SourceSKILL.md
156baseURL: "http://localhost:11434/v1/",
low line 183

External URL reference

SourceSKILL.md
183curl https://ollama.com/api/generate \
low line 243

External URL reference

SourceSKILL.md
243- **Local API (default)**: `http://localhost:11434/api`
low line 244

External URL reference

SourceSKILL.md
244- **Cloud API**: `https://ollama.com/api`
low line 249

External URL reference

SourceSKILL.md
249- **Local**: No authentication required for `http://localhost:11434`
low line 251

External URL reference

SourceSKILL.md
251- **API Keys**: For programmatic access to `https://ollama.com/api`
low line 324

External URL reference

SourceSKILL.md
3243. **OpenAI compatibility**: Use OpenAI libraries with `base_url='http://localhost:11434/v1/'`
low line 410

External URL reference

SourceSKILL.md
410export HTTPS_PROXY=https://proxy.example.com
low line 434

External URL reference

SourceSKILL.md
434- Model Library: https://ollama.com/models
low line 463

External URL reference

SourceSKILL.md
463curl http://localhost:11434/api/version
low line 469

External URL reference

SourceSKILL.md
469export HTTPS_PROXY="https://proxy.example.com"
Scanned on May 14, 2026
View Security Dashboard
Installation guide →