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.

t3mtula/sn-real-estate

https://github.com/t3mtula/sn-real-estate · scanned 2026-06-16 00:28 UTC (2 months, 2 weeks ago)

86 raw signals (0 security + 86 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 83 actionable findings from 1 signal source. 3 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 62.5/100 with 100.0% coverage. It contains 3480 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 86 findings — concentrated in quality (35), security (27), frontend (15). Risk profile is high: 0 critical, 1 high, 33 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 62 of 83 actionable findings. 86 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.

high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: v2/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.
v2/CLAUDE.md:466 SecretsClaude instruction
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — legacy/modules/19-invoices.js:3608
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 — legacy/modules/25-supabase.js:2
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 — v2/src/lib/pdf/pdf-make.ts:45
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 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 Action is tag-pinned rather than SHA-pinned
cloudflare/wrangler-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/deploy-v2.yml:47 CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in v2/supabase/functions/line-notify/index.ts:31
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
v2/supabase/functions/line-notify/index.ts:31 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in iso3d-demo/index.html:347
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
iso3d-demo/index.html:347 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/03-auth.js:26
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/03-auth.js:26 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/05-excel.js:162
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/05-excel.js:162 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/07-activity-log.js:64
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/07-activity-log.js:64 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/08-helpers.js:583
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/08-helpers.js:583 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/10-nav.js:17
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/10-nav.js:17 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/11-settings.js:4
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/11-settings.js:4 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/12-dashboard.js:532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/12-dashboard.js:532 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/13-properties.js:214
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/13-properties.js:214 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/14-contracts.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/14-contracts.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/15-contract-form.js:91
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/15-contract-form.js:91 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/16-renewals.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/16-renewals.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/19-invoices.js:548
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/19-invoices.js:548 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/21-landlords.js:184
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/21-landlords.js:184 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/23-search.js:22
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/23-search.js:22 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/24-reports.js:103
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/24-reports.js:103 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in legacy/modules/25-supabase.js:315
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
legacy/modules/25-supabase.js:315 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v2/mockups/statement-confidence.html:282
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v2/mockups/statement-confidence.html:282 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v2/public/paged.polyfill.min.js:4
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v2/public/paged.polyfill.min.js:4 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v2/src/components/yonghua/doc-editor.tsx:98
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v2/src/components/yonghua/doc-editor.tsx:98 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in v2/src/features/contracts/print/contract-html.ts:710
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
v2/src/features/contracts/print/contract-html.ts:710 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in v2/src/features/doc-editor/serialize.ts:51
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
v2/src/features/doc-editor/serialize.ts:51 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in v2/src/features/invoices/invoice-print-host.tsx:114
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
v2/src/features/invoices/invoice-print-host.tsx:114 Domparser html parse
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 405 placeholder/mock markers across 101 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 network Security conf 1.00 Privileged port 20 in use
Port 20 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/db-backup.yml Ports
medium System graph network Security conf 1.00 Privileged port 3 in use
Port 3 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
.github/workflows/db-backup.yml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
20 test file(s) for 559 source file(s) (ratio 0.04). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 7 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 4 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.
2 files, 4 locations
.github/workflows/deploy-v2.yml:24, 27 (2 hits)
v2/.github/workflows/ci.yml:18, 21 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — legacy/modules/19-invoices.js:347
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 security security conf 1.00 Insecure pattern 'document_write' in legacy/modules/24-reports.js:325
Found a known-risky pattern (document_write). Review and replace if possible.
legacy/modules/24-reports.js:325 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in v2/src/features/contracts/print/open-print-window.ts:56
Found a known-risky pattern (document_write). Review and replace if possible.
v2/src/features/contracts/print/open-print-window.ts:56 Document write
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `restore_backup` in legacy/modules/07-activity-log.js:80
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.
v2/package.json CI/CD securitySupply chainNpm
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — legacy/modules/03-auth.js:70
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 — legacy/modules/19-invoices.js:1600
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 — legacy/modules/25-supabase.js:279
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 — v2/src/lib/handle-server-error.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 — v2/src/main.tsx:33
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: legacy/modules/05-excel.js (814 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legacy/modules/12-dashboard.js (831 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legacy/modules/13-properties.js (1227 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legacy/modules/14-contracts.js (1125 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legacy/modules/15-contract-form.js (1391 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legacy/modules/19-invoices.js (4155 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: legacy/modules/24-reports.js (2555 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: v2/src/features/contracts/components/contract-form.tsx (1358 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: v2/src/features/contracts/print/contract-html.ts (1125 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: v2/src/features/invoices/mutations.ts (2096 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: v2/src/features/payments/components/matching-table.tsx (1165 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: v2/src/features/properties/components/building-rooms.tsx (2255 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: v2/src/features/properties/components/property-drawer.tsx (1778 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: v2/src/features/property-portfolio/property-portfolio.tsx (1252 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: v2/src/routeTree.gen.ts (1471 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/c9f54ca9-f51a-491e-b529-d7f7edf2108b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c9f54ca9-f51a-491e-b529-d7f7edf2108b/

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.