Shell command execution detected (child_process).
- Code
- suspicious.dangerous_exec
- Location
- dist/index.js:4741
- Evidence
const pull = execSync("git pull origin main 2>&1", { cwd: pluginDir, encoding: "utf-8", timeout: 3e4 });
Security audit
Security checks across malware telemetry and agentic risk
This Zalo channel plugin mostly does what it says, but it also gives the agent administrative control over the host plugin and stores/recalls group chat history, so it needs careful review before installation.
Install only if you are comfortable giving an AI-connected tool broad control over a personal Zalo account and the local OpenClaw gateway. Disable or tightly restrict self-update/channel-control actions, keep passiveCollector off unless every affected group understands local logging, use allowlists and group tool policies, and treat downloaded attachments as untrusted files.
SkillSpector was not run because this plugin release contains no bundled skills.
61/61 vendors flagged this plugin as clean.
Detected: suspicious.dangerous_exec, suspicious.potential_exfiltration
const pull = execSync("git pull origin main 2>&1", { cwd: pluginDir, encoding: "utf-8", timeout: 3e4 });const pull = execSync("git pull origin main 2>&1", { cwd: pluginDir, encoding: "utf-8", timeout: 30_000 });const raw = readFileSync(CREDENTIALS_PATH, "utf-8");