Skip to main content

model-serving

Facilitates deployment of LLM and ML models for production inference, optimizing performance and integration with applications.

Install this skill

or
94/100

Security score

The model-serving skill was audited on Feb 12, 2026 and we found 6 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 137

Fetch to external URL

SourceSKILL.md
137const response = await fetch('/chat/stream', {
low line 107

External URL reference

SourceSKILL.md
107client = OpenAI(base_url="http://localhost:8000/v1", api_key="not-needed")
low line 207

External URL reference

SourceSKILL.md
207url="http://localhost:6333",
low line 294

External URL reference

SourceSKILL.md
294url: http://vllm-llama-8b:8000
low line 376

External URL reference

SourceSKILL.md
376--endpoint http://localhost:8000/v1/chat/completions \
low line 420

External URL reference

SourceSKILL.md
420base_url="http://localhost:8000/v1",
Scanned on Feb 12, 2026
View Security Dashboard
Installation guide →