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.

comphone/comphone-superapp

https://github.com/comphone/comphone-superapp · scanned 2026-06-17 01:50 UTC (1 month, 1 week ago)

404 raw signals (0 security + 404 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -20.8 (diff) · 387 actionable findings from 1 signal source. 17 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 55.9/100 with 77.8% coverage. It contains 2586 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 404 findings — concentrated in frontend (168), security (135), quality (70). Risk profile is high: 0 critical, 4 high, 157 medium. Recommended next step: open the frontend layer findings first — that's where the highest-impact wins live.

Showing 351 of 387 actionable findings. 404 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 security conf 1.00 Insecure pattern 'eval_used' in pwa/execution_lock.js:284
Found a known-risky pattern (eval_used). Review and replace if possible.
pwa/execution_lock.js:284 Eval used
high System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in scripts/check_sync.py:168
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
scripts/check_sync.py:168 Subprocess shell true
high System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in scripts/clasp_push.py:32
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
scripts/clasp_push.py:32 Subprocess shell true
high System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in scripts/unified_deploy.py:21
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
scripts/unified_deploy.py:21 Subprocess shell true
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — pwa/api_client.js:5
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 — pwa/auth.js:230
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 — pwa/dashboard_pc_core.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 — pwa/dashboard_pc_test.js:24
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 — pwa/error_boundary.js:188
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 — pwa/execution_lock.js:351
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 — pwa/runtime_self_test.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 — pwa/sw.js:97
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/pwa_functional_menu_audit.js:219
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/pwa_smoke_cleanup_plan.js:87
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/set_gas_secret.js:59
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 — workers/line-webhook/src/index.js:15
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 Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/auto-deploy.yml CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
.github/workflows/session-backup.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ARCHIVED_Shop_vnext/src/JobQRView.html:265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ARCHIVED_Shop_vnext/src/JobQRView.html:265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ARCHIVED_Shop_vnext/src/JS_Dashboard.html:5
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ARCHIVED_Shop_vnext/src/JS_Dashboard.html:5 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ARCHIVED_Shop_vnext/src/JS_Part1.html:34
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ARCHIVED_Shop_vnext/src/JS_Part1.html:34 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ARCHIVED_Shop_vnext/src/JS_Part2.html:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ARCHIVED_Shop_vnext/src/JS_Part2.html:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ARCHIVED_Shop_vnext/src/PhotoGallery.html:189
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ARCHIVED_Shop_vnext/src/PhotoGallery.html:189 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in clasp-ready/dashboard_preview.html:1041
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
clasp-ready/dashboard_preview.html:1041 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in clasp-ready/JobQRView.html:266
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
clasp-ready/JobQRView.html:266 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in clasp-ready/JS_Dashboard.html:76
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
clasp-ready/JS_Dashboard.html:76 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in clasp-ready/JS_Part1.html:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
clasp-ready/JS_Part1.html:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in clasp-ready/JS_Part2.html:181
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
clasp-ready/JS_Part2.html:181 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in clasp-ready/PhotoGallery.html:190
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
clasp-ready/PhotoGallery.html:190 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in dashboard_preview.html:1041
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
dashboard_preview.html:1041 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in delivery/pwa/after_sales_enhanced.js:16
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
delivery/pwa/after_sales_enhanced.js:16 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in delivery/pwa/billing_slip_verify.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
delivery/pwa/billing_slip_verify.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in delivery/pwa/customer_portal.html:167
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
delivery/pwa/customer_portal.html:167 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in JobQRView.html:266
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
JobQRView.html:266 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in JS_Dashboard.html:76
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
JS_Dashboard.html:76 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in JS_Part1.html:108
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
JS_Part1.html:108 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in JS_Part2.html:181
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
JS_Part2.html:181 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in PhotoGallery.html:190
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
PhotoGallery.html:190 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/_backup_phase3/analytics_section.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/_backup_phase3/analytics_section.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/_backup_phase3/executive_dashboard.html:731
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/_backup_phase3/executive_dashboard.html:731 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/_backup_phase3/section_revenue.js:123
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/_backup_phase3/section_revenue.js:123 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/_backup_phase3/section_tax.js:103
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/_backup_phase3/section_tax.js:103 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/_backup_phase3/warranty_section.js:16
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/_backup_phase3/warranty_section.js:16 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/admin.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/admin.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/admin_panel.js:41
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/admin_panel.js:41 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/advanced_reports.js:28
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/advanced_reports.js:28 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/after_sales_enhanced.js:16
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/after_sales_enhanced.js:16 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/ai_executor_runtime.js:179
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/ai_executor_runtime.js:179 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/analytics.js:55
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/analytics.js:55 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/analytics_section.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/analytics_section.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/api_client.js:303
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/api_client.js:303 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/app.js:652
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/app.js:652 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/app_actions.js:71
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/app_actions.js:71 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/app_home.js:9
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/app_home.js:9 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/app_jobs.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/app_jobs.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/approval_guard.js:391
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/approval_guard.js:391 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/attendance_section.js:7
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/attendance_section.js:7 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/attendance_ui.js:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/attendance_ui.js:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/auth.js:127
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/auth.js:127 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/auth_guard.js:327
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/auth_guard.js:327 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/billing_customer.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/billing_customer.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/billing_section.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/billing_section.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/billing_slip_verify.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/billing_slip_verify.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/branch_health_ui.js:104
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/branch_health_ui.js:104 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/business_ai.js:114
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/business_ai.js:114 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/crm_attendance.js:24
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/crm_attendance.js:24 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/crm_ui.js:59
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/crm_ui.js:59 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/customer_portal.html:252
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/customer_portal.html:252 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/customer_portal.js:32
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/customer_portal.js:32 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/customer_portal_section.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/customer_portal_section.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/dashboard.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/dashboard.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/dashboard_pc_core.js:103
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/dashboard_pc_core.js:103 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/demo_dashboard.html:1173
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/demo_dashboard.html:1173 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/executive_dashboard.html:731
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/executive_dashboard.html:731 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/inventory_ui.js:232
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/inventory_ui.js:232 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/job_workflow.js:54
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/job_workflow.js:54 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/language_manager.js:392
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/language_manager.js:392 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/menu_health.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/menu_health.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/monitoring_dashboard.html:774
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/monitoring_dashboard.html:774 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/notification_center.js:47
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/notification_center.js:47 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/photo_upload_section.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/photo_upload_section.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/pos.js:35
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/pos.js:35 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/purchase_order.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/purchase_order.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/push_notifications.js:148
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/push_notifications.js:148 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/push_notifications_v2.js:369
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/push_notifications_v2.js:369 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/pwa_install.js:193
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/pwa_install.js:193 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/quick_actions.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/quick_actions.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/reports.js:7
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/reports.js:7 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/search.js:90
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/search.js:90 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_analytics.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_analytics.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_backup.js:17
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_backup.js:17 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_billing.js:17
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_billing.js:17 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_crm.js:8
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_crm.js:8 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_inventory.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_inventory.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_jobs.js:164
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_jobs.js:164 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_line_center.js:169
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_line_center.js:169 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_performance.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_performance.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_po.js:3
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_po.js:3 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_revenue.js:45
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_revenue.js:45 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_settings.js:29
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_settings.js:29 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_tax.js:103
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_tax.js:103 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_vision.js:437
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_vision.js:437 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/section_warranty.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/section_warranty.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/stock.js:14
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/stock.js:14 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/system_graph.html:538
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/system_graph.html:538 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/tax_ui.js:172
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/tax_ui.js:172 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/warranty_section.js:16
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/warranty_section.js:16 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pwa/warranty_ui.js:49
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pwa/warranty_ui.js:49 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/sprint102_live_ux_menu_audit.js:139
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/sprint102_live_ux_menu_audit.js:139 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/sprint103_visual_runtime_walkthrough.js:144
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/sprint103_visual_runtime_walkthrough.js:144 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/sprint104_protected_browser_journey.js:158
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/sprint104_protected_browser_journey.js:158 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/sprint191_ai_vision_inbox_render_smoke.js:22
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/sprint191_ai_vision_inbox_render_smoke.js:22 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/_backup_phase3/section_tax.js:61
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/_backup_phase3/section_tax.js:61 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/_backup_phase3/warranty_section.js:291
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/_backup_phase3/warranty_section.js:291 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/app.js:779
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/app.js:779 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/app_jobs.js:306
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/app_jobs.js:306 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/branch_health_ui.js:62
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/branch_health_ui.js:62 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/section_crm.js:223
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/section_crm.js:223 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/section_inventory.js:301
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/section_inventory.js:301 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/section_jobs.js:101
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/section_jobs.js:101 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/section_settings.js:19
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/section_settings.js:19 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/section_tax.js:61
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/section_tax.js:61 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/tax_ui.js:95
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/tax_ui.js:95 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/warranty_section.js:291
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/warranty_section.js:291 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pwa/warranty_ui.js:228
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pwa/warranty_ui.js:228 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in pwa/_backup_phase3/executive_dashboard.html:567
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
pwa/_backup_phase3/executive_dashboard.html:567 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in pwa/admin_panel.js:426
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
pwa/admin_panel.js:426 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in pwa/dashboard_pc.html:19
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
pwa/dashboard_pc.html:19 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in pwa/dashboard_pc_clean.html:19
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
pwa/dashboard_pc_clean.html:19 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in pwa/executive_dashboard.html:567
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
pwa/executive_dashboard.html:567 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint164_pages_publish_lock.js:15
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint164_pages_publish_lock.js:15 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint165_browser_profile_clickthrough_pack.js:14
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint165_browser_profile_clickthrough_pack.js:14 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint166_protected_token_full_sweep_pack.js:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint166_protected_token_full_sweep_pack.js:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint167_owner_cleanup_execution_readiness.js:10
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint167_owner_cleanup_execution_readiness.js:10 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint169_pages_fresh_release_gate.js:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint169_pages_fresh_release_gate.js:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint170_protected_browser_acceptance_gate.js:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint170_protected_browser_acceptance_gate.js:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint172_line_room_notification_matrix_gate.js:12
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint172_line_room_notification_matrix_gate.js:12 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint173_release_readiness_master_gate.js:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint173_release_readiness_master_gate.js:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint174_strict_protected_browser_runbook.js:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint174_strict_protected_browser_runbook.js:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint176_published_protected_acceptance.js:13
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint176_published_protected_acceptance.js:13 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint178_strict_live_acceptance_gate.js:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint178_strict_live_acceptance_gate.js:16 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/sprint180_strict_protected_live_proof.js:16
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/sprint180_strict_protected_live_proof.js:16 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/check_sync.py:173
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/clasp_push.py:34
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 161 placeholder/mock markers across 47 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 1000 in use
Port 1000 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/guard-stewardship.sh Ports
medium System graph network Security conf 1.00 Privileged port 15 in use
Port 15 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/guard-stewardship.sh Ports
medium System graph network Security conf 1.00 Privileged port 16 in use
Port 16 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/session-backup.yml Ports
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.
scripts/guard-stewardship.sh Ports
medium System graph network Security conf 1.00 Privileged port 23 in use
Port 23 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/session-backup.yml Ports
medium System graph network Security conf 1.00 Privileged port 40 in use
Port 40 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/guard-stewardship.sh Ports
medium System graph network Security conf 1.00 Privileged port 50 in use
Port 50 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/guard-stewardship.sh Ports
medium System graph network Security conf 1.00 Privileged port 600 in use
Port 600 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/guard-stewardship.sh Ports
medium System graph network Security conf 1.00 Privileged port 800 in use
Port 800 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/guard-stewardship.sh Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
6 test file(s) for 237 source file(s) (ratio 0.03). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, lockfile. 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 1006 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 15 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.
5 files, 15 locations
.github/workflows/auto-deploy.yml:39, 42, 139, 142, 160, 166, 189, 217 (8 hits)
.github/workflows/deploy-gas.yml:74, 215, 219 (3 hits)
.github/workflows/deploy-line-worker.yml:19, 22 (2 hits)
.github/workflows/drive-sync.yml:39
.github/workflows/session-backup.yml:23
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — delivery/pwa/after_sales_enhanced.js:132
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 — delivery/pwa/billing_slip_verify.js:63
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 — pwa/after_sales_enhanced.js:132
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 — pwa/billing_section.js:185
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 — pwa/billing_slip_verify.js:63
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 — pwa/pos.js:182
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 — pwa/section_crm.js:192
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 — pwa/section_inventory.js:262
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 — pwa/section_jobs.js:426
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 — pwa/section_settings.js:14
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 — pwa/warranty_ui.js:495
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 pwa/business_ai.js:368
Found a known-risky pattern (document_write). Review and replace if possible.
pwa/business_ai.js:368 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in pwa/purchase_order.js:641
Found a known-risky pattern (document_write). Review and replace if possible.
pwa/purchase_order.js:641 Document write
low System graph quality Integrity conf 1.00 4 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: scripts/drive_sync.py:log, scripts/sync_all.py:log This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate.
4 occurrences
repo-level (4 hits)
duplicatesduplication
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality dependencies conf 1.00 Node manifest has dependencies but no lockfile: workers/line-webhook/package.json
`package.json` declares dependencies, but no same-directory npm/pnpm/yarn/bun lockfile was found. Generated projects without lockfiles are less reproducible and harder to secure-scan precisely.
workers/line-webhook/package.json LockfileReproducibilityGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `canApproveLegacy` in pwa/approval_guard.js:512
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 `comphone_mobile_dashboard_cache_v2` in pwa/app.js:9
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 `drive_backup` in scripts/drive_backup.py:92
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 `isOld` in pwa/pentest_frontend.js:499
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 `latest_backup` in pwa/section_backup.js:140
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 `offline_db_v2` in pwa/offline_db_v2.js:2
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 `offline_db_v2` in scripts/build_code_index.js:36
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 `push_notifications_v2` in pwa/push_notifications_v2.js:2
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 `section_backup` in scripts/sprint102_live_ux_menu_audit.js:72
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 `section_backup` in scripts/sprint103_visual_runtime_walkthrough.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 `syncOfflineQueueLegacy` in pwa/offline_db.js:87
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph software Dead code conf 1.00 Possibly dead Python function: do_GET
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/setup_gdrive_auth.py:114
low System graph software Dead code conf 1.00 Possibly dead Python function: log_message
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/setup_gdrive_auth.py:135
low System graph software Dead code conf 1.00 Possibly dead Python function: replace_pattern4
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fix_version_headers.py:52
low System graph software Dead code conf 1.00 Possibly dead Python function: replace_with_filename
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/fix_version_headers.py:30
low System graph software Dead code conf 1.00 Possibly dead Python function: run_auto_push
No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler.
scripts/sync_all.py:336
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/_backup_phase3/section_analytics.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/_backup_phase3/section_attendance.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/_backup_phase3/section_warranty.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/ai_executor_runtime.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 — pwa/api_client.js:251
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 — pwa/api_test_framework.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/app.js:519
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 — pwa/approval_guard.js:18
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/auth.js:403
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 — pwa/dashboard_pc_core.js:216
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 — pwa/dashboard_pc_test.js:4
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 — pwa/evidence_harness.js:19
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/execution_lock.js:24
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/js/system_graph_data.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/language_manager.js:201
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 — pwa/mobile_shared.js:2
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 — pwa/offline_db.js:335
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 — pwa/offline_db_v2.js:94
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/pentest_frontend.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/policy_engine.js:153
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 — pwa/push_notifications_v2.js:297
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 — pwa/pwa_install.js:39
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/search.js:197
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 — pwa/section_analytics.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/section_attendance.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — pwa/section_backup.js:292
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 — pwa/section_performance.js:294
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 — pwa/section_reports.js:36
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 — pwa/section_warranty.js:52
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 — pwa/sw.js:40
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 — pwa/telemetry_collector.js:187
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/build_code_index.js:390
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/ci_readiness_check.js:103
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/gas_source_alignment.js:85
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/gas_syntax_guard.js:123
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/pages_deploy_verify.js:100
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/pwa_api_smoke.js:67
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/pwa_functional_menu_audit.js:192
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/pwa_line_room_smoke.js:65
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/pwa_menu_journey_audit.js:175
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/pwa_smoke_cleanup_plan.js:124
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/pwa_static_guard.js:959
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/pwa_ui_surface_audit.js:149
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/pwa_ui_write_contract.js:119
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/pwa_workflow_smoke.js:147
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/pwa_write_smoke.js:61
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/set_gas_secret.js:69
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/sprint100_operator_menu_audit.js:247
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/sprint101_write_lifecycle_audit.js:167
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/sprint102_live_ux_menu_audit.js:253
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/sprint103_visual_runtime_walkthrough.js:253
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/sprint104_protected_browser_journey.js:546
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/sprint105_record_detail_completeness.js:436
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/sprint106_production_data_quality_guard.js:222
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/sprint107_controlled_data_cleanup_plan.js:209
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/sprint108_database_schema_registry_guard.js:198
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/sprint109_data_repair_console_plan.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 — scripts/sprint111_controlled_data_repair_execution.js:143
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/sprint112_admin_repair_console_audit.js:134
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/sprint113_repair_console_live_qa.js:100
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/sprint114_jobs_workflow_polish_audit.js:101
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/sprint115_billing_resilience_audit.js:88
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/sprint116_reports_drilldown_audit.js:88
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/sprint117_vision_line_operational_loop_audit.js:107
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/sprint119_inventory_po_warranty_audit.js:140
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/sprint120_settings_admin_runtime_audit.js:130
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/sprint121_performance_accessibility_audit.js:106
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/sprint122_dashboard_operator_analytics_audit.js:93
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/sprint123_live_visual_qa_guard.js:140
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/sprint124_protected_visual_menu_qa.js:396
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/sprint125_role_based_dashboard_widgets_audit.js:104
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/sprint126_ai_vision_role_readiness_audit.js:158
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/sprint127_vision_line_notification_controls_audit.js:135
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/sprint128_line_notification_toggle_live_qa.js:64
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/sprint129_vision_line_suppression_live_qa.js:75
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/sprint131_line_real_send_readiness.js:104
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/sprint132_core_workflow_live_qa.js:158
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/sprint133_support_admin_live_qa.js:157
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/sprint134_data_completeness_review.js:435
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/sprint135_data_completeness_panel_audit.js:101
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/sprint136_data_review_workflow_audit.js:103
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/sprint137_backend_review_log_audit.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/sprint138_backend_review_log_live_qa.js:107
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/sprint139_data_cleanup_triage.js:204
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/sprint140_jobs_billing_reports_live_polish.js:77
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/sprint141_mobile_menu_deep_qa.js:71
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/sprint142_ai_vision_real_use_readiness.js:67
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/sprint143_permission_ops_hardening.js:69
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/sprint144_owner_data_resolution.js:129
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/sprint145_mobile_ux_walkthrough.js:82
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/sprint146_ai_vision_pilot_workflow.js:71
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/sprint147_dashboard_decision_layer_audit.js:44
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/sprint148_ops_permission_cleanup.js:84
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/sprint149_live_browser_visual_qa.js:108
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/sprint150_data_cleanup_owner_workflow.js:79
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/sprint151_dashboard_ux_polish_audit.js:41
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/sprint152_ai_vision_real_pilot_guard.js:84
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/sprint153_permission_fallback_closure.js:63
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/sprint154_post_deploy_pages_confirmation.js:75
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/sprint155_owner_data_backfill_readiness.js:71
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/sprint156_mobile_menu_e2e_guard.js:77
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/sprint157_pc_dashboard_workflow_guard.js:80
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/sprint158_ai_vision_line_room_control_guard.js:74
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/sprint159_post_deploy_publish_confirmation.js:74
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/sprint160_real_browser_clickthrough_contract.js:85
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/sprint161_protected_live_token_sweep.js:71
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/sprint162_owner_data_cleanup_decision.js:71
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/sprint163_ai_vision_real_sample_pilot.js:102
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/sprint164_pages_publish_lock.js:31
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak

Showing first 300 of 351. Refine filters or use the findings page for deep search.

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/d0164833-4ccd-4366-913c-72945c2d0555/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/d0164833-4ccd-4366-913c-72945c2d0555/

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.