Multi-backend notification system (audio, Telegram, SMS, phone)
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport stdio counts 0 tools · 0 res
· 0 prompts
permission surface via code analysis
no tools enumerated yet for this server.
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit 66705ba · analyzer v17 · 2d ago
skills & prompt files 1
danger signals2
- suspicious endpointapi.telegram.orgywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_backends/_telegram.py:27
TELEGRAM_API_BASE = "https://api.telegram.org/bot{token}" - suspicious endpointapi.telegram.orgywatanabe1989-scitex-notification-66705ba/src/scitex_notification/telegram_channel.py:57
TELEGRAM_API_BASE = "https://api.telegram.org/bot{token}"
evidence-backed
findings quoted directly from the published source artifact — not inferred
filesystem 7
- fs ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_backends/_config.py :110
with open(path) as f: - fs ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_backends/_desktop.py :10
import shutil - fs ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_backends/_emacs.py :10
import shutil - fs ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_backends/_telegram.py :22
from pathlib import Path - fs ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_env_loader.py :16
from pathlib import Path - fs ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_mcp/handlers.py :267
from pathlib import Path - fs ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/telegram_channel.py :41
from pathlib import Path
shell / exec 2
- shell ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_backends/_desktop.py :11
import subprocess - shell ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_backends/_emacs.py :11
import subprocess
network 5
- net ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_backends/_telegram.py :19
import urllib.parse - net ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_backends/_twilio.py :156
import urllib.request - net ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_backends/_webhook.py :12
import urllib.request - net ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/_mcp/tool_schemas.py :25
"`plyer.notification`, `requests.post(slack_webhook)`, " - net ywatanabe1989-scitex-notification-66705ba/src/scitex_notification/telegram_channel.py :39
import urllib.parse
declared dependencies 3
- click@>=8.0
- scitex_dev@*
- scitex-dev@>=0.7.0