telegram-solana-smart-money-tracker — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited telegram-solana-smart-money-tracker (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Telegram bot skill that helps follow profitable wallets on Solana. It is a research/monitoring tool that pushes timely alerts to a Telegram chat or channel — it does not guarantee profit and does not place trades for you unless you explicitly wire that in.
Activate when the user wants to follow profitable wallets on Solana and receive alerts in Telegram.
sendMessage.import requests, os
TOKEN = os.environ["TELEGRAM_BOT_TOKEN"] # store as a secret, never hardcode
CHAT_ID = os.environ["TELEGRAM_CHAT_ID"]
def alert(text):
requests.post(f"https://api.telegram.org/bot{TOKEN}/sendMessage",
json={"chat_id": CHAT_ID, "text": text, "parse_mode": "Markdown"})High-risk and educational. No profit is guaranteed. This is not financial advice. New/low-cap tokens carry extreme risk of total loss, rug pulls, and scams.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.