K米 OpenClaw 插件

AdvisoryAudited by Static analysis on May 11, 2026.

Overview

Detected: suspicious.dangerous_exec

Findings (2)

critical

suspicious.dangerous_exec

Location
dist/src/cli.js:8
Finding
Shell command execution detected (child_process).
Evidence
const process = spawn('clawhub', args);
critical

suspicious.dangerous_exec

Location
src/cli.ts:10
Finding
Shell command execution detected (child_process).
Evidence
const process = spawn('clawhub', args);