github analyzed 862054a

vje013/darwin-agentic-cloud

github

Verifiable and free cloud compute for AI agents. webMCP + MCP native. Check out our sandboxed Beta + research in the README

maintainer
vje013
license
Apache-2.0
first seen
2026-06-01
last seen
2026-06-04
releases · 30d
6
short id

Drift inferred · capture-to-capture

  1. HIGH code analysis flagged dynamic code execution ×3 in vje013/darwin-agentic-cloud
capabilities7 tools
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

skills & danger signalsgithub-tarball
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

code evidencevv3.0.3 · github-tarball
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