Shell command execution detected (child_process).
Critical
- Code
- suspicious.dangerous_exec
- Location
- scripts/release-check.ts:174
- Evidence
execFileSync(cmd, args, { cwd: ROOT, encoding: "utf8", stdio: ["ignore", "pipe", "pipe"], timeout: 180_000 });
Security audit
Security checks across malware telemetry and agentic risk
This plugin is a disclosed OpenClaw safety guardrail that logs local audit/state data and controls risky agent actions, with some privacy and packaging caveats users should review.
Install only if you want a high-authority safety plugin that can observe and gate agent actions. Review the audit/state paths first, keep redaction enabled, disable audit or relocate logs in sensitive environments, and avoid running release/development scripts on machines where build side effects or unpinned dev tooling are unacceptable.
SkillSpector was not run because this plugin release contains no bundled skills.
62/62 vendors flagged this plugin as clean.
Detected: suspicious.dangerous_exec
execFileSync(cmd, args, { cwd: ROOT, encoding: "utf8", stdio: ["ignore", "pipe", "pipe"], timeout: 180_000 });const stdout = execFileSync(cmd, args, { cwd: opts.cwd, encoding: "utf8", timeout: opts.timeoutMs ?? 10_000, stdio: ["ignore", "pipe", "pipe"] });