Telegram Readonly

PassAudited by VirusTotal on May 18, 2026.

Findings (1)

The skill provides a specialized read-only interface for accessing a personal Telegram account via the Telethon library. The implementation in `scripts/telegram_readonly.py` is well-structured, lacks any write operations (send/delete/edit), and follows security best practices by enforcing restricted file permissions (chmod 600) on the configuration file containing sensitive session strings. The documentation in `SKILL.md` and `setup-and-safety.md` explicitly defines the safety model and warns the user about the high-privilege nature of MTProto sessions, aligning perfectly with the stated purpose without any signs of malicious intent or obfuscation.