
Research
/Security News
Laravel Lang Compromised with RCE Backdoor Across 700+ Versions
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.
opencode-message-queue
Advanced tools
Tiny plugin that controls how user messages behave while a session is running.
Why this is useful
Modes
immediate (default): send messages right away.hold: queue messages until the current run finishes, then send in order.Visual behavior in hold
Queued (will send after current run; N pending) placeholder.bun add opencode-message-queue
# or: npm i opencode-message-queue
Add to opencode.json:
{
"plugin": ["opencode-message-queue"]
}
Slash command (optional)
mkdir -p .opencode/command
cp node_modules/opencode-message-queue/command/queue.md .opencode/command/
This repo already includes the plugin at .opencode/plugin/message-queue.ts and the command at .opencode/command/queue.md.
Environment variables:
OPENCODE_MESSAGE_QUEUE_MODE=hold opencode
OPENCODE_MESSAGE_QUEUE_MODE=immediate opencode
# Keep queue toasts open until dismissed (default)
OPENCODE_MESSAGE_QUEUE_TOAST_DURATION_MS=0 opencode
Slash command (if installed):
/queue status
/queue hold
/queue immediate
FAQs
OpenCode plugin to queue user messages while a run is in progress
The npm package opencode-message-queue receives a total of 3 weekly downloads. As such, opencode-message-queue popularity was classified as not popular.
We found that opencode-message-queue 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
/Security News
Laravel Lang packages were compromised with an RCE backdoor across hundreds of versions, exposing cloud, CI/CD, and developer secrets.

Security News
Socket found a malicious postinstall hook across 700+ GitHub repos, including PHP packages on Packagist and Node.js project repositories.

Security News
Vibe coding at scale is reshaping how packages are created, contributed, and selected across the software supply chain