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.

boonsook/boonsook-pos-v5

https://github.com/boonsook/boonsook-pos-v5 · scanned 2026-06-17 01:42 UTC (1 month, 1 week ago)

373 raw signals (0 security + 373 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -19.2 (diff) · 371 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 57.5/100 with 88.9% coverage. It contains 2627 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 373 findings — concentrated in quality (225), security (105), frontend (37). Risk profile is low: 0 critical, 0 high, 142 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 224 of 371 actionable findings. 373 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.

medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — boot.js:55
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 — main.js:1212
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 — modules/ac_install.js:321
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 — modules/accounting/auto_post.js:44
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 — modules/accounting/balance_sheet.js:47
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 — modules/accounting/coa.js:234
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 — modules/accounting/export_bundle.js:72
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 — modules/accounting/journal_form.js:300
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 — modules/accounting/journals.js:328
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 — modules/accounting/opening_balance.js:46
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 — modules/accounting/periods.js:56
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 — modules/accounting/profit_loss.js:112
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 — modules/accounting/trial_balance.js:86
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 — modules/api.js:55
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 — modules/auth_otp.js:214
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 — modules/branding.js:111
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 — modules/customer_dashboard.js:66
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 — modules/departments.js:37
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 — modules/expenses.js:943
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 — modules/help_tutor.js:705
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 — modules/hr_forms.js:613
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 — modules/hr_overview.js:1244
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 — modules/leave_management.js:1025
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 — modules/payroll.js:322
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 — modules/payroll_overview.js:57
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 — modules/permission_matrix.js:195
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 — modules/quote_templates.js:252
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 — modules/recurring_expenses.js:289
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 — modules/serials.js:333
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 — modules/service_form.js:335
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 — modules/service_request.js:240
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 — modules/solar.js:591
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 — modules/tasks.js:264
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 — modules/time_clock.js:459
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 — modules/utils.js:355
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 — modules/warranty_report.js:211
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 — scripts/accounting_integrity_smoke.js:61
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 — scripts/backfill_orphan_journals.js:69
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 — scripts/diag_je_rest.js:42
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 — scripts/diag_je_rls.js:44
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 — scripts/leave_spoof_test.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 — scripts/verify_je_fix.js: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 Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — sw.js:291
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/skills/boonsook-review/SKILL.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/skills/boonsook-review/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: SKILL.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.
SKILL.md VerificationSkill file
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, 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 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
cloudflare/wrangler-action@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 18, 34
.github/workflows/main.yml:18, 34 (2 hits)
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/ai-assistant.js:235
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/ai-assistant.js:235 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/line-notify.js:12
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/line-notify.js:12 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/parse-receipt.js:21
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/parse-receipt.js:21 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/send-otp.js:53
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/send-otp.js:53 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/verify-otp.js:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/verify-otp.js:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/verify-slip.js:75
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/verify-slip.js:75 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ai-chat-widget.js:278
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ai-chat-widget.js:278 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in boot.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
boot.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in main.js:447
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
main.js:447 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ac_install.js:123
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ac_install.js:123 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ac_shop.js:236
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ac_shop.js:236 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/accounting/backfill.js:67
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/accounting/backfill.js:67 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/accounting/balance_sheet.js:129
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/accounting/balance_sheet.js:129 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/accounting/coa.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/accounting/coa.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/accounting/export_bundle.js:272
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/accounting/export_bundle.js:272 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/accounting/journal_form.js:46
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/accounting/journal_form.js:46 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/accounting/journals.js:116
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/accounting/journals.js:116 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/accounting/opening_balance.js:80
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/accounting/opening_balance.js:80 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/accounting/periods.js:260
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/accounting/periods.js:260 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/accounting/profit_loss.js:192
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/accounting/profit_loss.js:192 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/accounting/trial_balance.js:163
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/accounting/trial_balance.js:163 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/ai_sales.js:351
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/ai_sales.js:351 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/audit_log.js:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/audit_log.js:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/auth.js:107
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/auth.js:107 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/birthdays.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/birthdays.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/btu_calculator.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/btu_calculator.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/calendar.js:496
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/calendar.js:496 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/cash_recon.js:120
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/cash_recon.js:120 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/credit_tracker.js:189
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/credit_tracker.js:189 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/customer_dashboard.js:315
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/customer_dashboard.js:315 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/customers.js:74
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/customers.js:74 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/dashboard.js:478
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/dashboard.js:478 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/dead_stock.js:80
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/dead_stock.js:80 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/delivery_invoices.js:95
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/delivery_invoices.js:95 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/departments.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/departments.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/error_codes_shared.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/error_codes_shared.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/expense_overview.js:40
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/expense_overview.js:40 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/expenses.js:93
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/expenses.js:93 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/help_tutor.js:443
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/help_tutor.js:443 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/hr_forms.js:278
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/hr_forms.js:278 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/hr_overview.js:2126
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/hr_overview.js:2126 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/income_overview.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/income_overview.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/leave_management.js:1595
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/leave_management.js:1595 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/line_notify.js:171
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/line_notify.js:171 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/loyalty.js:437
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/loyalty.js:437 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/payroll.js:288
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/payroll.js:288 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/payroll_overview.js:33
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/payroll_overview.js:33 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/permission_matrix.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/permission_matrix.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/pos.js:192
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/pos.js:192 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/product_detail_modal.js:146
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/product_detail_modal.js:146 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/profit_by_product.js:95
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/profit_by_product.js:95 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/profit_report.js:11
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/profit_report.js:11 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/quotations.js:173
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/quotations.js:173 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/receipts.js:147
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/receipts.js:147 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/recurring_expenses.js:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/recurring_expenses.js:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/refunds.js:116
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/refunds.js:116 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/sales.js:46
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/sales.js:46 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/sales_heatmap.js:98
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/sales_heatmap.js:98 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/serials.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/serials.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/service_equipment.js:151
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/service_equipment.js:151 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/service_form.js:110
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/service_form.js:110 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/service_jobs.js:96
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/service_jobs.js:96 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/service_reconcile.js:248
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/service_reconcile.js:248 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/service_request.js:63
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/service_request.js:63 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/settings/ac-catalog.js:143
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/settings/ac-catalog.js:143 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/settings/ac-stock-form.js:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/settings/ac-stock-form.js:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/settings/menu.js:20
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/settings/menu.js:20 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/settings/pages.js:16
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/settings/pages.js:16 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/settings/payment.js:46
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/settings/payment.js:46 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/settings/permissions.js:6
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/settings/permissions.js:6 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/settings/store.js:17
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/settings/store.js:17 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/settings/users.js:9
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/settings/users.js:9 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/share_doc.js:26
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/share_doc.js:26 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/solar.js:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/solar.js:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/staff.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/staff.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/stock_count.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/stock_count.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/stock_in_wizard.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/stock_in_wizard.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/stock_movements.js:257
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/stock_movements.js:257 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/stock_reconcile_report.js:245
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/stock_reconcile_report.js:245 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/stock_value.js:97
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/stock_value.js:97 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/tasks.js:32
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/tasks.js:32 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/team_command_center.js:814
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/team_command_center.js:814 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/time_clock.js:763
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/time_clock.js:763 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/top_customers.js:102
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/top_customers.js:102 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/utils.js:234
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/utils.js:234 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in modules/warranty_report.js:24
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
modules/warranty_report.js:24 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in share.html:75
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
share.html:75 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in modules/help_tutor.js:667
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
modules/help_tutor.js:667 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in modules/team_command_center.js:945
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
modules/team_command_center.js:945 Insert adjacent html
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 214 placeholder/mock markers across 55 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 Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 138 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: nginx:alpine
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
Dockerfile:5 containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v5 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 15, 31
.github/workflows/main.yml:15, 31 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — main.js:1819
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 — modules/ac_install.js:892
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 — modules/accounting/journals.js:307
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 — modules/customer_dashboard.js:423
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 — modules/delivery_invoices.js:873
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 — modules/expenses.js:678
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 — modules/loyalty.js:429
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 — modules/pos.js:370
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 — modules/products.js:1870
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 — modules/quotations.js:640
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 — modules/quote_templates.js:190
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 — modules/receipts.js:1019
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 — modules/serials.js:356
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 — modules/service_equipment.js:165
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 — modules/service_form.js:836
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 — modules/settings/ac-catalog.js:146
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 — modules/settings/pages.js:19
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 — modules/settings/payment.js:49
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 — modules/settings/permissions.js:9
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 — modules/settings/users.js:12
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 — modules/solar.js:299
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 — modules/staff.js:223
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 — modules/stock_count.js:271
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 — modules/stock_in_wizard.js:306
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 — modules/time_clock.js:1297
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 — modules/utils.js:240
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 main.js:4081
Found a known-risky pattern (document_write). Review and replace if possible.
main.js:4081 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/ac_install.js:1087
Found a known-risky pattern (document_write). Review and replace if possible.
modules/ac_install.js:1087 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/accounting/balance_sheet.js:325
Found a known-risky pattern (document_write). Review and replace if possible.
modules/accounting/balance_sheet.js:325 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/accounting/profit_loss.js:564
Found a known-risky pattern (document_write). Review and replace if possible.
modules/accounting/profit_loss.js:564 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/accounting/trial_balance.js:426
Found a known-risky pattern (document_write). Review and replace if possible.
modules/accounting/trial_balance.js:426 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/delivery_invoices.js:692
Found a known-risky pattern (document_write). Review and replace if possible.
modules/delivery_invoices.js:692 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/doc-utils.js:216
Found a known-risky pattern (document_write). Review and replace if possible.
modules/doc-utils.js:216 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/hr_forms.js:267
Found a known-risky pattern (document_write). Review and replace if possible.
modules/hr_forms.js:267 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/hr_overview.js:2693
Found a known-risky pattern (document_write). Review and replace if possible.
modules/hr_overview.js:2693 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/payroll.js:1807
Found a known-risky pattern (document_write). Review and replace if possible.
modules/payroll.js:1807 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/products.js:1488
Found a known-risky pattern (document_write). Review and replace if possible.
modules/products.js:1488 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/quotations.js:1187
Found a known-risky pattern (document_write). Review and replace if possible.
modules/quotations.js:1187 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/receipts.js:974
Found a known-risky pattern (document_write). Review and replace if possible.
modules/receipts.js:974 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/service_form.js:1032
Found a known-risky pattern (document_write). Review and replace if possible.
modules/service_form.js:1032 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in modules/thermal_printer.js:247
Found a known-risky pattern (document_write). Review and replace if possible.
modules/thermal_printer.js:247 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 Docs conf 1.00 No README detected
No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off.
ReadmeRepo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `bsk_cart_v2` in main.js:271
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 `bsk_cart_v2` in modules/pos.js:331
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 `bsk_help_seen_v1` in modules/help_tutor.js:6
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 `too_old` in modules/accounting/date_guard.js:51
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 `too_old` in modules/accounting/journals.js:17
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 `too_old` in tests/journal_date_guard.test.js:12
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 frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — boot.js:121
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 — modules/stock_in_wizard.js:181
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/accounting_integrity_smoke.js:89
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/backfill_orphan_journals.js:139
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/diag_je_rest.js:76
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/diag_je_rls.js:81
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/leave_spoof_test.js:133
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/static-server.js:110
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/verify_je_fix.js:68
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 — sw.js:223
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: main.js (4888 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/ac_install.js (1381 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/ai_sales.js (916 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/customer_dashboard.js (1184 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/dashboard.js (1298 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/delivery_invoices.js (984 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/expenses.js (1059 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/hr_forms.js (1030 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/hr_overview.js (2842 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/leave_management.js (2602 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/payroll.js (2197 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/pos.js (1650 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/products.js (2574 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/quotations.js (1551 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/receipts.js (1260 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/service_form.js (1134 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/solar.js (870 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/team_command_center.js (978 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: modules/time_clock.js (1382 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/hr_overview.test.js (1349 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: tests/leave_management.test.js (2123 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/1014c051-4059-4e09-afb4-80d34d5417ae/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1014c051-4059-4e09-afb4-80d34d5417ae/

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.