Торговый ИИ-агент в песочнице T-Invest API
Drift inferred · capture-to-capture
No drift recorded — single capability capture; advisories appear once its surface changes.
transport — 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 92c9544 · analyzer v33 · 2d ago
skills & prompt files 8
- skill Ev0lv3nta-tinvest-agent-92c9544/.agents/skills/daily-review/SKILL.md
- skill Ev0lv3nta-tinvest-agent-92c9544/.agents/skills/edge-review/SKILL.md
- skill Ev0lv3nta-tinvest-agent-92c9544/.agents/skills/incident/SKILL.md
- skill Ev0lv3nta-tinvest-agent-92c9544/.agents/skills/playbooks/SKILL.md
- skill Ev0lv3nta-tinvest-agent-92c9544/.agents/skills/research-emitent/SKILL.md
- skill Ev0lv3nta-tinvest-agent-92c9544/.agents/skills/session-open/SKILL.md
- skill Ev0lv3nta-tinvest-agent-92c9544/.agents/skills/trade-card/SKILL.md
- agent-rules Ev0lv3nta-tinvest-agent-92c9544/AGENTS.md
danger signals2
- suspicious endpoint api.telegram.org Ev0lv3nta-tinvest-agent-92c9544/gateway/server.py :127
f"https://api.telegram.org/bot{token}/sendDocument", - suspicious endpoint api.telegram.org Ev0lv3nta-tinvest-agent-92c9544/supervisor/telegram.py :23
API = "https://api.telegram.org/bot{token}/{method}"
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 47
filesystem 20
- fs Ev0lv3nta-tinvest-agent-92c9544/deploy/backup_journal.py :17
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/deploy/reset_session.py :17
import shutil - fs Ev0lv3nta-tinvest-agent-92c9544/deploy/say.py :11
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/deploy/set_endpoint.py :16
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/deploy/status.py :9
from pathlib import Path - fs (weak) Ev0lv3nta-tinvest-agent-92c9544/examples/panel_demo.py :14
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/gateway/config.py :4
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/gateway/journal.py :11
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/gateway/marketdata.py :27
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/gateway/server.py :27
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/research/__main__.py :12
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/research/bars.py :16
from pathlib import Path
show 8 more
- fs Ev0lv3nta-tinvest-agent-92c9544/research/history.py :17
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/research/trials.py :19
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/supervisor/main.py :18
from pathlib import Path - fs (weak) Ev0lv3nta-tinvest-agent-92c9544/tests/__init__.py :9
from pathlib import Path - fs (weak) Ev0lv3nta-tinvest-agent-92c9544/tests/test_demo.py :5
from pathlib import Path - fs (weak) Ev0lv3nta-tinvest-agent-92c9544/tests/test_marketdata.py :6
from pathlib import Path - fs (weak) Ev0lv3nta-tinvest-agent-92c9544/tests/test_research.py :48
from pathlib import Path - fs Ev0lv3nta-tinvest-agent-92c9544/webapp/server.py :20
from pathlib import Path
shell / exec 4
- shell Ev0lv3nta-tinvest-agent-92c9544/deploy/reset_session.py :19
import subprocess - shell Ev0lv3nta-tinvest-agent-92c9544/deploy/set_endpoint.py :12
import subprocess - shell Ev0lv3nta-tinvest-agent-92c9544/supervisor/appserver.py :13
import subprocess - shell (weak) Ev0lv3nta-tinvest-agent-92c9544/tests/test_demo.py :8
import subprocess
network 12
- net Ev0lv3nta-tinvest-agent-92c9544/deploy/set_endpoint.py :14
import urllib.error - net (weak) Ev0lv3nta-tinvest-agent-92c9544/examples/panel_demo.py :15
from urllib.parse import urlparse - net Ev0lv3nta-tinvest-agent-92c9544/gateway/limits.py :16
import urllib.error - net Ev0lv3nta-tinvest-agent-92c9544/gateway/marketdata.py :490
import urllib.request - net Ev0lv3nta-tinvest-agent-92c9544/gateway/search.py :11
import urllib.error - net Ev0lv3nta-tinvest-agent-92c9544/gateway/server.py :22
import urllib.parse - net Ev0lv3nta-tinvest-agent-92c9544/gateway/tinvest.py :18
import urllib.error - net Ev0lv3nta-tinvest-agent-92c9544/supervisor/main.py :15
import urllib.error - net Ev0lv3nta-tinvest-agent-92c9544/supervisor/telegram.py :13
import urllib.error - net (weak) Ev0lv3nta-tinvest-agent-92c9544/tests/test_demo.py :12
import urllib.error - net (weak) Ev0lv3nta-tinvest-agent-92c9544/tests/test_webapp.py :8
import urllib.parse - net Ev0lv3nta-tinvest-agent-92c9544/webapp/server.py :18
import urllib.parse
database 7
- db Ev0lv3nta-tinvest-agent-92c9544/deploy/backup_journal.py :13
import sqlite3 - db Ev0lv3nta-tinvest-agent-92c9544/deploy/reset_session.py :18
import sqlite3 - db Ev0lv3nta-tinvest-agent-92c9544/deploy/status.py :5
import sqlite3 - db Ev0lv3nta-tinvest-agent-92c9544/gateway/journal.py :8
import sqlite3 - db Ev0lv3nta-tinvest-agent-92c9544/research/trials.py :17
import sqlite3 - db (weak) Ev0lv3nta-tinvest-agent-92c9544/tests/support.py :5
import sqlite3 - db Ev0lv3nta-tinvest-agent-92c9544/webapp/server.py :16
import sqlite3