Skip to main content

embedding

Provides a standalone embedding service for semantic search, enabling fast vector generation for various databases.

Install this skill

or
90/100

Security score

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

Categories Tested

Security Issues

medium line 48

Curl to non-GitHub URL

SourceSKILL.md
48curl -X POST http://127.0.0.1:8602/embed -H "Content-Type: application/json" \
low line 48

External URL reference

SourceSKILL.md
48curl -X POST http://127.0.0.1:8602/embed -H "Content-Type: application/json" \
low line 68

External URL reference

SourceSKILL.md
68| `EMBEDDING_SERVICE_URL` | `http://127.0.0.1:8602` | Client connection URL |
low line 124

External URL reference

SourceSKILL.md
124resp = httpx.post("http://127.0.0.1:8602/embed", json={"text": "find similar docs"})
low line 142

External URL reference

SourceSKILL.md
142export EMBEDDING_SERVICE_URL="http://127.0.0.1:8602"
low line 152

External URL reference

SourceSKILL.md
152[embedding] Service ready on http://127.0.0.1:8602
Scanned on Feb 9, 2026
View Security Dashboard
Installation guide →