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.

cooper-pop/pride-portal

https://github.com/cooper-pop/pride-portal · scanned 2026-06-17 01:50 UTC (1 month, 1 week ago)

212 raw signals (0 security + 212 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 month, 1 week ago · v2 · last Δ -12.5 (diff) · 210 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 64.2/100 with 88.9% coverage. It contains 2455 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 212 findings — concentrated in quality (112), security (79), frontend (17). Risk profile is high: 1 critical, 0 high, 90 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 146 of 210 actionable findings. 212 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical System graph security Secrets conf 1.00 Possible secret in public/js/admin.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
public/js/admin.js:462
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — api/bids.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 — api/troubleshoot.js:10
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 — public/js/auth.js:342
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 — public/js/grants.js:1739
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 — public/js/haccp.js:418
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 — public/js/qb-sync.js:995
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 — public/js/timeclock.js:4032
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 — public/js/todo.js:229
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 — public/js/trimmer.js:1698
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 — public/js/utils.js:30
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 instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, tests, operator-readme. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
medium System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, tests, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/ai-admin.js:354
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/ai-admin.js:354 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/ai.js:6
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/ai.js:6 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/analytics.js:5
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/analytics.js:5 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/audit.js:28
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/audit.js:28 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/auth.js:61
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/auth.js:61 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/bids.js:437
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/bids.js:437 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/contracts.js:183
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/contracts.js:183 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/extract.js:43
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/extract.js:43 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/fish-schedule.js:329
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/fish-schedule.js:329 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/flavor.js:153
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/flavor.js:153 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/grants.js:1225
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/grants.js:1225 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/haccp.js:994
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/haccp.js:994 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/kiosk.js:71
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/kiosk.js:71 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/login.js:129
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/login.js:129 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/management-report.js:55
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/management-report.js:55 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/manuals.js:259
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/manuals.js:259 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/naas.js:163
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/naas.js:163 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/parts.js:7
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/parts.js:7 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/passkey.js:21
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/passkey.js:21 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/production-report.js:49
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/production-report.js:49 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/production.js:563
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/production.js:563 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/qb-admin.js:272
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/qb-admin.js:272 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/qb-lists.js:24
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/qb-lists.js:24 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/records.js:60
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/records.js:60 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/sales.js:1239
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/sales.js:1239 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/seed.js:9
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/seed.js:9 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/settings.js:3
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/settings.js:3 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/setup.js:10
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/setup.js:10 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/staff-schedule.js:153
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/staff-schedule.js:153 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/tasks.js:138
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/tasks.js:138 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/timeclock-kiosk.js:332
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/timeclock-kiosk.js:332 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/timeclock.js:1578
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/timeclock.js:1578 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/troubleshoot.js:71
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/troubleshoot.js:71 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/users.js:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/users.js:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in api/wip.js:355
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
api/wip.js:355 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/diagnostics.html:93
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/diagnostics.html:93 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/admin.js:22
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/admin.js:22 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/ai.js:93
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/ai.js:93 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/alerts.js:74
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/alerts.js:74 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/audit.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/audit.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/auth.js:150
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/auth.js:150 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/bids.js:74
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/bids.js:74 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/contracts.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/contracts.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/dashboard.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/dashboard.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/fish-schedule.js:144
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/fish-schedule.js:144 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/flavor.js:58
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/flavor.js:58 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/grants.js:52
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/grants.js:52 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/haccp.js:127
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/haccp.js:127 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/injector.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/injector.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/management-report.js:146
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/management-report.js:146 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/naas.js:186
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/naas.js:186 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/parts.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/parts.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/production-report.js:150
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/production-report.js:150 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/production.js:83
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/production.js:83 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/qb-picker.js:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/qb-picker.js:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/qb-sync.js:60
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/qb-sync.js:60 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/sales.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/sales.js:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/staff-schedule.js:135
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/staff-schedule.js:135 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/timeclock.js:159
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/timeclock.js:159 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/todo.js:213
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/todo.js:213 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/trimmer.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/trimmer.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/utils.js:431
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/utils.js:431 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/wip.js:84
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/wip.js:84 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/js/yield.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/js/yield.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/kiosk.html:327
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/kiosk.html:327 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/timeclock.html:417
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/timeclock.html:417 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in public/js/ai.js:178
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
public/js/ai.js:178 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in public/js/bids.js:120
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
public/js/bids.js:120 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in public/js/haccp.js:2110
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
public/js/haccp.js:2110 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in public/js/management-report.js:509
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
public/js/management-report.js:509 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in public/js/timeclock.js:3490
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
public/js/timeclock.js:3490 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in public/js/wip.js:410
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
public/js/wip.js:410 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in public/js/auth.js:14
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
public/js/auth.js:14 Local storage auth token
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 253 placeholder/mock markers across 29 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 587 in use
Port 587 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
api/grants.js Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 73 source file(s) (ratio 0.00). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 22 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 3 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/upload-artifact@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 3 locations
.github/workflows/preflight.yml:31, 34 (2 hits)
.github/workflows/backup-neon.yml:71
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — public/js/grants.js:374
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 — public/js/haccp.js:349
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 — public/js/management-report.js:327
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 — public/js/naas.js:1543
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 — public/js/production-report.js:696
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 — public/js/qb-sync.js:811
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 — public/js/sales.js:732
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 — public/js/timeclock.js:787
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 — public/js/todo.js:1176
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 — public/js/wip.js:373
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 — public/js/yield.js:125
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 public/js/bids.js:2157
Found a known-risky pattern (document_write). Review and replace if possible.
public/js/bids.js:2157 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in public/js/fish-schedule.js:2743
Found a known-risky pattern (document_write). Review and replace if possible.
public/js/fish-schedule.js:2743 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in public/js/print.js:8
Found a known-risky pattern (document_write). Review and replace if possible.
public/js/print.js:8 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in public/js/timeclock.js:1865
Found a known-risky pattern (document_write). Review and replace if possible.
public/js/timeclock.js:1865 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in public/js/trimmer.js:458
Found a known-risky pattern (document_write). Review and replace if possible.
public/js/trimmer.js:458 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 `deductionLegacy` in api/fish-schedule.js:1385
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 `freezer_old` in api/haccp.js:281
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 — api/_naas_forms.js:29
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 — public/js/naas.js:1462
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 — public/js/parts.js:573
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 — public/js/production.js:999
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 — public/js/qb-sync.js:898
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: api/bids.js (1678 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/fish-schedule.js (1572 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/grants.js (3947 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/haccp.js (2610 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/naas.js (1492 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/parts.js (933 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/production.js (1370 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/qb-admin.js (2181 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/qb-soap.js (2208 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/records.js (1017 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/sales.js (3345 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/tasks.js (1599 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: api/timeclock.js (4919 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/admin.js (959 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/bids.js (2586 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/fish-schedule.js (3838 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/flavor.js (1253 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/grants.js (2686 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/haccp.js (2839 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/naas.js (1602 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/production-report.js (1259 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/production.js (1081 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/qb-sync.js (1093 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/sales.js (3108 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/staff-schedule.js (1333 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/timeclock.js (4487 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/todo.js (3370 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/js/trimmer.js (1720 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/de023c60-261c-4d00-8139-8d99cb2779a0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/de023c60-261c-4d00-8139-8d99cb2779a0/

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.