The SDK for autonomous economic agents. Give an agent an identity, a wallet, and the ability to find, negotiate with, and settle with other agents - peer-to-peer, with perfect privacy and ultra-fast finality
This report presents the forensic synthetic code analysis of unicity-sphere/sphere-sdk, a TypeScript project with 5,397 GitHub stars. SynthScan v2.0 examined 101,215 lines of code across 324 source files, recording 177 pattern matches distributed across 8 syntactic categories. The overall adjusted score of 3.9 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 177 distinct pattern matches across 8 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | eslint.config.js | 11 | // ── Code budget ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | eslint.config.js | 43 | // ── token-engine boundary ─────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/mailbox.ts | 161 | // ── deliver ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/mailbox.ts | 250 | // ── incoming ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/mailbox.ts | 310 | // ── ack ──────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/mailbox.ts | 397 | // ── seen-set (S7) ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/session.ts | 180 | // ── lifecycle ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/session.ts | 203 | // ── auth cell (F8/F14) ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/session.ts | 283 | // ── epoch latch (F12) ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/session.ts | 323 | // ── streams ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/session.ts | 352 | // ── wake socket ─────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/client.ts | 175 | // ── auth ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/client.ts | 193 | // ── inventory / blobs ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/client.ts | 254 | // ── intents ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/client.ts | 303 | // ── mailbox ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/client.ts | 335 | // ── history ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/client.ts | 352 | // ── payment requests ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | impl/wallet-api-v2/client.ts | 379 | // ── realtime ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | oracle/oracle-provider.ts | 30 | // ── v2 token-engine config surface ───────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/token-engine/FakeTokenEngine.ts | 223 | // ── internals ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/providers.test.ts | 77 | // ── contract harnesses ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/providers.test.ts | 124 | // ── targeted: storage fan-out ───────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/providers.test.ts | 189 | // ── targeted: delivery ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/providers.test.ts | 362 | // ── targeted: checkpoints ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/fake-client.ts | 100 | // ── auth (not modeled by FakeWalletApi) ────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/fake-client.ts | 122 | // ── inventory / blobs ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/fake-client.ts | 193 | // ── intents ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/fake-client.ts | 234 | // ── mailbox ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/fake-client.ts | 287 | // ── history ────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/fake-client.ts | 303 | // ── payment requests ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 9 | // ── errors (statusCode mirrors ../wallet-api/src/lib/errors.ts) ────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 49 | // ── wire/domain types ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 212 | // ── pure helpers (exported for tests and later phases) ─────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 272 | // ── internal rows ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 367 | // ── the fake ────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 409 | // ── shared internals ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 508 | // ── blobs ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 523 | // ── inventory ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 675 | // ── intents ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 809 | // ── mailbox ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 1057 | // ── history ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 1101 | // ── payment requests ──────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 1229 | // ── sync epoch + wakes ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/unit/payments-v2/fakes/FakeWalletApi.ts | 1313 | // ── module-level helpers ────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/integration/sphere-payments-v2-restore.test.ts | 233 | // ── pre-restore durable state ──────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/e2e/sphere-paymentsv2-wiring.staging.e2e.test.ts | 119 | // ── one wallet, rebuildable on the SAME storage (resume rides re-init) ────── | COMMENT |
| MEDIUM | tests/e2e/support/vertical.ts | 66 | // ── shared plumbing ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | tests/e2e/support/vertical.ts | 306 | // ── keep-open convergence (the ONLY answer to a degraded aggregator) ───────── | COMMENT |
| MEDIUM | token-engine/SphereTokenEngine.ts | 209 | // ── identity ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | token-engine/SphereTokenEngine.ts | 220 | // ── value (read) ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | token-engine/SphereTokenEngine.ts | 257 | // ── lifecycle ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | token-engine/SphereTokenEngine.ts | 567 | // ── verification ───────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | token-engine/SphereTokenEngine.ts | 600 | // ── serialization ──────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | token-engine/SphereTokenEngine.ts | 623 | // ── internals ──────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | token-engine/engine.ts | 92 | // ── identity / recipients ─────────────────────────────────────────────── | COMMENT |
| MEDIUM | token-engine/engine.ts | 104 | // ── value (read) ───────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | token-engine/engine.ts | 147 | // ── verification ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | token-engine/engine.ts | 159 | // ── serialization ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | token-engine/engine.ts | 176 | // ── teardown ─────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | token-engine/types.ts | 18 | // ── identity / recipients ───────────────────────────────────────────────────── | COMMENT |
| 29 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | docs/QUICKSTART-NODEJS.md | 218 | // Step 1: Create base providers | COMMENT |
| LOW | docs/QUICKSTART-NODEJS.md | 256 | // Step 2: Attach the wallet-api transport config (required for money) | COMMENT |
| LOW | docs/INTEGRATION.md | 114 | ### Step 1: Create Base Providers | COMMENT |
| LOW | docs/INTEGRATION.md | 177 | ### Step 2: Attach the Wallet-Api Transport Config | COMMENT |
| LOW | docs/INTEGRATION.md | 205 | ### Step 3: Initialize the Wallet | COMMENT |
| LOW⚡ | docs/INTEGRATION.md | 237 | // Step 1: Base providers | COMMENT |
| LOW⚡ | docs/INTEGRATION.md | 244 | // Step 2: Attach the wallet-api transport config | COMMENT |
| LOW⚡ | docs/INTEGRATION.md | 251 | // Step 3: Initialize wallet | COMMENT |
| LOW⚡ | docs/INTEGRATION.md | 257 | // Step 4: Use payments (sender-driven, certified on-chain, delivered via mailbox) | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 39 | // Step 1: Create base providers (storage + transport + oracle) | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 45 | // Step 2: Attach the wallet-api transport config (REQUIRED — Sphere.init | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 53 | // Step 3: Initialize wallet | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 83 | // Step 1: Create base providers | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 89 | // Step 2: Attach the wallet-api transport config (REQUIRED — money rides the wallet-api vertical) | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 96 | // Step 3: Initialize wallet | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 160 | // Step 1: Create base providers | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 166 | // Step 2: Attach the wallet-api transport config (REQUIRED — money rides the wallet-api vertical) | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 173 | // Step 3: Initialize wallet | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 221 | // Step 1: Create base providers | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 227 | // Step 2: Attach the wallet-api transport config (REQUIRED — money rides the wallet-api vertical) | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 234 | // Step 3: Initialize wallet | COMMENT |
| LOW | docs/QUICKSTART-BROWSER.md | 276 | // Step 1: Base providers (required for network, oracle, transport) | COMMENT |
| LOW | docs/QUICKSTART-BROWSER.md | 309 | // Step 2: Attach the wallet-api transport config (REQUIRED for money) | COMMENT |
| LOW | docs/QUICKSTART-BROWSER.md | 316 | // Step 3: Initialize wallet with the composed providers | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 582 | // Step 1: Create base providers | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 588 | // Step 2: Attach the wallet-api transport config (REQUIRED — money rides the wallet-api vertical) | COMMENT |
| LOW⚡ | docs/QUICKSTART-BROWSER.md | 595 | // Step 3: Initialize wallet | COMMENT |
| LOW | registry/TokenRegistry.ts | 215 | // Step 1: Try loading from cache | COMMENT |
| LOW | registry/TokenRegistry.ts | 229 | // Step 2: Cache miss — wait for first remote fetch (only when auto-refresh is enabled) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | constants.ts | 121 | export function isNetworkScopedAddressKey(key: string): boolean { | CODE |
| LOW | impl/nodejs/transport/index.ts | 29 | export function createNodeWebSocketFactory(): WebSocketFactory { | CODE |
| LOW | impl/nodejs/transport/index.ts | 42 | export function createNostrTransportProvider( | CODE |
| LOW | impl/nodejs/oracle/index.ts | 77 | export function createNodeTrustBaseLoader( | CODE |
| LOW | impl/nodejs/oracle/index.ts | 91 | export function createUnicityAggregatorProvider( | CODE |
| LOW | impl/nodejs/storage/FileStorageProvider.ts | 239 | export function createFileStorageProvider(config: FileStorageProviderConfig | string): FileStorageProvider { | CODE |
| LOW | impl/browser/transport/index.ts | 43 | export function createNostrTransportProvider( | CODE |
| LOW | impl/browser/oracle/index.ts | 77 | export function createBrowserTrustBaseLoader( | CODE |
| LOW | impl/browser/oracle/index.ts | 91 | export function createUnicityAggregatorProvider( | CODE |
| LOW | impl/browser/storage/IndexedDBStorageProvider.ts | 404 | export function createIndexedDBStorageProvider( | CODE |
| LOW | impl/browser/storage/LocalStorageProvider.ts | 267 | export function createLocalStorageProvider( | CODE |
| LOW | impl/browser/connect/ExtensionTransport.ts | 30 | export function isExtensionConnectEnvelope(data: unknown): data is ExtensionConnectEnvelope { | CODE |
| LOW | core/errors.ts | 241 | export function isPossiblyCommittedSendOutcome(err: unknown): boolean { | CODE |
| LOW | core/crypto.ts | 437 | export function generateAddressFromMasterKey( | CODE |
| LOW | core/crypto.ts | 567 | export function recoverPubkeyFromSignature(message: string, signature: string): string { | CODE |
| LOW | core/delivery-envelope.ts | 67 | export function deriveDeliveryEncryptionKey(privKeyHex: string, peerPubkeyHex: string): Uint8Array { | CODE |
| LOW | core/transport-resolver.ts | 71 | export function createTransportAddressResolver( | CODE |
| LOW | serialization/wallet-text.ts | 162 | export function serializeEncryptedWalletToText(params: { | CODE |
| LOW | serialization/wallet-text.ts | 317 | export function parseAndDecryptWalletText( | CODE |
| LOW | …/unit/transport/NostrTransportProvider.nametag.test.ts | 20 | function deriveNametagEncryptionKey(privateKeyHex: string): Uint8Array { | CODE |
| LOW | tests/unit/transport/NostrTransportProvider.test.ts | 546 | function createProviderWithStorage(storage: { get: ReturnType<typeof vi.fn>; set: ReturnType<typeof vi.fn> }) { | CODE |
| LOW | tests/unit/core/Sphere.nametag-sync.test.ts | 307 | function createMockTransportWithRecovery(options: { | CODE |
| LOW | …s/unit/payments-v2/contracts/delivery-port.contract.ts | 66 | export function describeDeliveryPortContract( | CODE |
| LOW | …ts/unit/payments-v2/contracts/storage-port.contract.ts | 55 | export function describeStoragePortContract( | CODE |
| LOW | tests/integration/wallet-clear-indexeddb.test.ts | 90 | function simulateStrictModeLeakedConnection(dbName: string): Promise<IDBDatabase> { | CODE |
| LOW | tests/e2e/sphere-paymentsv2-wiring.staging.e2e.test.ts | 210 | async function sendConvergedThroughThrottle( | CODE |
| LOW | token-engine/factory.ts | 61 | export function createWorkerTokenVerifier(config: VerificationWorkerConfig): DisposableTokenVerifier { | CODE |
| LOW | modules/communications/CommunicationsModule.ts | 813 | export function createCommunicationsModule( | CODE |
| LOW | modules/payments-v2/recipient.ts | 17 | export async function requireSameNetworkRecipient( | CODE |
| LOW | modules/payments-v2/compose.ts | 36 | export function supportsDeterministicMint( | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tsup.config.ts | 1 | import { defineConfig } from 'tsup'; | COMMENT |
| LOW | tsup.shared.js | 1 | // Shared tsup build configuration (sphere-sdk#548). | COMMENT |
| LOW | index.ts | 261 | // Networks | COMMENT |
| LOW | impl/browser/connect/PostMessageTransport.ts | 121 | /** | COMMENT |
| LOW | transport/MultiAddressTransportMux.ts | 161 | private eventCallbacks: Set<TransportEventCallback> = new Set(); | COMMENT |
| LOW | transport/NostrTransportProvider.ts | 261 | COMMENT | |
| LOW | core/Sphere.ts | 2221 | // Update active module references for backward compatibility | COMMENT |
| LOW | core/errors.ts | 41 | // Split burn checkpoint (sdk-changes E.4, sphere-sdk#501) — all keep-open (token-engine/errors.ts): | COMMENT |
| LOW | …sts/unit/impl/browser/IndexedDBStorageProvider.test.ts | 181 | }); | COMMENT |
| LOW | …ransport/MultiAddressTransportMux.sharedClient.test.ts | 281 | // must not run — the sub-call counter stays where it was. | COMMENT |
| LOW | …ransport/MultiAddressTransportMux.sharedClient.test.ts | 441 | // Across both layers: exactly one NostrClient was constructed (by | COMMENT |
| LOW | tests/unit/payments-v2/receive.test.ts | 761 | // refresh is a separate call it makes after this resolves. | COMMENT |
| LOW | …s/unit/payments-v2/recipient-network.transport.test.ts | 1 | // §5.6 cross-network recipient gate, driven from the RELAY (#733/#734). | COMMENT |
| LOW | tests/integration/kv-network-isolation-extra.test.ts | 181 | // enumeration — getFullKey('') resolves to the bare base prefix ('sphere_'), | COMMENT |
| LOW | tests/integration/wallet-password.test.ts | 201 | transport: createMockTransport(), | COMMENT |
| LOW | tests/aggregator/docker/docker-compose.yml | 1 | # The local aggregator stack the `test:aggregator` suite runs against. | COMMENT |
| LOW | docs/API.md | 521 | #### `deleteGroup(groupId: string): Promise<boolean>` | COMMENT |
| LOW | docs/CONNECT.md | 201 | // Called when a dApp explicitly disconnects — clean up any persisted permissions | COMMENT |
| LOW | token-engine/SphereTokenEngine.ts | 361 | // Value conservation is enforced inside the SDK split (root.value === source value). | COMMENT |
| LOW | token-engine/SphereTokenEngine.ts | 381 | // EVERY leg (no leg abandoned mid-submit) and rethrows the LOWEST-index rejection, | COMMENT |
| LOW | token-engine/SphereTokenEngine.ts | 401 | // the certified sibling with no checkpoint recovery (Codex P1 on #684). So, in order: | COMMENT |
| LOW | connect/host/ConnectHost.ts | 621 | ), | COMMENT |
| LOW | connect/host/ConnectHost.ts | 1101 | if (!eventName) throw new SphereError('Missing required parameter: event', 'VALIDATION_ERROR'); | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | transport/NostrTransportProvider.ts | 262 | // Create NostrClient with robust connection handling: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | registry/TokenRegistry.ts | 215 | // Step 1: Try loading from cache | COMMENT |
| LOW | registry/TokenRegistry.ts | 229 | // Step 2: Cache miss — wait for first remote fetch (only when auto-refresh is enabled) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | tests/unit/core/utils.test.ts | 222 | expect(extractFromText(text, pattern)).toBe('John Doe'); | CODE |
| LOW | tests/unit/token-engine/FakeTokenEngine.ts | 290 | // fake-token state: CBOR array[ tokenId, stateId, owner, genesisData?, transferMemo? ] | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | CLAUDE.md | 369 | │ │ ├── PaymentsFacade.ts # Facade: lifecycle, send/mint/receive orchestration | CODE |