Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- dist/shim.js:90
- Evidence
const child = spawn(command, childArgs, {
Security audit
Security checks across malware telemetry and agentic risk
This plugin handles sensitive Claude account credentials and optional watchdog persistence, but the behavior is disclosed, user-directed, and aligned with multi-account OpenClaw failover.
Install only if you intend to let this plugin manage multiple Claude accounts for OpenClaw. Review the configured account entries, prefer secret references over plaintext token files, keep any token files private, and skip the optional watchdog if you do not want a user-level timer that can restart the OpenClaw gateway.
SkillSpector was not run because this plugin release contains no bundled skills.
61/61 vendors flagged this plugin as clean.
Detected: suspicious.dangerous_exec
const child = spawn(command, childArgs, {const r = spawnSync(process.execPath, [script], { stdio: "inherit" });const r = spawnSync(process.execPath, [join(__dirname, script), ...args], { stdio: "inherit" });const probe = spawnSync(python, ["-c", probeCode], {