Token Stats Pkg
PassAudited by VirusTotal on May 17, 2026.
Findings (1)
The token-stats-pkg is a utility designed to monitor and display token usage statistics for various AI agents (Hermes, Claude Code, CodeX, and OpenClaw) by parsing their local SQLite databases and JSONL log files. The main script, token-stats.py, uses only Python standard libraries and performs no network communication or data exfiltration. Its setup routine creates a standard shell wrapper in ~/.local/bin for CLI convenience, and its data collection logic uses parameterized SQL queries and safe file-reading practices consistent with its stated purpose.
