
Security News
Re-Enabled GitHub Actions Expose Thousands of Repositories to Mini Shai-Hulud
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.
moltbot-plugin-flock
Advanced tools
A Moltbot plugin that integrates FLock API Platform as a model provider.
moltbot plugins install @flock-io/moltbot-plugin-flock
Or if installing from a local path:
moltbot plugins install /path/to/moltbot-plugin-flock
After installation, enable the plugin:
moltbot plugins enable flock
Run the authentication flow to store your FLock API key:
moltbot models auth login --provider flock
This will:
By default, the plugin configures an empty model list. You can add models in your Moltbot config:
models:
providers:
flock:
models:
- id: qwen3-30b-a3b-instruct-2507
name: Qwen 3 30B
input: [text]
contextWindow: 32768
maxTokens: 4096
Or use the dynamic model format:
moltbot agent --model flock/qwen3-30b-a3b-instruct-2507
Once configured, you can use FLock models with Moltbot:
# Use a specific FLock model
moltbot agent --model flock/your-model-id
# Or set as default in config
moltbot config set agents.defaults.model flock/your-model-id
flockhttps://api.flock.io/v1openai-completions)Authorization: Bearer <api-key>If you encounter authentication errors, verify:
~/.moltbot/auth-profiles.jsonIf a model returns 404:
Apache-2.0
FAQs
FLock API Platform provider plugin for Moltbot
We found that moltbot-plugin-flock 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.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.

Research
/Security News
The compromise affects MemTensor's MemOS, an open source memory framework for large language models (LLMs) and AI agents. Both npm package @memtensor/memos-cloud-openclaw-plugin and the PyPI package MemoryOS are compromised. They drop cross-platform Go binaries that exfiltrate developer secrets.