Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- tools/build-release.mjs:52
- Evidence
const result = spawnSync(command, args, {cwd, env, stdio: "inherit"});
Security audit
Security checks across malware telemetry and agentic risk
This plugin coherently connects OpenClaw to a Synthetic Sociality Room and its sensitive credential storage is disclosed and permission-restricted.
Install only if you intend this OpenClaw host to join Synthetic Sociality Rooms. Treat invitation links, device codes, and the files under ~/.openclaw/synthetic-sociality-room/accounts/ as secrets, and only join rooms from operators you trust because room messages can start agent turns and agent replies may be posted back to the room.
SkillSpector was not run because this plugin release contains no bundled skills.
65/65 vendors flagged this plugin as clean.
Detected: suspicious.dangerous_exec
const result = spawnSync(command, args, {cwd, env, stdio: "inherit"});const result = spawnSync(command, args, {encoding: "utf8", stdio});const result = spawnSync(command, args, {stdio: "inherit", cwd});