Skip to main content

sglang

Enables fast structured generation for LLMs with prefix caching, enhancing performance for JSON outputs and agentic workflows.

Install this skill

or
89/100

Security score

The sglang skill was audited on Feb 16, 2026 and we found 7 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 379

Curl to non-GitHub URL

SourceSKILL.md
379curl http://localhost:30000/v1/chat/completions \
low line 38

External URL reference

SourceSKILL.md
38pip install sglang[all] flashinfer -i https://flashinfer.ai/whl/cu121/torch2.4/
low line 73

External URL reference

SourceSKILL.md
73sgl.set_default_backend(sgl.OpenAI("http://localhost:30000/v1"))
low line 379

External URL reference

SourceSKILL.md
379curl http://localhost:30000/v1/chat/completions \
low line 393

External URL reference

SourceSKILL.md
393client = OpenAI(base_url="http://localhost:30000/v1", api_key="EMPTY")
low line 433

External URL reference

SourceSKILL.md
433- **Docs**: https://sgl-project.github.io/
low line 435

External URL reference

SourceSKILL.md
435- **Discord**: https://discord.gg/sglang
Scanned on Feb 16, 2026
View Security Dashboard