Openclaw Command Center

PassAudited by VirusTotal on May 18, 2026.

Findings (1)

The skill bundle is a comprehensive and well-documented dashboard for monitoring OpenClaw agents. It demonstrates strong security practices, including path traversal protection in the static file server (src/index.js), restricted command execution via a whitelist of allowed actions (src/actions.js), and the use of execFileSync to prevent shell injection (src/openclaw.js). It also provides robust authentication options such as Tailscale and Cloudflare Access integration (src/auth.js). All capabilities, including system vital collection and log reading, are strictly aligned with the stated purpose of the dashboard.