Commit Graph

2 Commits

Author SHA1 Message Date
duy
30e42178c1 fix(boltbot): address code review findings
- Deterministic hashing: canonicalize object keys before SHA-256
- Validate EIGENDA_PROXY_URL before constructing EigenDA store
- Improve anomaly regex: detect IP targets, ncat, case-insensitive
2026-01-29 12:58:36 -08:00
duy
1096cc16e6 feat: add boltbot extension — EigenCloud verification layer
Trustless hosting extension for Moltbot via EigenCloud infrastructure:
- EigenAI provider with x-api-key auth and configPatch registration
- Action tier classification for all 23 canonical tools
- Receipt logging on after_tool_call hook (medium/high tier)
- Anomaly detection (BCC, outbound curl, process, gateway)
- SQLite receipt store with EigenDA proxy backend
- Dashboard API endpoints (/boltbot/receipts, /receipt, /stats)
- EigenCompute TEE deploy script and Dockerfile
2026-01-29 12:55:24 -08:00