Dashboard › cli › Distillation
4ed74b0f-118f-4823-9bb1-7184a5bff34c["lore_tm_v1_18dsci1So3WAx-bfHJPOye0DDTTVRZAs3BIyRLDBo2E","lore_tm_v1_M8-BqAsICleAF22i46iYyEmhmV9Gudvn3UT4m9YTDU0"]
Date: Sep 10, 2026
.lore.md; packages/cli/plugins/sentry-cli/skills/sentry-cli/references/{dashboard.md,event.md,explore.md,feedback.md,issue.md,log.md,replay.md,span.md,trace.md}; packages/cli/src/lib/constants.ts; packages/cli/test/lib/constants.test.ts; and packages/cli/test/lib/security/sntrys-claim-mismatch.test.ts.parseSntrysClaim inputs always return undefined instead of a partially trusted result.parseSntrysClaim never throws on adversarial input.packages/cli/test/lib/token-claims.property.test.ts imports constantFrom, assert as fcAssert, property, string, stringMatching, and tuple from fast-check; describe, expect, and test from vitest; parseSntrysClaim from ../../src/lib/token-claims.js; mintSntrysToken from ../helpers.js; and DEFAULT_NUM_RUNS from ../model-based/helpers.js.httpsUrlArb as hostnames matching /^[a-z][a-z0-9-]{0,30}(\.[a-z][a-z0-9-]{0,30}){0,4}$/, mapped to https://${host}.4000 through parseSntrysClaim; if the result is not undefined, they require result.url to be a non-empty string. This property uses { numRuns: DEFAULT_NUM_RUNS * 4 }.sntrys_${rest} where rest is any string up to 1000 characters, asserts parseSntrysClaim(input) does not throw, and runs { numRuns: DEFAULT_NUM_RUNS * 4 }.iat: 1_700_000_000, arbitrary httpsUrlArb URLs, and org: "x" via mintSntrysToken; parseSntrysClaim(token)?.url must exactly equal the minted URL. This test uses { numRuns: DEFAULT_NUM_RUNS }.iat values selected from 1, 100, 1_700_000_000, or Date.now() together with httpsUrlArb and org: "x"; each minted token must yield a defined parseSntrysClaim(token) result. This test uses { numRuns: DEFAULT_NUM_RUNS }.httpsUrlArb values with iat: 1_700_000_000 and org: "anything"; parseSntrysClaim(forged)?.url must equal forgedUrl. The test documents that parser output is a hint rather than a trust source and uses { numRuns: DEFAULT_NUM_RUNS }.