Back to skill
Skillv2.0.2

VirusTotal security

OpenClaw Usage Dashboard · External malware reputation and Code Insight signals for this exact artifact hash.

Scanner verdict

BenignApr 30, 2026, 6:09 AM
Hash
19ad9db65ea8b18a697b96201e96d18ee2456d6e5af7a7060f266ba6aab5216a
Source
palm
Verdict
benign
Code Insight
Type: OpenClaw Skill Name: openclaw-usage-dashboard Version: 2.0.2 The bundle provides a local Node.js dashboard for monitoring OpenClaw token usage and system health by parsing session logs in the `~/.openclaw` directory. The implementation in `server.js` includes several security best practices, such as regex-based redaction of API keys (e.g., Anthropic and OpenAI tokens), a memory budget for log parsing, and a restrictive Content Security Policy (CSP) for the web interface. System information is gathered using hardcoded shell commands (e.g., `vm_stat`, `df`, `powershell`) without user-input interpolation, and the server is restricted to `localhost`. The included `AUDIT.md` further documents a self-correction process for minor security and functional issues, reinforcing the tool's legitimate purpose.
External report
View on VirusTotal