Threat-intel ETL
Review Rekt 2026 ingestion, Solodit findings, and artifact job history.
0G module checks
Track Galileo connectivity, inference readiness, and storage follow-through.
Runtime settings
Inspect storage, vector, Safe-session, and deployment-level configuration.
Implementation roadmap
Track which pitch features are already live and which small UI/data upgrades land next.
Mission control for wallet-native red teaming, live threat intel, and 0G-aligned agent operations.
This web app is wired to the same protocol inventories, simulation runs, wallet session model, and replay-feedback surfaces that power the CLI. It separates dashboard, ETL, module validation, roadmap, and settings workflows while keeping the deployment path Vercel-native: Functions, Blob, JSONL, and pgvector.
Wallet-first CLI onboarding
Browser wallet, Ledger, and Privy-backed flows can bind an operator identity before the web app takes over as mission control.
Mission-control run telemetry
Dashboards aggregate current inventory, real simulation manifests, and the derived run/operator metadata needed for live demos.
Blob + JSONL ETL artifacts
ETL jobs emit append-friendly datasets that can seed the next red-team prompt from current exploit intelligence.
Per-user vector memory
Each wallet-linked user gets isolated namespaces for protocol notes, RLHF feedback, replay memory, and future fine-tuning inputs.
Current identity context
0x0fcD0338a468cE855D7da7ea1fE945CC5457fDd2
Signer 0x0fcD0338a468cE855D7da7ea1fE945CC5457fDd2 authenticated via browser.
Simulation runs
0
Episodes
0
Agent instances
0
Red-teamed protocols
0
Protocol inventories
0
Vector documents
0
Mission control
Operator-facing lifecycle status for the latest simulation, training-ready workflow, and active agent role mix.
Operator next actions
Short-term steps that make the pitch features real inside the current app, without changing the framework dramatically.
Prompt templates
Demo-ready adversarial scenarios you can use immediately while a richer CLI prompt selector is added.
Pressure the protocol with delayed price updates, manipulated feeds, and time-sensitive liquidation windows while the defense side preserves user funds.
Simulate voter coordination, treasury pressure, and emergency controls so the ciso/cto role can prove whether governance can be contained.
Model cross-chain delay, compromised relayers, and liquidity fragmentation to test both exploit detection and operator coordination.
Stress the response organization with incomplete signals, noisy alerts, and social-engineering-style uncertainty so the operator layer must escalate cleanly.
On-chain activity and role economics
Prepared surface for agent settlement, cost visibility, and payment references using the same wallet identity already synced from the CLI.
Latest inference result
Concrete agent outputs from the most recent simulation run, including provider, confidence, attestation surface, and action rationale.
Operational tempo
Simulation throughput and agent provisioning based on persisted run manifests.
Agent role mix
Action and memory distribution across attacker, CISO, defender, and judge roles.
Role reward + memory quality
Aggregated reward and memory-write intensity derived from epoch logs.
Threat-intel ETL pipeline
Vercel Functions materialize local telemetry plus Rekt News, Solodit, and 0G module-check datasets as append-friendly JSONL artifacts.
GET /api/etl/run?source=cronThe cron job materializes protocol, simulation, epoch, agent-instance, Rekt incident, Solodit finding, and module-check datasets through the shared artifact store.
Recent ETL jobs
Each job records source, status, input/output counts, and emitted dataset paths.
Implementation roadmap inside the app
These are the remaining pitch features, mapped directly to the existing surfaces so you can ship them without a major redesign.
CLI onboarding and scenario launch
This mirrors the wallet-first auth and workflow command surface already implemented in the CLI.
aegis login walletIf auth mode is omitted, the CLI can prompt the operator to choose between browser wallet, Ledger, or Privy-backed login.
The backend stores a published CLI session so this dashboard can attach a wallet-controlled identity to ETL jobs, vector namespaces, operator surfaces, and RLHF feedback.
aegis login sync-web --base-url http://localhost:3000That handshake keeps the dashboard and vector namespace keyed to the same Safe + signer tuple used by the simulator.
aegis workflow run --base-url http://localhost:3000 --inference og-mock --episodes 1 --steps 8 --slug rhea-financeThis one command binds onboarding, session sync, ETL refresh, and the simulation launch into one demo-ready operator workflow.
Per-user vector database workbench
Real API-backed vector inserts/searches for protocol notes, run memory, and RLHF-style reward feedback.
Protocol coverage
Each row is bound to the inventory schema and enriched with replay metrics from actual run history.
| Protocol | Contracts | Simulated | Exploit success | Replay fidelity | Latest run |
|---|
Historical simulation runs
Mission-control run history assembled from each manifest and its companion epoch logs, ready for richer training and payment metadata.
| Run | Lifecycle | Scenario | Network | Protocols | Episode budget | Agent instances | Exploit success | Replay fidelity | Completed |
|---|
Why the app is structured this way
The control plane keeps telemetry on the dashboard, exploit context on ETL, 0G runtime posture on Modules, implementation sequencing on Roadmap, and deployment trust signals on Settings.