Telegram Usage Stats

PassAudited by VirusTotal on May 14, 2026.

Findings (1)

The skill is designed to display session usage statistics. It uses `child_process.execSync` in `handler.js` to execute the `clawdbot models status` command, which is a legitimate interaction with the host system's `clawdbot` CLI for its stated purpose. It also reads and writes files within the `~/.clawdbot` directory (`quota-tracker.json`, `sessions.json`, `*.jsonl`) to gather and store session-related data, which is necessary for its functionality. There is no evidence of data exfiltration, malicious execution, persistence, or prompt injection attempts in `SKILL.md` or other files. All actions are aligned with the skill's described purpose.