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.

baeminkyu9419-beep/monggeul

https://github.com/baeminkyu9419-beep/monggeul · scanned 2026-06-17 01:37 UTC (1 month, 2 weeks ago)

129 raw signals (0 security + 129 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 2 weeks ago · v2 · last Δ -8.9 (diff) · 127 actionable findings from 1 signal source. 2 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
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 67.8/100 with 88.9% coverage. It contains 1700 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 129 findings — concentrated in quality (55), security (39), software (20). Risk profile is high: 2 critical, 0 high, 54 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 102 of 127 actionable findings. 129 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 security conf 1.00 Insecure pattern 'private_key_in_repo' in supabase/functions/billing-apple-verify/index.ts:64
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
supabase/functions/billing-apple-verify/index.ts:64 Private key in repo
critical System graph security security conf 1.00 Insecure pattern 'private_key_in_repo' in supabase/functions/billing-google-verify/index.ts:47
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
supabase/functions/billing-google-verify/index.ts:47 Private key in repo
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — public/sw.js:94
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 — src/services/pg-stripe.js:18
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 — src/services/pg-toss.js:27
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 — supabase/functions/_shared/notify-ops.ts:20
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 — supabase/functions/billing-apple-verify/index.ts:196
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 — supabase/functions/billing-google-rtdn/index.ts:34
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 — supabase/functions/billing-google-verify/index.ts:94
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 — supabase/functions/create-checkout/index.ts:180
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 — supabase/functions/openai-proxy/index.ts:94
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 — supabase/functions/push-scheduler/index.ts:51
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 — supabase/functions/stripe-webhook/index.ts:224
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/settings.local.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.
.claude/settings.local.json 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 license. 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 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/deploy.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in scripts/dev-proxy.mjs:38
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
scripts/dev-proxy.mjs:38 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/create-checkout/index.ts:59
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/create-checkout/index.ts:59 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/push-scheduler/index.ts:16
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/push-scheduler/index.ts:16 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/push-subscribe/index.ts:8
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/push-subscribe/index.ts:8 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/toss-checkout/index.ts:23
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/toss-checkout/index.ts:23 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in supabase/functions/toss-confirm/index.ts:24
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
supabase/functions/toss-confirm/index.ts:24 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:157
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:157 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in landing.html:1128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
landing.html:1128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/patch-phase2-reports.cjs:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/patch-phase2-reports.cjs:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/patch-similar-dreams.cjs:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/patch-similar-dreams.cjs:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/app.js:263
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/app.js:263 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/dream-export-qr.js:59
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/dream-export-qr.js:59 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/dream-export.js:26
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/dream-export.js:26 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/emotion-chart.js:64
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/emotion-chart.js:64 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/paywall.js:68
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/paywall.js:68 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/radar.js:8
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/radar.js:8 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/sleep-checkin.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/sleep-checkin.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/components/symbol-tracker.js:58
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/components/symbol-tracker.js:58 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/services/ads.js:189
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/services/ads.js:189 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/services/auth.js:172
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/services/auth.js:172 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/services/dream-context.js:123
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/services/dream-context.js:123 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/services/growth.js:267
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/services/growth.js:267 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/services/notification-scheduler.js:185
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/services/notification-scheduler.js:185 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/services/payment.js:185
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/services/payment.js:185 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/services/subscription.js:149
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/services/subscription.js:149 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/services/web-push.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/services/web-push.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/tabs/community.js:118
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/tabs/community.js:118 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/tabs/dali-chat.js:27
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/tabs/dali-chat.js:27 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/tabs/dali-ui.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/tabs/dali-ui.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/tabs/dream-share.js:159
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/tabs/dream-share.js:159 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/tabs/dream.js:208
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/tabs/dream.js:208 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/tabs/my-dict.js:64
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/tabs/my-dict.js:64 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/tabs/my-emotion-sleep.js:81
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/tabs/my-emotion-sleep.js:81 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/tabs/my-flow.js:49
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/tabs/my-flow.js:49 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/tabs/my-monthly-report.js:91
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/tabs/my-monthly-report.js:91 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in src/tabs/my.js:53
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
src/tabs/my.js:53 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in package.json:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
package.json:12 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 21 placeholder/mock markers across 8 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 64 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 cicd CI/CD security conf 1.00 GitHub Action is tag-pinned rather than SHA-pinned
actions/deploy-pages@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/deploy.yml:49 CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — src/components/dream-export-qr.js:62
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — src/components/dream-export.js:29
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — src/components/sleep-checkin.js:44
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — src/tabs/dali-ui.js:119
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph quality Tests conf 1.00 Low test-to-source ratio
19 tests / 101 src (ratio 0.19).
low System graph quality Integrity conf 1.00 3 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: _archive/deadcode_20260612_shared_python/payment_core.py:fetch_one, _archive/deadcode_20260612_shared_python/retention_engine.py:fetch_one This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygien…
3 occurrences
repo-level (3 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `create_backup` in .claude/hooks/auto_backup.py:128
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 `paywall_cta_v1` in src/components/paywall.js:54
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 `paywall_cta_v1` in src/services/ab-test.js:8
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 `promo_tone_v1` in src/services/growth.js:255
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 `test_client_source_references_only_v1` in tests/test_toss_routing.py:75
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 software Dead code conf 1.00 Possibly dead Python function: auto_issue_monthly
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:1262
low System graph software Dead code conf 1.00 Possibly dead Python function: cancel
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:284
low System graph software Dead code conf 1.00 Possibly dead Python function: cancel_downgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:348
low System graph software Dead code conf 1.00 Possibly dead Python function: check_and_consume
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:1331
low System graph software Dead code conf 1.00 Possibly dead Python function: check_risk
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/risk_guardian.py:209
low System graph software Dead code conf 1.00 Possibly dead Python function: check_stale_payments
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:1133
low System graph software Dead code conf 1.00 Possibly dead Python function: create_billing_stack
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:1697
low System graph software Dead code conf 1.00 Possibly dead Python function: create_checkout
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:1485
low System graph software Dead code conf 1.00 Possibly dead Python function: downgrade
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:247
low System graph software Dead code conf 1.00 Possibly dead Python function: handle_email_mismatch
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:1088
low System graph software Dead code conf 1.00 Possibly dead Python function: process_checkout_completed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:746
low System graph software Dead code conf 1.00 Possibly dead Python function: process_invoice_paid
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:851
low System graph software Dead code conf 1.00 Possibly dead Python function: process_payment_failed
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:898
low System graph software Dead code conf 1.00 Possibly dead Python function: process_refund
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:932
low System graph software Dead code conf 1.00 Possibly dead Python function: process_subscription_deleted
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:836
low System graph software Dead code conf 1.00 Possibly dead Python function: process_subscription_updated
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:808
low System graph software Dead code conf 1.00 Possibly dead Python function: process_webhook
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:1506
low System graph software Dead code conf 1.00 Possibly dead Python function: reactivate
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:309
low System graph software Dead code conf 1.00 Possibly dead Python function: resubscribe
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:331
low System graph software Dead code conf 1.00 Possibly dead Python function: transfer_credits
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
_archive/deadcode_20260612_shared_python/payment_core.py:598
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — bots/bot1_dream_analyzer.js:9
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 — bots/bot2_community_mod.js:23
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 — scripts/gen-config.js: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 — scripts/generate-blog-content.js:342
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 — scripts/generate-seo-pages.js:854
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 — supabase/functions/_shared/notify-ops.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 quality Complexity conf 1.00 Very large file: _archive/deadcode_20260612_shared_python/payment_core.py (1757 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: _archive/deadcode_20260612_shared_python/retention_engine.py (2018 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scripts/generate-seo-pages.js (866 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/tabs/dream.js (1786 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/tabs/my.js (1334 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: src/utils/dream-data.js (1219 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/066e470e-8845-43f2-b298-25b27f2b0594/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/066e470e-8845-43f2-b298-25b27f2b0594/

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.