Verifiable and free cloud compute for AI agents. webMCP + MCP native. Check out our sandboxed Beta + research in the README
Drift inferred · capture-to-capture
- HIGH code analysis flagged dynamic code execution ×3 in vje013/darwin-agentic-cloud
transport stdio · http counts 7 tools · 0 res
· 0 prompts
permission surface via code analysis
tools
-
darwin_history
Recent attestations from local storage
-
darwin_list
List discovered substrates
-
darwin_price
Get cost quote per available substrate (what this would've cost you on a non-Darwin cloud)
-
darwin_run
Execute workload, return signed v0.2 attestation
-
darwin_stats
Aggregate stats
-
darwin_verify
Verify attestation against keylist
-
darwin_who
Show whose keys signed an attestation
prompt-surface
shipped agent-instruction files + hidden-content / dangerous-code findings —
quoted from the analyzed source
analyzed commit 862054a · analyzer v17 · 1d ago
danger signals3
- dynamic code executioneval()/exec()vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/substrate/aws_batch.py:33
| exec() workload in container, write response to S3 - dynamic code executioneval()/exec()vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/substrate/aws_lambda.py:26
| exec() workload in Lambda execution context - dynamic code executioneval()/exec()vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/substrate/modal.py:23
| exec() workload, capture stdout/stderr/exit_code
evidence-backed
findings quoted directly from the published source artifact — not inferred
filesystem 13
- fs vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/admin_cli.py :29
from pathlib import Path - fs vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/class_keys.py :60
from pathlib import Path - fs vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/cli.py :20
from pathlib import Path - fs vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/runtime_v02.py :243
att = run(open("script.py").read(), cost_cap=1.0, timeout=300) - fs vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/sandbox.py :210
with tarfile.open(fileobj=tar_stream, mode="w") as tar: - fs vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/server.py :408
from pathlib import Path as _Path - fs vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/signing.py :11
from pathlib import Path - fs vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/storage.py :27
from pathlib import Path - fs vje013-darwin-agentic-cloud-862054a/infra/aws_runner/batch_deploy.py :46
from pathlib import Path - fs vje013-darwin-agentic-cloud-862054a/infra/aws_runner/batch_runner.py :171
with open(file_path, "w", encoding="utf-8") as f: - fs vje013-darwin-agentic-cloud-862054a/infra/aws_runner/deploy.py :43
from pathlib import Path - fs vje013-darwin-agentic-cloud-862054a/infra/aws_runner/runner.py :145
with open(file_path, "w", encoding="utf-8") as f: - fs vje013-darwin-agentic-cloud-862054a/infra/bake_demo_attestation.py :12
import pathlib
shell / exec 4
- shell vje013-darwin-agentic-cloud-862054a/infra/aws_runner/batch_deploy.py :43
import subprocess - shell vje013-darwin-agentic-cloud-862054a/infra/aws_runner/batch_runner.py :35
3. subprocess.run() python3 against the file with declared timeout. - shell vje013-darwin-agentic-cloud-862054a/infra/aws_runner/deploy.py :40
import subprocess - shell vje013-darwin-agentic-cloud-862054a/infra/aws_runner/runner.py :24
4. We subprocess.run() the interpreter against the file with a
network 4
- net vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/admin_cli.py :28
import urllib.request - net vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/cli.py :438
import urllib.request - net vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/mcp_server.py :208
import urllib.request - net vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/substrate/identity.py :38
import urllib.error
secrets 4
- secrets vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/class_keys.py :152
val = os.environ.get("DARWIN_CLASS_KEYS_DIR") - secrets vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/router.py :160
if os.environ.get("MODAL_TOKEN_ID") and os.environ.get("MODAL_TOKEN_SECRET"): - secrets vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/substrate/aws_batch.py :356
access_key_id=os.environ.get("DARWIN_AWS_ACCESS_KEY_ID"), - secrets vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/substrate/aws_lambda.py :311
access_key_id=os.environ.get("DARWIN_AWS_ACCESS_KEY_ID"),
database 1
- db vje013-darwin-agentic-cloud-862054a/darwin/agenticcloud/storage.py :23
import sqlite3
declared dependencies 4
- pydantic@>=2.10,<3
- pydantic-settings@>=2.6,<3
- cryptography@>=44,<50
- fastapi@>=0.115,<1