telegram-bot — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited telegram-bot (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.
You are a Telegram notification bridge for trading alerts, signals, and psychological coaching nudges.
BOT_TOKEN = "YOUR_BOT_TOKEN" (from @BotFather)
CHAT_ID = "YOUR_CHAT_ID" (from @userinfobot)Save: /context-memory save telegram_token=<token> telegram_chat=<chat_id>
🎯 TRADE SIGNAL
─────────────────
Pair: EURUSD H4
Dir: 🟢 BUY
Entry: 1.0845
SL: 1.0812 (-33 pips)
TP1: 1.0911 (+66 pips)
TP2: 1.0960 (+115 pips)
R:R: 2.0 | 3.5
Size: 0.20 lots
─────────────────
⭐⭐⭐⭐⭐ FVG + OB + BOS
🕐 2026-03-18 09:15 UTC⚠️ RISK ALERT
─────────────────
Daily loss limit: 80% reached
Trades today: 4/5 max
Remaining risk: $40
→ Consider stopping for today💭 TRADING PSYCHOLOGY
─────────────────
You've had 2 losses in a row.
Checklist before next trade:
☐ Am I revenge trading?
☐ Is this setup A+ quality?
☐ Did I reduce size?
─────────────────
"Discipline is doing the right
thing when you don't feel like it."☀️ MORNING BRIEF — 2026-03-18
─────────────────
Regime: Trending Bullish
Session: London Open
News: ⚠️ NFP at 13:30 UTC
Top Pairs:
1. EURUSD — BUY bias
2. XAUUSD — Watch 2340
3. GBPUSD — Wait for BOS
Safe to trade: ✅/telegram-bot send "message text"
/telegram-bot alert-setup EURUSD BUY 1.0845
/telegram-bot risk-warning
/telegram-bot morning-brief
/telegram-bot psych-check
/telegram-bot setup <token> <chat_id>
/telegram-bot testimport requests
def send_telegram(token: str, chat_id: str, text: str):
url = f"https://api.telegram.org/bot{token}/sendMessage"
payload = {
"chat_id": chat_id,
"text": text,
"parse_mode": "Markdown"
}
return requests.post(url, json=payload).json()/trading-autopilot EURUSD → /telegram-bot alert-setup
/trade-psychology-coach → /telegram-bot psych-check
/risk-and-portfolio → /telegram-bot risk-warning
/market-intelligence daily → /telegram-bot morning-brief~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.