Public scan — anyone with this URL can view this analysis. Sign up to track your own repos privately, run scheduled re-scans, and get AI fix prompts via your dashboard.

buildonspark/spark

https://github.com/buildonspark/spark · scanned 2026-06-17 01:46 UTC (1 month, 1 week ago)

273 raw signals (0 security + 273 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -32.8 (diff) · 255 actionable findings from 1 signal source. 18 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Scan summary Repository scanned at 43.9/100 with 100.0% coverage. It contains 4963 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 273 findings — concentrated in quality (147), frontend (67), security (26). Risk profile is high: 17 critical, 11 high, 26 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 222 of 255 actionable findings. 273 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 2 occurrences Possible secret in cleanup.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 17, 31
cleanup.sh:17, 31 (2 hits)
critical System graph security Secrets conf 1.00 11 occurrences Possible secret in run-everything.sh
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 240, 265, 307, 331, 337, 347, 353, 354, +3 more
run-everything.sh:240, 265, 307, 331, 337, 347, 353, 354, +3 more (11 hits)
critical System graph security Secrets conf 1.00 Possible secret in sdks/js/apps/lrc20-l1-announcer/announce-token.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
sdks/js/apps/lrc20-l1-announcer/announce-token.ts:54
critical System graph security Secrets conf 1.00 Possible secret in sdks/js/apps/spark-cli/src/cli.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
sdks/js/apps/spark-cli/src/cli.ts:68
critical System graph security Secrets conf 1.00 Possible secret in sdks/js/packages/spark-sdk/src/services/wallet-config.ts
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
sdks/js/packages/spark-sdk/src/services/wallet-config.ts:42
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/flows/static_deposits.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/flows/static_deposits.md:186 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: spark/cmd/dbseed/CLAUDE.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
spark/cmd/dbseed/CLAUDE.md:342 SecretsClaude instruction
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.com (sdks/js/packages/spark-sdk/src/tests/spark-fetch.test.ts:31)
`sdks/js/packages/spark-sdk/src/tests/spark-fetch.test.ts:31` calls `GET https://example.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.com` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.com (sdks/js/packages/spark-sdk/src/tests/spark-fetch.test.ts:47)
`sdks/js/packages/spark-sdk/src/tests/spark-fetch.test.ts:47` calls `GET https://example.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.com` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://example.com (sdks/js/packages/spark-sdk/src/tests/spark-fetch.test.ts:64)
`sdks/js/packages/spark-sdk/src/tests/spark-fetch.test.ts:64` calls `GET https://example.com` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/example.com` If this points at an external API, prefix it with `htt…
Dangling fetchFetch
high System graph security security conf 1.00 Insecure pattern 'exec_used' in spark/so/ent/ent.go:581
Found a known-risky pattern (exec_used). Review and replace if possible.
spark/so/ent/ent.go:581 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in spark/so/entephemeral/ent.go:497
Found a known-risky pattern (exec_used). Review and replace if possible.
spark/so/entephemeral/ent.go:497 Exec used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in sdks/js/packages/spark-sdk/src/spark-bindings/wasm/wasm-browser-bg.js:1042
Found a known-risky pattern (new_function_used). Review and replace if possible.
sdks/js/packages/spark-sdk/src/spark-bindings/wasm/wasm-browser-bg.js:1042 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in sdks/js/packages/spark-sdk/src/spark-bindings/wasm/wasm-browser.js:1993
Found a known-risky pattern (new_function_used). Review and replace if possible.
sdks/js/packages/spark-sdk/src/spark-bindings/wasm/wasm-browser.js:1993 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in sdks/js/packages/spark-sdk/wasm/nodejs/spark_bindings_nodejs.js:1044
Found a known-risky pattern (new_function_used). Review and replace if possible.
sdks/js/packages/spark-sdk/wasm/nodejs/spark_bindings_nodejs.js:1044 New function used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in sdks/js/packages/spark-sdk/wasm/nodejs/wasm_nodejs.js:2010
Found a known-risky pattern (new_function_used). Review and replace if possible.
sdks/js/packages/spark-sdk/wasm/nodejs/wasm_nodejs.js:2010 New function used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sdks/js/apps/lrc20-l1-announcer/lib/electrs-api.ts:43
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sdks/js/apps/spark-cli/src/cli.ts:1067
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sdks/js/examples/spark-vite-app/src/App.tsx:175
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sdks/js/packages/spark-sdk/src/spark-bindings/wasm/wasm-browser.js:2159
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sdks/js/packages/spark-sdk/src/spark-wallet/spark-wallet.ts:2398
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sdks/js/packages/spark-sdk/src/token-primitives-bindings/wasm/wasm-browser.js:572
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sdks/js/packages/spark-sdk/src/utils/mempool.ts:43
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sdks/js/packages/spark-sdk/wasm/token-primitives/browser/wasm_token_primitives_browser.js:570
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/create_plan.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/create_plan.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/create_plan_nt.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/create_plan_nt.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/research_codebase_nt.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/research_codebase_nt.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/run_and_debug.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/run_and_debug.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/spark_sec_review.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/spark_sec_review.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/commands/validate_plan.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/commands/validate_plan.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .cursor/hooks.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.cursor/hooks.json VerificationCursor rule
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: sdks/js/packages/spark-mcp/CLAUDE.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
sdks/js/packages/spark-mcp/CLAUDE.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
peter-evans/create-pull-request@v6 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 2 locations
.github/workflows/js-sdk-lockfile.yml:50
.github/workflows/test-release-sync.yaml:150
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/js-sdk-lockfile.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in sdks/js/apps/create-spark-app/src/transform.ts:1
Found a known-risky pattern (node_child_process). Review and replace if possible.
sdks/js/apps/create-spark-app/src/transform.ts:1 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 223 placeholder/mock markers across 57 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
low System graph quality Maintenance conf 1.00 67 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 645 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: arigaio/atlas:1.0.0-community
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:103 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: debian:bookworm-slim
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:106 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: golang:1.26-bookworm
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: rust:1.92-slim-bookworm
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:67 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 6 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 6 locations
.github/workflows/test-release-sync.yaml:27, 76, 106, 140 (4 hits)
.github/workflows/js-sdk-lockfile.yml:26
.github/workflows/js-sdk.yml:33
CI/CD securitySupply chainGithub actions
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 16 places
Functions with the same first-5-line body hash: signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:check_lower, signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.p…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 18 places
Functions with the same first-5-line body hash: signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:write, signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:writ…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 19 places
Functions with the same first-5-line body hash: signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:read_with_stream, signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primiti…
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:default, signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:de…
duplicatesduplication
low System graph quality Integrity conf 1.00 2 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:lift, signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:lift,…
2 occurrences
repo-level (2 hits)
duplicatesduplication
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/apps/create-spark-app/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/apps/create-spark-app/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/apps/lrc20-l1-announcer/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/apps/lrc20-l1-announcer/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/apps/spark-cli/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/apps/spark-cli/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/examples/nestjs-app/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/examples/nestjs-app/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/examples/nodejs-scripts/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/examples/nodejs-scripts/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/examples/spark-bare-app/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/examples/spark-bare-app/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/examples/spark-browser-extension/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/examples/spark-browser-extension/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/examples/spark-expo-react-native-app/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/examples/spark-expo-react-native-app/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/examples/spark-nextjs-app/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/examples/spark-nextjs-app/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/examples/spark-node-express/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/examples/spark-node-express/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/examples/spark-react-native-app/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/examples/spark-react-native-app/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/examples/spark-vite-app/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/examples/spark-vite-app/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/examples/spark-webpack-react-app/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/examples/spark-webpack-react-app/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/packages/bare/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/packages/bare/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/packages/issuer-sdk/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/packages/issuer-sdk/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/packages/spark-frost-bare-addon/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/packages/spark-frost-bare-addon/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/packages/spark-mcp/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/packages/spark-mcp/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: sdks/js/packages/spark-sdk/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
sdks/js/packages/spark-sdk/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `cooperative_exit_v2` in sdks/js/packages/spark-sdk/src/services/coop-exit.ts:152
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `editionDeprecated` in sdks/js/packages/spark-sdk/src/proto/google/protobuf/descriptor.ts:1409
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `isLegacy` in sdks/js/packages/spark-sdk/src/utils/address.ts:235
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `refundDepositLegacy` in sdks/js/apps/spark-cli/src/cli.ts:1561
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `spark_token_legacy` in sdks/js/packages/spark-sdk/src/proto/spark_token_legacy.ts:5
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `start_transfer_v2` in sdks/js/packages/spark-sdk/src/services/connection/connection.node.ts:32
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `start_transfer_v2` in sdks/js/packages/spark-sdk/src/services/transfer.ts:341
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `store_preimage_share_v2` in sdks/js/packages/spark-sdk/src/proto/spark.ts:21467
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `store_preimage_share_v2` in sdks/js/packages/spark-sdk/src/services/lightning.ts:179
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph cicd CI/CD security conf 1.00 package.json defines install-time lifecycle scripts
preinstall/install/postinstall/prepare scripts execute during dependency installation. Review them carefully for network calls, obfuscation, shell execution, or credential access.
sdks/js/package.json CI/CD securitySupply chainNpm
low System graph software Dead code conf 1.00 Possibly dead Python function: get
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:353
low System graph software Dead code conf 1.00 Possibly dead Python function: insert
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:347
low System graph software Dead code conf 1.00 Possibly dead Python function: read_double
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:175
low System graph software Dead code conf 1.00 Possibly dead Python function: read_float
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:171
low System graph software Dead code conf 1.00 Possibly dead Python function: read_i16
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:153
low System graph software Dead code conf 1.00 Possibly dead Python function: read_i8
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:147
low System graph software Dead code conf 1.00 Possibly dead Python function: read_u16
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:156
low System graph software Dead code conf 1.00 Possibly dead Python function: remove
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:360
low System graph software Dead code conf 1.00 Possibly dead Python function: write_c_size_t
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:245
low System graph software Dead code conf 1.00 Possibly dead Python function: write_double
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:242
low System graph software Dead code conf 1.00 Possibly dead Python function: write_float
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:239
low System graph software Dead code conf 1.00 Possibly dead Python function: write_i16
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:221
low System graph software Dead code conf 1.00 Possibly dead Python function: write_i8
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:215
low System graph software Dead code conf 1.00 Possibly dead Python function: write_u16
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py:224
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/apps/create-spark-app/src/index.ts:39
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/apps/lrc20-l1-announcer/announce-token.ts:59
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/apps/spark-cli/src/cli.ts:324
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/nodejs-scripts/src/spark-sdk/create-invoice.ts:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/nodejs-scripts/src/spark-sdk/deposit-bitcoin.ts:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/nodejs-scripts/src/spark-sdk/example.ts:7
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/nodejs-scripts/src/spark-sdk/get-all-transfers.ts:15
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/nodejs-scripts/src/spark-sdk/get-balance.ts:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/nodejs-scripts/src/spark-sdk/get-or-create-wallet.ts:35
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/nodejs-scripts/src/spark-sdk/get-spark-address.ts:15
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/nodejs-scripts/src/spark-sdk/get-transfers-with-time-filter.ts:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/nodejs-scripts/src/spark-sdk/pay-invoices.ts:15
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/nodejs-scripts/src/spark-sdk/send-transfer.ts:19
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-bare-app/auto-claim-static-deposit.js:50
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-bare-app/create-lightning-invoice.js:37
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-bare-app/get-or-create-wallet.js:44
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-bare-app/get-static-deposit-address.js:44
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-bare-app/repro-query-nodes-timeout.js:31
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-bare-app/transfer.js:49
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-browser-extension/src/background.ts:21
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-browser-extension/src/content.ts:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-expo-react-native-app/app/test-screen.tsx:47
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-expo-react-native-app/contexts/WalletContext.tsx:60
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-nextjs-app/src/app/page.tsx:31
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-node-express/src/index.ts:56
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-node-express/src/routes/issuerRoutes.ts:58
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-react-native-app/contexts/WalletContext.tsx:87
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-react-native-app/screens/TestScreen.tsx:157
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/examples/spark-webpack-react-app/src/App.tsx:18
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/bare/tests/fund-wallet-ssp.js:14
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/bare/tests/integration/ssp/coop-exit.test.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/bare/tests/integration/ssp/lightning.test.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/bare/tests/integration/ssp/static-deposit.test.js:16
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/bare/tests/integration/ssp/swap.test.js:18
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/bare/tests/run-integration-tests.js:34
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/bare/tests/run-ssp-integration-tests.js:24
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/bare/tests/utils.js:60
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/issuer-sdk/src/tests/integration/token-invoices.test.ts:67
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/issuer-sdk/src/tests/stress/transfers.test.ts:57
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/issuer-sdk/src/tests/utils/issuer-test-wallet.ts:6
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-frost-bare-addon/scripts/ensure-prebuilds-present.js:67
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-frost-bare-addon/scripts/normalize-win32-prebuilds.js:66
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-frost-bare-addon/test.js:22
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-frost-bare-addon/tests/create-dummy-tx.test.js:6
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-frost-bare-addon/tests/utils.js:30
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-mcp/src/tests/integration.test.ts:42
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-sdk/src/tests/bufbuild-reflection.test.ts:22
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-sdk/src/tests/integration/ssp/coop-exit-validation.test.ts:32
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-sdk/src/tests/integration/ssp/coop-exit.test.ts:35
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-sdk/src/tests/integration/ssp/static-deposit-validation.test.ts:94
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-sdk/src/tests/integration/ssp/static_deposit.test.ts:608
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — sdks/js/packages/spark-sdk/src/tests/integration/static_deposit.test.ts:10
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: sdks/js/apps/spark-cli/src/cli.ts (4031 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/src/proto/google/protobuf/descriptor.ts (6976 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/src/proto/spark.ts (22201 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/src/proto/spark_token.ts (5535 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/src/proto/validate/validate.ts (5995 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/src/services/leaf-manager.ts (1972 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/src/services/tokens/token-transactions.ts (1629 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/src/services/transfer.ts (2507 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/src/spark-bindings/wasm/wasm-browser.js (2168 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/src/spark-wallet/spark-wallet.ts (6547 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/src/tests/integration/transfer.test.ts (1585 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/src/tests/leaf-manager/leaf-manager.test.ts (5881 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: sdks/js/packages/spark-sdk/wasm/nodejs/wasm_nodejs.js (2151 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: signer/spark-token-primitives-uniffi/spark-token-primitives-python/src/spark_token_primitives/spark_token_primitives.py (1481 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/frost/frost.pb.go (2006 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/frost/frost.pb.validate.go (3553 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/gossip/gossip.pb.go (2111 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/gossip/gossip.pb.validate.go (4024 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/spark/spark.pb.go (13313 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/spark/spark.pb.validate.go (24641 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/spark/spark_grpc.pb.go (1648 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/spark_internal/spark_internal.pb.go (6208 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/spark_internal/spark_internal.pb.validate.go (11378 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/spark_internal/spark_internal_grpc.pb.go (1729 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/spark_token/spark_token.pb.go (3623 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/spark_token/spark_token.pb.validate.go (6922 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/proto/spark_token_internal/spark_token_internal.pb.validate.go (2435 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/chain/tokens/withdraw_test.go (1632 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/chain/watch_chain_test.go (1967 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/client.go (7662 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/entexample/entexample.go (8258 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/intercept/intercept.go (1409 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/migrate/schema.go (2183 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/runtime/runtime.go (1173 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/tokenoutput/where.go (1235 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/tokenoutput_create.go (1700 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/tokenoutput_update.go (1363 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/tokentransaction_create.go (1496 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/tokentransaction_extension.go (1335 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/tokentransaction_update.go (1805 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/transferleaf/where.go (1240 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/transferleaf_create.go (1955 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/treenode_create.go (1921 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/ent/utxoswap_create.go (1771 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/grpc_test/deposit_test.go (1901 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/grpc_test/lightning_test.go (1459 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/grpc_test/tokens_test/query_test.go (2142 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/grpc_test/tokens_test/revocation_test.go (1371 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/grpc_test/transfer_test.go (2281 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/base_transfer_handler.go (2884 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/base_transfer_handler_test.go (1605 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/claim_transfer_flow_handler.go (1750 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/deposit_handler.go (2114 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/deposit_handler_test.go (2414 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/finalize_signature_handler_test.go (1766 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/internal_deposit_handler.go (1280 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/internal_transfer_handler.go (1351 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/internal_transfer_handler_test.go (2305 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/lightning_handler.go (2773 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/lightning_handler_test.go (2954 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/renew_leaf_handler.go (1234 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/renew_leaf_handler_test.go (1570 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/tokens/internal_prepare_token_handler.go (1292 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/tokens/internal_sign_token_handler.go (1563 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/transfer_handler.go (5492 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/transfer_handler_mimo.go (1386 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/transfer_handler_mimo_test.go (1910 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/transfer_handler_query_equivalence_test.go (2403 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/handler/tree_creation_handler_test.go (3724 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/middleware/rate_limit_test.go (1926 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/stream/event_handler_test.go (1500 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/task/task.go (1429 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/utils/token_transaction.go (1645 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/so/utils/token_transaction_test.go (2662 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/testing/wallet/deposit.go (1582 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/testing/wallet/ssp_api/mutations/generated.go (1176 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: spark/testing/wallet/transfer.go (1798 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
For AI agents: Voting guide (TP/FP) MCP manifest Stdio wrapper SARIF Integrate Findings queue Vote TP/FP on findings to calibrate the engine.
For AI agents + API integrations
Email me when this repo regresses
Free. We re-scan periodically; new criticals → your inbox. No signup required for the scan itself.
API access

This page is publicly accessible at: https://repobility.com/scan/9a00abcc-cfb8-4db6-ba33-e1d5dd914c70/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/9a00abcc-cfb8-4db6-ba33-e1d5dd914c70/

Important — please don't re-submit the same URL repeatedly. The submission endpoint is idempotent: re-submitting the same git URL returns this same scan_token, not a new one. To re-scan this repo, sign up free and use the dashboard.