Shell command execution detected (child_process).
- Code
- suspicious.dangerous_exec
- Location
- scripts/bump-openclaw.mjs:57
- Evidence
const result = spawnSync(cmd, args, {
Security audit
Security checks across malware telemetry and agentic risk
This is a coherent Apify integration that exposes a broad, user-authorized web-scraping tool and setup CLI, with no artifact-backed malicious behavior found.
Install only if you intend to give OpenClaw access to an Apify token and authorize agents to run Apify Actors, which may incur Apify usage costs and collect third-party web data. Prefer scoping tool authorization to apify rather than group:plugins if you do not want all plugin tools enabled, keep the baseUrl at the official Apify API, and treat scraped results and Actor documentation as untrusted external content.
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 result = spawnSync(cmd, args, {const result = spawnSync(cmd, args, {const result = spawnSync("clawhub", args, { stdio: "inherit", shell: false, cwd: REPO_ROOT });