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 package is a disclosed multi-account Claude/OpenClaw integration that handles credentials and optional watchdog persistence for its stated failover purpose.
Install only if you want this machine to use multiple Claude accounts for OpenClaw failover. Review the configured account token sources, prefer secret references over plaintext token files, use dry-run for setup/Hermes sync, and skip the 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.
58/58 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], {