Skip to main content

synalinks-providers

Facilitates integration of Synalinks with various language model providers, enabling structured output and environment variable management.

Install this skill

or
92/100

Security score

The synalinks-providers skill was audited on May 13, 2026 and we found 4 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 75

Access to hidden dotfiles in home directory

SourceSKILL.md
75`synalinks.set_default_language_model(identifier)` and `synalinks.set_default_embedding_model(identifier)` register a default usable across the framework (e.g. by `Generator`, optimizers, rewards). St
low line 33

External URL reference

SourceSKILL.md
33The `vllm/` prefix is rewritten to `hosted_vllm/` internally. When `hosted_vllm/` is used without an explicit `api_base`, Synalinks reads `HOSTED_VLLM_API_BASE` (default `http://localhost:8000`).
low line 142

External URL reference

SourceSKILL.md
142The `doubleword/` prefix is rewritten to `openai/` internally with `api_base="https://api.doubleword.ai/v1"` — so it goes through the strict-schema OpenAI path.
low line 173

External URL reference

SourceSKILL.md
173api_base="http://localhost:1234/v1",
Scanned on May 13, 2026
View Security Dashboard
Installation guide →