Shell command execution detected (child_process).
- Code
- suspicious.dangerous_exec
- Location
- dist/src/public-access/frpc-manager.js:812
- Evidence
const c = spawn(frpcPath(), ["-c", confPath], { stdio: "ignore", detached: false });
Security audit
Security checks across malware telemetry and agentic risk
The package fits an iPhone OpenClaw channel, but it deserves Review because installation and runtime can broaden gateway access, enable remote app control, and start persistent relay standby with limited user-facing disclosure.
Install only if you want this package to let the FridayNext app operate your OpenClaw gateway from your phone. Before installing, review that it will bind the gateway on LAN, enable canvas/node-related access, add conversation hooks, expose app/admin routes behind bearer authentication, and keep FridayTunnel standby state that contacts SyengUp infrastructure unless explicitly disabled in config.
SkillSpector was not run because this plugin release contains no bundled skills.
56/56 vendors flagged this plugin as clean.
Detected: suspicious.dangerous_exec, suspicious.env_credential_access
const c = spawn(frpcPath(), ["-c", confPath], { stdio: "ignore", detached: false });execSync(`${cmd} --version`, { stdio: "ignore" });const c = spawn(frpcPath(), ["-c", confPath], { stdio: "ignore", detached: false });const override = process.env[REGISTRY_ENV_VAR];
const sudoUser = process.env.SUDO_USER;
const override = process.env[REGISTRY_ENV_VAR];