Skip to main content

offline-ai-toolkit

Enables the creation of offline AI systems with local models and knowledge bases, ideal for low-connectivity environments.

Install this skill

or
73/100

Security score

The offline-ai-toolkit skill was audited on May 13, 2026 and we found 9 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

high line 33

Piping content to sh shell

SourceSKILL.md
33curl -fsSL https://ollama.ai/install.sh | sh
medium line 33

Curl to non-GitHub URL

SourceSKILL.md
33curl -fsSL https://ollama.ai/install.sh | sh
low line 33

External URL reference

SourceSKILL.md
33curl -fsSL https://ollama.ai/install.sh | sh
low line 69

External URL reference

SourceSKILL.md
69url = f"https://en.wikipedia.org/api/rest_v1/page/summary/{topic}"
low line 90

External URL reference

SourceSKILL.md
90response = requests.post('http://localhost:11434/api/embeddings',
low line 147

External URL reference

SourceSKILL.md
147response = requests.post('http://localhost:11434/api/generate', json={
low line 238

External URL reference

SourceSKILL.md
238- [Ollama](https://ollama.ai/) — local LLM runtime
low line 239

External URL reference

SourceSKILL.md
239- [SQLite FTS5](https://www.sqlite.org/fts5.html) — full-text search
low line 240

External URL reference

SourceSKILL.md
240- [PWA docs](https://web.dev/progressive-web-apps/) — offline-first web apps
Scanned on May 13, 2026
View Security Dashboard
Installation guide →