Skip to main content

llama-cpp

Enables local GGUF inference and model discovery from Hugging Face for llama.cpp, supporting various hardware configurations.

Install this skill

or
77/100

Security score

The llama-cpp skill was audited on May 17, 2026 and we found 19 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 99

Curl to non-GitHub URL

SourceSKILL.md
99curl http://localhost:8080/v1/chat/completions \
low line 32

External URL reference

SourceSKILL.md
32- Base: `https://huggingface.co/models?apps=llama.cpp&sort=trending`
low line 36

External URL reference

SourceSKILL.md
36- `https://huggingface.co/<repo>?local-app=llama.cpp`
low line 45

External URL reference

SourceSKILL.md
45- `https://huggingface.co/api/models/<repo>/tree/main?recursive=true`
low line 49

External URL reference

SourceSKILL.md
49- use `https://huggingface.co/<repo>/tree/main` only as a human fallback
low line 99

External URL reference

SourceSKILL.md
99curl http://localhost:8080/v1/chat/completions \
low line 198

External URL reference

SourceSKILL.md
198- `https://huggingface.co/api/models/<repo>/tree/main?recursive=true`
low line 207

External URL reference

SourceSKILL.md
207https://huggingface.co/models?apps=llama.cpp&sort=trending
low line 208

External URL reference

SourceSKILL.md
208https://huggingface.co/models?search=<term>&apps=llama.cpp&sort=trending
low line 209

External URL reference

SourceSKILL.md
209https://huggingface.co/models?search=<term>&apps=llama.cpp&num_parameters=min:0,max:24B&sort=trending
low line 210

External URL reference

SourceSKILL.md
210https://huggingface.co/<repo>?local-app=llama.cpp
low line 211

External URL reference

SourceSKILL.md
211https://huggingface.co/api/models/<repo>/tree/main?recursive=true
low line 212

External URL reference

SourceSKILL.md
212https://huggingface.co/<repo>/tree/main
low line 243

External URL reference

SourceSKILL.md
243- **Hugging Face GGUF + llama.cpp docs**: https://huggingface.co/docs/hub/gguf-llamacpp
low line 244

External URL reference

SourceSKILL.md
244- **Hugging Face Local Apps docs**: https://huggingface.co/docs/hub/main/local-apps
low line 245

External URL reference

SourceSKILL.md
245- **Hugging Face Local Agents docs**: https://huggingface.co/docs/hub/agents-local
low line 246

External URL reference

SourceSKILL.md
246- **Example local-app page**: https://huggingface.co/unsloth/Qwen3.6-35B-A3B-GGUF?local-app=llama.cpp
low line 247

External URL reference

SourceSKILL.md
247- **Example tree API**: https://huggingface.co/api/models/unsloth/Qwen3.6-35B-A3B-GGUF/tree/main?recursive=true
low line 248

External URL reference

SourceSKILL.md
248- **Example llama.cpp search**: https://huggingface.co/models?num_parameters=min:0,max:24B&apps=llama.cpp&sort=trending
Scanned on May 17, 2026
View Security Dashboard
Installation guide →
GitHub Stars 153.5K
Rate this skill
Categorydevelopment
UpdatedMay 20, 2026
NousResearch/hermes-agent