
Security News
/Research
Fake Corepack Site Distributes Infostealer and Proxyware to Developers
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.
@volcengine/agent-sentry
Advanced tools
AI Assistant Security plugin for OpenClaw, to protect your LLM models and Agent lifecycle (including tool calls) from harmful requests.
agent-sentry is a security plugin for OpenClaw. It audits LLM traffic and key Agent lifecycle hook points to reduce harmful requests and sensitive data leakage.
This release performs a breaking external brand rename from ClawSentry to AgentSentry. Old external entrypoints are not compatible in code after this change.
| Old external entrypoint | New external entrypoint |
|---|---|
claw-sentry | agent-sentry |
plugins.entries.claw-sentry | plugins.entries.agent-sentry |
/clawSentry | /agentSentry |
/cs | /as |
clawSentryListConfig | agentSentryListConfig |
clawSentryListInfo | agentSentryListInfo |
clawSentryListAvailableTools | agentSentryListAvailableTools |
>=2026.4.14>=22openclaw plugins install @volcengine/agent-sentry
openclaw config set plugins.entries.agent-sentry.hooks.allowConversationAccess true
openclaw plugins install @byteplus/agent-sentry
openclaw config set plugins.entries.agent-sentry.hooks.allowConversationAccess true
After installing the plugin package, enable it and restart the gateway:
openclaw plugins enable agent-sentry
openclaw gateway restart
Configure the plugin in your OpenClaw config (fields are aligned with openclaw.plugin.json):
plugins:
entries:
agent-sentry:
enabled: true
config:
# Required
apiKey: "<encrypted-api-key>"
clawId: "<claw-id>"
ctEndpoint: "https://<control-endpoint>"
lmEndpoint: "https://<moderation-endpoint>"
# Optional
asClawId: "<as-claw-id>"
configVersion: "<version-string>"
openClawDir: "<path-to-openclaw-state-dir>"
# Behavior
logRecord: false
# enableFetch is deprecated since 1.5.0-dlp and is now a no-op; DLP runs
# via before_dispatch + before_prompt_build (see dlpInputGate below).
enableFetch: false
enableBeforeToolCall: true
enableAfterToolCall: true
enableHeartbeat: true
timeoutMs: 30000
failureThreshold: 3
retryInterval: 60
maxRetryInterval: 3600
# Optional input-side DLP enforcement mode for before_dispatch.
# 'marker_only' (default) keeps the user message and lets
# before_prompt_build inject a system reminder. 'direct_block' returns
# {handled:true, text:securityReason} from before_dispatch.
dlpInputGate:
mode: marker_only
language: "en" # or "zh"
before_dispatch + before_prompt_build: collect moderation results and inject safe context into prompts.before_tool_call: audit tool name/params (and optional tool-result context). The isGroup flag is derived from ctx.sessionKey (format agent:<id>:<channel>:group|direct:<target>).after_tool_call: store tool result context for subsequent audits.llm_input: capture LLM input (e.g. system prompt) for auditing/traceability.agent_end: upload conversation record and clear per-session cached contexts.pnpm -C openclaw-plugin build
pnpm -C openclaw-plugin test
Publishing scripts are defined in openclaw-plugin/package.json (including beta and private tags).
FAQs
AI Assistant Security plugin for OpenClaw, to protect your LLM models and Agent lifecycle (including tool calls) from harmful requests.
We found that @volcengine/agent-sentry demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 45 open source maintainers 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
/Research
A fake corepack.org site is impersonating the Node.js tool and delivers an infostealer and proxyware to developers who download it.

Research
/Security News
A large-scale campaign abused GitHub Actions in compromised repositories to exploit CVE-2026-41940 in cPanel and WHM and steal server credentials.

Security News
Five frontier LLMs generated the same nonexistent package names, leaving 53 available for potential slopsquatting across PyPI and npm.