Connect Clawsmith to your coding agent. Ship products like crazy.Unlimited usage during betaGet API Key โ†’
โ† Back to dashboard
clawsmith.com/signal/openclaw-v2026-4-15-false-positive-plugin-allowlist-provenance-warnings
โš  IssueWide OpencoreLive

v2026.4.15 Status Emits False-Positive Plugin Allowlist and Provenance Warnings from Memory-Search Cold Loads

openclaw status and openclaw status --deep emit false warnings like 'plugins.allow is empty' and 'loaded without install/load-path provenance' because resolvePluginProviders creates synthetic config that doesn't carry real allowlist/install context.

Product Idea from this Signal

A runtime watchdog that isolates OpenClaw plugins into monitored worker threads and kills any plugin that blocks the gateway event loop for more than 5 seconds

OpenClaw plugins (especially Active Memory, Dreaming, and provider bridges) run in the same Node.js event loop as the gateway. When one plugin blocks, it starves everything: Telegram polling stops receiving messages, API responses go blank, and conversations fail silently. Seven bug reports in April 2026 alone document cascade failures from a single plugin blocking the loop. This watchdog spawns each plugin in its own worker thread with a heartbeat monitor, kills and restarts any plugin that exceeds the event loop latency threshold, and logs the exact stack trace that caused the block.

CLIOPEN-SOURCEDEVTOOLRUNTIMENODE.JS
CompetitiveView Opportunity โ†’

Frequently Asked Questions