Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- dist/src/clawhub-skill-install/installer.js:23
- Evidence
const child = spawn(command, args, { stdio: ["ignore", "pipe", "pipe"] });
Security audit
Security checks across malware telemetry and agentic risk
This cloud bridge is mostly disclosed, but it can expose pairing tokens and apply cloud-queued local installs or agent-skill changes, so users should review it carefully before installing.
Install only if you trust ClawHive to broker remote mobile actions for this OpenClaw node. Be aware that after authorization it can upload local agent metadata, print time-limited pairing tokens, receive cloud messages, and apply cloud-queued local agent or skill changes without a separate local confirmation prompt for each job.
SkillSpector was not run because this plugin release contains no bundled skills.
64/64 vendors flagged this plugin as clean.
Detected: suspicious.dangerous_exec
const child = spawn(command, args, { stdio: ["ignore", "pipe", "pipe"] });