
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
@flock-io/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
The npm package @flock-io/moltbot-plugin-flock receives a total of 2 weekly downloads. As such, @flock-io/moltbot-plugin-flock popularity was classified as not popular.
We found that @flock-io/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.
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.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.