Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- dist/src/adapters/gateway-rpc.js:109
- Evidence
const child = spawn(argv[0], argv.slice(1), {
Security audit
Security checks across malware telemetry and agentic risk
This is a disclosed, operator-controlled backlog runner that can launch coding agents and write worktree state, with bounded safety gates rather than hidden or unbounded behavior.
Install only if you want an OpenClaw plugin that can orchestrate coding agents against selected repository tickets. Review the tickets and verification commands before running supervised waves, keep Gateway credentials scoped, and remember that isolated worktrees reduce risk but are not a full operating-system sandbox for child agents.
SkillSpector was not run because this plugin release contains no bundled skills.
53/53 vendors flagged this plugin as clean.
Detected: suspicious.dangerous_exec
const child = spawn(argv[0], argv.slice(1), {const child = spawn(input.command, input.args, {output = execFileSync("bash", ["-lc", input.command], {