Open-source template trading agent — pre-loaded with collective intelligence from the Agentberg network. Clone, configure, and run.
Drift inferred · capture-to-capture
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
- HIGH code analysis flagged dynamic code execution in Agentberg/agentberg-starter
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 5c172cb · analyzer v33 · 3h ago
skills & prompt files 2
- agent-rules Agentberg-agentberg-starter-5c172cb/AGENTS.md
- agent-rules Agentberg-agentberg-starter-5c172cb/CLAUDE.md
danger signals1
- dynamic code execution __import__ sink Agentberg-agentberg-starter-5c172cb/scheduler.py :355
core.LOCK_FILE.write_text(str(__import__("os").getpid()))
evidence-backed
findings quoted directly from the published source artifact — not inferred
code files: 40
filesystem 21
- fs Agentberg-agentberg-starter-5c172cb/agent.py :64
with open(_SESSION_STATE, "w") as _f: - fs Agentberg-agentberg-starter-5c172cb/agentberg_cli/cli.py :22
import shutil - fs Agentberg-agentberg-starter-5c172cb/character.py :62
with open(_PATH) as f: - fs Agentberg-agentberg-starter-5c172cb/config.py :33
_confirmed = open(_ID_FILE).read().strip() - fs Agentberg-agentberg-starter-5c172cb/identity.py :22
with open(_KEY_PATH, "rb") as f: - fs Agentberg-agentberg-starter-5c172cb/interconnect.py :30
from pathlib import Path - fs Agentberg-agentberg-starter-5c172cb/kit_autoupdate.py :49
from pathlib import Path - fs Agentberg-agentberg-starter-5c172cb/knowledge.py :68
with open(path) as f: - fs Agentberg-agentberg-starter-5c172cb/llm.py :29
from pathlib import Path - fs Agentberg-agentberg-starter-5c172cb/llm_providers/_resolve.py :16
import shutil - fs Agentberg-agentberg-starter-5c172cb/llm_providers/openai.py :38
with open(out_path) as f: - fs Agentberg-agentberg-starter-5c172cb/memory.py :14
from pathlib import Path
show 9 more
- fs Agentberg-agentberg-starter-5c172cb/migrations.py :11
from pathlib import Path - fs Agentberg-agentberg-starter-5c172cb/postcar_adapter.py :22
from pathlib import Path - fs Agentberg-agentberg-starter-5c172cb/scheduler.py :33
from pathlib import Path as _Path - fs Agentberg-agentberg-starter-5c172cb/scheduler_core.py :22
from pathlib import Path - fs (weak) Agentberg-agentberg-starter-5c172cb/scripts/release_notes.py :29
with open(os.path.join(ROOT, path)) as f: - fs (weak) Agentberg-agentberg-starter-5c172cb/scripts/validate_categories.py :55
with open(MANIFEST) as f: - fs (weak) Agentberg-agentberg-starter-5c172cb/scripts/validate_version_sync.py :14
from pathlib import Path - fs Agentberg-agentberg-starter-5c172cb/setup_autostart.py :22
import shutil - fs Agentberg-agentberg-starter-5c172cb/upgrade.py :43
import shutil
shell / exec 11
- shell Agentberg-agentberg-starter-5c172cb/agent.py :1633
import subprocess as _sub - shell Agentberg-agentberg-starter-5c172cb/agentberg_cli/cli.py :23
import subprocess - shell Agentberg-agentberg-starter-5c172cb/kit_autoupdate.py :45
import subprocess - shell Agentberg-agentberg-starter-5c172cb/llm_providers/_resolve.py :17
import subprocess - shell Agentberg-agentberg-starter-5c172cb/llm_providers/claude.py :7
import subprocess - shell Agentberg-agentberg-starter-5c172cb/llm_providers/gemini.py :8
import subprocess - shell Agentberg-agentberg-starter-5c172cb/llm_providers/openai.py :9
import subprocess - shell Agentberg-agentberg-starter-5c172cb/scheduler.py :31
import subprocess - shell Agentberg-agentberg-starter-5c172cb/scheduler_core.py :20
import subprocess - shell Agentberg-agentberg-starter-5c172cb/setup_autostart.py :23
import subprocess - shell Agentberg-agentberg-starter-5c172cb/upgrade.py :44
import subprocess
network 6
- net Agentberg-agentberg-starter-5c172cb/agentberg.py :5
import httpx - net Agentberg-agentberg-starter-5c172cb/agentberg_cli/cli.py :28
import urllib.request - net Agentberg-agentberg-starter-5c172cb/alpaca.py :17
import httpx - net Agentberg-agentberg-starter-5c172cb/interconnect.py :127
import httpx - net Agentberg-agentberg-starter-5c172cb/kit_autoupdate.py :48
import urllib.request - net Agentberg-agentberg-starter-5c172cb/upgrade.py :49
import urllib.request
secrets 3
- secrets Agentberg-agentberg-starter-5c172cb/config.py :48
ALPACA_API_KEY = os.environ["ALPACA_API_KEY"] - secrets Agentberg-agentberg-starter-5c172cb/knowledge.py :104
token = token or os.environ.get("AGENT_TOKEN") or agent_id - secrets Agentberg-agentberg-starter-5c172cb/llm_providers/deepseek.py :16
return os.environ.get("DEEPSEEK_API_KEY") or os.environ.get("LLM_API_KEY")
database 2
- db Agentberg-agentberg-starter-5c172cb/memory.py :12
import sqlite3 - db Agentberg-agentberg-starter-5c172cb/migrations.py :10
import sqlite3
declared dependencies 3
- httpx@*
- python-dotenv@*
- cryptography@>=43.0.0