
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
opencode-plugin-litellm
Advanced tools
OpenCode plugin for LiteLLM proxy support with auto-detection and dynamic model discovery
OpenCode plugin for LiteLLM proxy support with auto-detection and dynamic model discovery.
Inspired by opencode-lmstudio.
npm package name:
opencode-plugin-litellm(the unscopedopencode-litellmname was taken on npm). Repo name and plugin export remainopencode-litellm.
4000, 8000, 8080)/v1/models so you never hand-maintain a model list@ai-sdk/openai-compatiblelitellm_provider (or the provider/model prefix) into organizationOwneranthropic/claude-3-5-sonnet into Claude 3 5 Sonnet in the pickermode or idnpm install opencode-plugin-litellm
# or
bun add opencode-plugin-litellm
If a LiteLLM proxy is already running on localhost:4000, just add the plugin:
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-plugin-litellm@latest"]
}
The plugin will detect the proxy, query /v1/models, and inject every model into
your provider list automatically.
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["opencode-plugin-litellm@latest"],
"provider": {
"litellm": {
"npm": "@ai-sdk/openai-compatible",
"name": "LiteLLM (proxy)",
"options": {
"baseURL": "http://localhost:4000/v1",
"apiKey": "{env:LITELLM_API_KEY}"
}
}
}
}
Any models you predefine under provider.litellm.models are kept as-is; the
plugin only adds models it discovers that aren't already configured.
If your LiteLLM proxy requires a master key, expose it via either:
apiKey field inside provider.litellm.options, orLITELLM_API_KEY (or LITELLM_MASTER_KEY) environment variable.config hook fires.litellm provider is configured, its baseURL is used. Otherwise the
plugin probes localhost:4000, :8000, :8080.GET /v1/models. If unreachable, the hook is a no-op./v1/models are turned into OpenCode model entries with
sensible name, organizationOwner, and modalities fields.@opencode-ai/plugin ^1.0.166)pip install 'litellm[proxy]' && litellm --config config.yaml)MIT
FAQs
OpenCode plugin for LiteLLM proxy support with auto-detection and dynamic model discovery
The npm package opencode-plugin-litellm receives a total of 86 weekly downloads. As such, opencode-plugin-litellm popularity was classified as not popular.
We found that opencode-plugin-litellm demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.