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.

johnntd/DuLichCali

https://github.com/johnntd/DuLichCali · scanned 2026-06-16 04:29 UTC (2 months ago)

86 raw signals (0 security + 86 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

Showing 65 of 79 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.

critical System graph security Secrets conf 1.00 2 occurrences Possible secret in admin.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
lines 1107, 2269
admin.html:1107, 2269 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in airport.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
airport.html:22
critical System graph security Secrets conf 1.00 Possible secret in qr.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
qr.html:733
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in salon-admin.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
lines 3386, 7682
salon-admin.html:3386, 7682 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in script.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
script.js:3
critical System graph security Secrets conf 1.00 Possible secret in security-alerts.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
security-alerts.html:75
critical System graph security Secrets conf 1.00 6 occurrences Possible secret in style-studio-public.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
lines 131, 135, 273, 277, 415, 419
style-studio-public.js:131, 135, 273, 277, 415, 419 (6 hits)
critical System graph security Secrets conf 1.00 Possible secret in style-studio.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
style-studio.html:184
critical System graph security Secrets conf 1.00 Possible secret in tracking.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
tracking.html:563
critical System graph security Secrets conf 1.00 Possible secret in travel.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
travel.html:545
critical System graph security Secrets conf 1.00 Possible secret in vendor-admin.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
vendor-admin.html:2109
critical System graph security Secrets conf 1.00 Possible secret in vendor-detail.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
vendor-detail.html:33
critical System graph security Secrets conf 1.00 Possible secret in vendor-login.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
vendor-login.html:315
critical System graph security Secrets conf 1.00 Possible secret in vendor-signup.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
vendor-signup.html:64
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — ai-engine.js:60
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 — aiOrchestrator.js:129
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 — marketingEngine.js:555
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 — script.js:579
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 — style-studio-public.js:1281
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: AGENTS.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.
AGENTS.md VerificationAgents md
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: 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.
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 license, ci, tests, operator-readme. 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
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 security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in admin.html:1199
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
admin.html:1199 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in chat.js:1947
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
chat.js:1947 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in CLAUDE.md:263
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
CLAUDE.md:263 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in driver-calendar.js:91
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
driver-calendar.js:91 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in driver-notif.js:120
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
driver-notif.js:120 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in landing-nav.js:137
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
landing-nav.js:137 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in owner-dashboard.html:243
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
owner-dashboard.html:243 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in qr.html:654
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
qr.html:654 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ride-intake.js:397
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ride-intake.js:397 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in salon-admin.html:3419
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
salon-admin.html:3419 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in script.js:452
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
script.js:452 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in security-alerts.html:110
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
security-alerts.html:110 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in style-studio-public.js:646
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
style-studio-public.js:646 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in thankyou.html:385
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
thankyou.html:385 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in travel-booking.js:350
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
travel-booking.js:350 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in vendor-admin.html:2259
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
vendor-admin.html:2259 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in vendor-detail.html:68
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
vendor-detail.html:68 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in vendor-login.html:485
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
vendor-login.html:485 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in vendor-pricing-page.js:466
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
vendor-pricing-page.js:466 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in vendor-signup.html:481
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
vendor-signup.html:481 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in vendor-subscription.js:300
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
vendor-subscription.js:300 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in ride-intake.js:406
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
ride-intake.js:406 Insert adjacent html
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 32 source file(s) (ratio 0.00). 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 37 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 security security conf 1.00 Insecure pattern 'document_write' in salon-admin.html:6005
Found a known-risky pattern (document_write). Review and replace if possible.
salon-admin.html:6005 Document write
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 `_initAutocompleteLegacy` in ride-intake.js:1201
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 `ad_copy` in aiOrchestrator.js:68
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 Docs conf 1.00 README lacks setup or run instructions
A README exists, but it does not contain common install/setup/run markers. This matches a frequent generated-code pattern: UI is present, operational handoff is thin.
ReadmeRepo hardeningGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — aiOrchestrator.js:666
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 — calendar.js:20
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 — notifications.js: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 — ride-avail.js:125
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 — script.js:1622
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 — style-studio-public.js:539
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: chat.js (2166 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: ride-intake.js (1859 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: script.js (3078 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: style-studio-public.js (2345 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: travel-booking.js (1133 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: workflowEngine.js (3143 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/7da7e86f-7ce2-4210-b35e-68653dd6556d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/7da7e86f-7ce2-4210-b35e-68653dd6556d/

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.