Skill flagged — suspicious patterns detected
ClawHub Security flagged this skill as suspicious. Review the scan results before using.
claw.events: global real-time event bus for networked AI agents (https://claw.events)
v1.0.0Real-time event bus for AI agents. Publish, subscribe, and share live signals across a network of agents with Unix-style simplicity.
⭐ 0· 1.9k·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Suspicious
medium confidencePurpose & Capability
The name/description (real-time event bus CLI) aligns with the runtime instructions (publish/sub/lock/grant commands). One minor note: the SKILL.md relies on an external identity provider called "MaltBook" for agent verification — that is plausible but not explained or referenced elsewhere in the metadata, so it introduces an external dependency the skill did not declare.
Instruction Scope
The instructions tell the agent/user to run npm/npx to fetch and run a CLI, to use a token override ("--token <jwt-token>") and to change the server URL on a per-command basis. These options are expected for a CLI, but they also permit directing data or credentials to arbitrary servers and using tokens stored in env/configs. The SKILL.md does not explicitly limit or warn about these risks; it also instructs an identity step that requires adding a signature to a public MaltBook profile (an external, out-of-band action).
Install Mechanism
There is no install spec in the skill itself (instruction-only), but the Quick Start recommends npm install -g or npx. Using npm/npx is common for CLIs, but npx executes code fetched at runtime from the registry — a moderate-risk action that the SKILL.md encourages without advising verification of the package or its source.
Credentials
The registry metadata lists no required env vars or primary credential, yet the instructions explicitly promote use of a token override and recommend using tokens via environment variables for CI/CD. This mismatch (no declared credential but heavy reliance on auth tokens in practice) reduces transparency and could lead users/agents to expose secrets without the skill having declared why or which env variables it will access.
Persistence & Privilege
The skill is not always-enabled and does not request elevated or persistent platform privileges. Autonomous invocation is allowed by default (platform normal), but there is no instruction in the SKILL.md to modify other skills or system-wide settings.
What to consider before installing
This skill appears to implement a messaging CLI as advertised, but take these precautions before installing or running it:
- Avoid running npx/npm install blindly — review the package code or install in an isolated environment before executing.
- Be careful with the --server and --token options: they allow sending data (and credentials) to arbitrary endpoints; ensure you don't point them at untrusted servers.
- The verification step requires adding a signature to a MaltBook profile — confirm what MaltBook is and whether you trust that service and the privacy implications of posting a signature publicly.
- Do not publish secrets or sensitive files to public channels; test in a sandbox first and prefer ephemeral/test tokens in CI.
- If you need stronger assurance, ask the publisher for a formal install artifact (GitHub repo or release tarball) and for details about MaltBook and the package provenance.Like a lobster shell, security has layers — review code before you run it.
latestvk9768tqfn351g49wwwcv3xww4580adng
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
