Личный ассистент-агент (Ева) на eve + Ollama Cloud (DeepSeek-V4-Pro): личность, скиллы, субагенты, Telegram, cron
Drift inferred · capture-to-capture
- HIGH code analysis flagged committed secret in smixs/eve-assistant
- HIGH code analysis flagged committed secret in smixs/eve-assistant
- HIGH code analysis flagged committed secret in smixs/eve-assistant
- HIGH code analysis flagged committed secret in smixs/eve-assistant
- HIGH code analysis flagged committed secret in smixs/eve-assistant
- HIGH code analysis flagged committed secret in smixs/eve-assistant
- HIGH code analysis flagged hidden prompt content, committed secret in smixs/eve-assistant
- HIGH code analysis flagged hidden prompt content, committed secret in smixs/eve-assistant
- HIGH code analysis flagged hidden prompt content, committed secret in smixs/eve-assistant
- HIGH code analysis flagged hidden prompt content, committed secret in smixs/eve-assistant
- HIGH code analysis flagged hidden prompt content, committed secret in smixs/eve-assistant
transport streamable-http counts 1 tools · 0 res
· 0 prompts
permission surface via code analysis
tools
-
fn
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit f5bb315 · analyzer v33 · 4d ago
skills & prompt files 7
- skill smixs-iva-agent-f5bb315/agent/skills/agent-browser/SKILL.md
- skill smixs-iva-agent-f5bb315/agent/skills/rich-post/SKILL.md
- skill smixs-iva-agent-f5bb315/agent/skills/security-defense/SKILL.md
- skill smixs-iva-agent-f5bb315/agent/skills/telegram-userbot/SKILL.md
- skill smixs-iva-agent-f5bb315/agent/skills/update-recovery/SKILL.md
- skill smixs-iva-agent-f5bb315/scripts/autograph/docs/SKILL.md
- skill smixs-iva-agent-f5bb315/scripts/memory/instructions/memory-processor/SKILL.md
danger signals1
- suspicious endpoint api.telegram.org smixs-iva-agent-f5bb315/services/telegram-userbot/onboarding.py :77
f"https://api.telegram.org/bot{token}/sendPhoto",
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 508
filesystem 25
- fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/cleanup.py :21
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/common.py :12
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/daily.py :13
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/dedup.py :24
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/discover.py :13
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/enforce.py :14
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/engine.py :17
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/enrich.py :18
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/generate_schema.py :10
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/graph.py :20
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/link_cleanup.py :16
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/moc.py :14
from pathlib import Path
show 13 more
- fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/orchestrate.py :23
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/research.py :16
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/supersede.py :23
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/swarm_prepare.py :13
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/swarm_reduce.py :16
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/tests/test_autograph.py :14
import shutil - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/tests/test_dedup_recovery_properties.py :10
import shutil - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/tests/test_frontmatter_properties.py :11
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/tests/test_health_history_integrity.py :16
from pathlib import Path - fs (weak) smixs-iva-agent-f5bb315/scripts/autograph/tests/test_supersede_integrity.py :13
from pathlib import Path - fs smixs-iva-agent-f5bb315/services/telegram-userbot/guardrails.py :35
"""Raised when the circuit-breaker is open (too many FloodWaits).""" - fs smixs-iva-agent-f5bb315/services/telegram-userbot/serve.py :31
import shutil - fs smixs-iva-agent-f5bb315/services/telegram-userbot/test_session_path.py :6
from pathlib import Path
shell / exec 4
- shell (weak) smixs-iva-agent-f5bb315/scripts/autograph/orchestrate.py :24
import subprocess - shell (weak) smixs-iva-agent-f5bb315/scripts/autograph/tests/test_autograph.py :16
import subprocess - shell (weak) smixs-iva-agent-f5bb315/scripts/autograph/tests/test_health_history_integrity.py :11
import subprocess - shell (weak) smixs-iva-agent-f5bb315/scripts/autograph/tests/test_supersede_integrity.py :9
import subprocess
network 2
- net (weak) smixs-iva-agent-f5bb315/scripts/autograph/enrich.py :20
from urllib.request import Request, urlopen - net smixs-iva-agent-f5bb315/services/telegram-userbot/onboarding.py :23
import httpx
secrets 3
- secrets (weak) smixs-iva-agent-f5bb315/scripts/autograph/enrich.py :46
key = os.environ.get('OPENROUTER_API_KEY', '') - secrets smixs-iva-agent-f5bb315/services/telegram-userbot/onboarding.py :68
token = os.getenv("TELEGRAM_BOT_TOKEN") - secrets smixs-iva-agent-f5bb315/services/telegram-userbot/serve.py :220
env = os.getenv("TELEGRAM_MCP_TOKEN")
tool registrations 1
- fn smixs-iva-agent-f5bb315/services/telegram-userbot/onboarding.py :165