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.

stewartdavidp-ship-it/mast-tenant-template

https://github.com/stewartdavidp-ship-it/mast-tenant-template · scanned 2026-06-16 00:22 UTC (2 months, 2 weeks ago)

493 raw signals (0 security + 493 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 488 actionable findings from 1 signal source. 5 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 40.4/100 with 77.8% coverage. It contains 7264 nodes across 2 cross-layer flows, written primarily in mixed languages. Engine surfaced 493 findings — concentrated in quality (220), security (196), frontend (68). Risk profile is high: 1 critical, 0 high, 253 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 388 of 488 actionable findings. 493 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 scripts/register-tenant.sh
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scripts/register-tenant.sh:26
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/modules/audit-v2.js:304
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 — app/modules/blog-v2.js:627
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 — app/modules/campaigns-v2.js:62
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 — app/modules/channels-v2.js:534
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 — app/modules/channels.js:2380
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 — app/modules/commissions-v2.js:376
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 — app/modules/consignments-v2.js:356
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 — app/modules/contacts.js:770
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 — app/modules/coupons-v2.js:380
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 — app/modules/cs-members-v2.js:492
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 — app/modules/cs-reviews-v2.js:392
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 — app/modules/cs-support-v2.js:292
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 — app/modules/customers-v2.js:479
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 — app/modules/email-log-v2.js:324
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 — app/modules/email-log.js:251
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 — app/modules/enrollments-v2.js:393
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 — app/modules/finance-expenses-v2.js:445
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 — app/modules/galleries-v2.js:542
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 — app/modules/gift-cards-v2.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 — app/modules/inquiries-v2.js:291
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — app/modules/jobs-v2.js:761
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 — app/modules/lookbooks-v2.js:50
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 — app/modules/lots-v2.js:170
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 — app/modules/loyalty-v2.js:341
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 — app/modules/mapping-v2.js:189
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 — app/modules/membership-v2.js:423
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 — app/modules/newsletter-v2.js:844
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 — app/modules/orders.js:2834
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 — app/modules/procurement-v2.js:702
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 — app/modules/production.js:2449
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 — app/modules/promotions-v2.js:330
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 — app/modules/sessions-v2.js:404
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 — app/modules/social-v2.js:303
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 — app/modules/stories-v2.js:511
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 — app/modules/team-v2.js:589
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 — app/modules/trips-v2.js:339
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 — checkout.js:3039
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 — events/events.js:12
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 — feedback-widget.js:318
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/backfill-customer-portfolio-quadrant.js:60
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/backfill-day-close-v1.js:72
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/backfill-gallery-entities.js:57
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/backfill-gallery-fk.js:56
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/backfill-mode-set.js:124
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/backfill-qbo-customer-vendor-bridge.js:49
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/backfill-qbo-item-bridge.js:57
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — scripts/backfill-wholesale-account-fk.js:51
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/bootstrap-qbo-realm-index.js:49
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/migrate-coin-ratio.js:32
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/sync-workflows.js:48
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 — shared/mastdb.js:1441
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 — show/show.js:86
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — storefront-nav.js:361
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 — storefront-tenant.js:187
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 — storefront-theme.js:344
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 — tenant-brand.js:46
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent instructions exist but release-hardening basics are missing
AI-coder instruction files were found, but the repo is missing license, operator-readme. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 2 occurrences GitHub Action is tag-pinned rather than SHA-pinned
google-github-actions/auth@v2 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
lines 80, 86
.github/workflows/deploy.yml:80, 86 (2 hits)
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/deploy.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in about.html:520
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
about.html:520 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/accounting.js:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/accounting.js:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/advisor.js:157
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/advisor.js:157 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/analytics-v2.js:160
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/analytics-v2.js:160 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/audit-feedback.js:398
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/audit-feedback.js:398 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/audit-v2.js:265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/audit-v2.js:265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/audit.js:465
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/audit.js:465 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/auditlog-v2.js:194
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/auditlog-v2.js:194 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/blog-v2.js:379
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/blog-v2.js:379 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/blog.js:212
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/blog.js:212 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/book.js:218
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/book.js:218 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/brand-v2.js:121
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/brand-v2.js:121 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/brand.js:92
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/brand.js:92 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/calendar-v2.js:78
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/calendar-v2.js:78 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/campaigns-v2.js:148
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/campaigns-v2.js:148 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/campaigns.js:68
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/campaigns.js:68 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/cart.js:45
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/cart.js:45 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/channels-v2.js:403
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/channels-v2.js:403 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/channels.js:250
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/channels.js:250 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/classes-v2.js:643
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/classes-v2.js:643 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/commission-terms-v2.js:168
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/commission-terms-v2.js:168 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/commission-terms.js:87
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/commission-terms.js:87 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/commissions-v2.js:347
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/commissions-v2.js:347 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/composer-v2.js:215
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/composer-v2.js:215 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/composer.js:78
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/composer.js:78 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/consignment.js:320
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/consignment.js:320 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/consignments-v2.js:331
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/consignments-v2.js:331 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/contacts-v2.js:345
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/contacts-v2.js:345 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/contacts.js:331
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/contacts.js:331 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/coupons-v2.js:354
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/coupons-v2.js:354 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/cs-faqs-v2.js:266
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/cs-faqs-v2.js:266 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/cs-members-v2.js:425
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/cs-members-v2.js:425 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/cs-reviews-v2.js:326
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/cs-reviews-v2.js:326 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/cs-support-v2.js:271
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/cs-support-v2.js:271 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/cs-surveys-v2.js:473
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/cs-surveys-v2.js:473 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/customer-portfolio-v2.js:52
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/customer-portfolio-v2.js:52 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/customer-service.js:172
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/customer-service.js:172 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/customers-v2.js:310
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/customers-v2.js:310 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/customers.js:232
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/customers.js:232 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/duplicates-v2.js:74
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/duplicates-v2.js:74 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/email-log-v2.js:297
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/email-log-v2.js:297 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/email-log.js:291
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/email-log.js:291 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/employees-v2.js:496
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/employees-v2.js:496 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/engagement-inbox-v2.js:270
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/engagement-inbox-v2.js:270 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/engagement-inbox.js:176
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/engagement-inbox.js:176 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/enrollments-v2.js:367
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/enrollments-v2.js:367 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/events.js:424
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/events.js:424 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/finance-close-v2.js:73
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/finance-close-v2.js:73 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/finance-expenses-v2.js:306
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/finance-expenses-v2.js:306 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/finance-openitems-v2.js:309
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/finance-openitems-v2.js:309 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/finance-reports-v2.js:127
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/finance-reports-v2.js:127 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/finance-statements-v2.js:85
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/finance-statements-v2.js:85 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/finance.js:511
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/finance.js:511 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/fulfillment-v2.js:178
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/fulfillment-v2.js:178 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/fulfillment.js:142
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/fulfillment.js:142 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/galleries-v2.js:453
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/galleries-v2.js:453 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/gift-cards-v2.js:191
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/gift-cards-v2.js:191 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/homepage-v2.js:249
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/homepage-v2.js:249 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/homepage.js:252
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/homepage.js:252 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/inquiries-v2.js:265
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/inquiries-v2.js:265 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/instructors-v2.js:333
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/instructors-v2.js:333 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/jobs-v2.js:592
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/jobs-v2.js:592 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/lookbooks-v2.js:109
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/lookbooks-v2.js:109 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/lookbooks.js:140
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/lookbooks.js:140 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/lots-v2.js:143
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/lots-v2.js:143 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/loyalty-v2.js:315
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/loyalty-v2.js:315 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/maker.js:1735
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/maker.js:1735 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/mapping-v2.js:238
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/mapping-v2.js:238 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/mapping.js:771
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/mapping.js:771 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/marketing-calendar-v2.js:154
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/marketing-calendar-v2.js:154 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/marketing-calendar.js:149
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/marketing-calendar.js:149 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/materials-v2.js:278
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/materials-v2.js:278 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/membership-v2.js:358
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/membership-v2.js:358 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/newsletter-v2.js:330
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/newsletter-v2.js:330 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/newsletter.js:94
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/newsletter.js:94 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/orders-v2.js:269
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/orders-v2.js:269 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/orders.js:412
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/orders.js:412 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/passes-v2.js:389
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/passes-v2.js:389 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/pos-v2.js:139
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/pos-v2.js:139 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/procurement-v2.js:431
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/procurement-v2.js:431 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/procurement.js:206
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/procurement.js:206 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/production.js:132
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/production.js:132 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/products-v2.js:287
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/products-v2.js:287 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/promotions-v2.js:306
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/promotions-v2.js:306 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/promotions.js:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/promotions.js:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/receipts-v2.js:216
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/receipts-v2.js:216 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/resources-v2.js:285
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/resources-v2.js:285 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/rma-v2.js:194
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/rma-v2.js:194 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/sales-events-v2.js:152
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/sales-events-v2.js:152 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/sales.js:216
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/sales.js:216 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/sessions-v2.js:374
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/sessions-v2.js:374 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/show-light.js:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/show-light.js:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/shows.js:110
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/shows.js:110 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/social-v2.js:262
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/social-v2.js:262 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/social.js:83
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/social.js:83 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/stories-v2.js:307
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/stories-v2.js:307 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/students-config-v2.js:523
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/students-config-v2.js:523 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/students-v2.js:323
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/students-v2.js:323 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/students.js:167
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/students.js:167 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/studio-v2.js:352
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/studio-v2.js:352 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/studio.js:42
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/studio.js:42 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/subscription-v2.js:253
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/subscription-v2.js:253 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/team-v2.js:120
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/team-v2.js:120 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/team.js:202
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/team.js:202 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/terms-v2.js:223
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/terms-v2.js:223 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/trips-v2.js:270
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/trips-v2.js:270 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/trips.js:199
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/trips.js:199 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/vendors-v2.js:452
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/vendors-v2.js:452 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/wallet-v2.js:186
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/wallet-v2.js:186 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/website.js:335
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/website.js:335 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/wholesale-v2.js:629
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/wholesale-v2.js:629 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/wholesale.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/wholesale.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in app/modules/workflows/workflow-engine.js:823
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
app/modules/workflows/workflow-engine.js:823 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in apply/index.html:211
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
apply/index.html:211 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in blog/index.html:563
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
blog/index.html:563 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in blog/post.html:284
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
blog/post.html:284 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in cancel-booking.html:290
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
cancel-booking.html:290 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in cart.js:584
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
cart.js:584 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in checkout.js:418
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
checkout.js:418 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in claim-coupon.html:385
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
claim-coupon.html:385 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in class-detail.html:494
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
class-detail.html:494 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in classes.html:456
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
classes.html:456 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in commission.html:633
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
commission.html:633 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in customer-statement.html:204
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
customer-statement.html:204 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/ux-audit/guided-record-mock.html:207
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/ux-audit/guided-record-mock.html:207 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/ux-audit/products-v2-mock.html:275
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/ux-audit/products-v2-mock.html:275 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in events/events.js:360
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
events/events.js:360 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in feedback-widget.js:186
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
feedback-widget.js:186 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in gift-cards.html:376
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
gift-cards.html:376 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:1849
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:1849 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in manage-seats.html:299
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
manage-seats.html:299 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in membership.html:283
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
membership.html:283 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in my-classes.html:533
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
my-classes.html:533 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in my-passes.html:253
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
my-passes.html:253 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in my-wallet.html:254
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
my-wallet.html:254 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in newsletter/unsubscribe.html:155
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
newsletter/unsubscribe.html:155 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in orders.html:1219
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
orders.html:1219 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in policies.html:353
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
policies.html:353 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in pos/index.html:575
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
pos/index.html:575 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in product.html:1123
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
product.html:1123 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in redeem-gift-card.html:371
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
redeem-gift-card.html:371 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in return-shipped.html:228
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
return-shipped.html:228 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scan/index.html:364
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scan/index.html:364 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in schedule.html:510
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
schedule.html:510 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in schema-org.js:327
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
schema-org.js:327 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scripts/scaffold-v2-module.mjs:137
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scripts/scaffold-v2-module.mjs:137 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in share-widget.js:57
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
share-widget.js:57 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in shared/mast-entity.js:443
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
shared/mast-entity.js:443 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in shared/mast-ui.js:55
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
shared/mast-ui.js:55 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in shop.html:688
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
shop.html:688 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in show/show.js:197
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
show/show.js:197 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in storefront-nav.js:214
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
storefront-nav.js:214 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in storefront-tenant.js:165
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
storefront-tenant.js:165 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in storefront-theme.js:311
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
storefront-theme.js:311 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in studio/index.html:495
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
studio/index.html:495 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in survey.html:372
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
survey.html:372 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in tenant-brand.js:299
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
tenant-brand.js:299 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in terms.html:185
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
terms.html:185 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in waiver.html:134
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
waiver.html:134 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in wholesale.html:526
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
wholesale.html:526 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in app/modules/book.js:1879
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
app/modules/book.js:1879 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in app/modules/products-v2.js:360
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
app/modules/products-v2.js:360 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in orders.html:1754
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
orders.html:1754 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in app/modules/book.js:3610
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
app/modules/book.js:3610 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in app/modules/consignment.js:1529
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
app/modules/consignment.js:1529 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in app/modules/lookbooks-v2.js:535
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
app/modules/lookbooks-v2.js:535 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in app/modules/lookbooks.js:504
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
app/modules/lookbooks.js:504 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in app/modules/maker.js:2566
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
app/modules/maker.js:2566 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in app/modules/shows.js:1016
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
app/modules/shows.js:1016 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in app/modules/students.js:1330
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
app/modules/students.js:1330 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in pos/index.html:560
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
pos/index.html:560 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in product.html:2060
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
product.html:2060 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in shared/mast-ui.js:528
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
shared/mast-ui.js:528 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/backfill-customer-portfolio-quadrant.js:40
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/backfill-customer-portfolio-quadrant.js:40 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/backfill-day-close-v1.js:43
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/backfill-day-close-v1.js:43 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/backfill-gallery-entities.js:40
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/backfill-gallery-entities.js:40 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/backfill-gallery-fk.js:38
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/backfill-gallery-fk.js:38 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/backfill-mode-set.js:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/backfill-mode-set.js:25 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/backfill-qbo-customer-vendor-bridge.js:32
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/backfill-qbo-customer-vendor-bridge.js:32 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/backfill-qbo-item-bridge.js:40
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/backfill-qbo-item-bridge.js:40 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/backfill-wholesale-account-fk.js:33
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/backfill-wholesale-account-fk.js:33 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/bootstrap-qbo-realm-index.js:32
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/bootstrap-qbo-realm-index.js:32 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/fix-snapval.js:128
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/fix-snapval.js:128 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/lint-cache-bust.js:37
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/lint-cache-bust.js:37 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/migrate-coin-ratio.js:20
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/migrate-coin-ratio.js:20 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/migrate-refs.js:399
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/migrate-refs.js:399 Node child process
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/.audit-sgtest15-classes.py:5
`subprocess.check_output(...)` 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/.scrub-sgtest15-classes.py:9
`subprocess.check_output(...)` 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 — studio/train-model.py:131
`urllib.request.urlretrieve(...)` 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 772 placeholder/mock markers across 104 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 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.
app/modules/fulfillment.js Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
16 test file(s) for 183 source file(s) (ratio 0.09). 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, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 262 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 5 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
2 files, 5 locations
.github/workflows/deploy.yml:59, 66, 73 (3 hits)
.github/workflows/lint.yml:47, 53 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — app/modules/blog.js:558
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 — app/modules/customers.js:919
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 — app/modules/finance.js:1427
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 — app/modules/lookbooks.js:441
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 — app/modules/maker.js:1710
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 — app/modules/newsletter.js:962
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 — app/modules/production.js:687
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 — app/modules/sales.js:1531
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 — app/modules/show-light.js:772
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 — app/modules/shows.js:943
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 — app/modules/stories-v2.js:320
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 — app/modules/team.js:1356
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 — app/modules/trips.js:1567
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 — app/modules/website.js:2866
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 — cart.js:1287
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 app/modules/blog-v2.js:968
Found a known-risky pattern (document_write). Review and replace if possible.
app/modules/blog-v2.js:968 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in app/modules/consignment.js:939
Found a known-risky pattern (document_write). Review and replace if possible.
app/modules/consignment.js:939 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in app/modules/newsletter-v2.js:737
Found a known-risky pattern (document_write). Review and replace if possible.
app/modules/newsletter-v2.js:737 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in app/modules/newsletter.js:1633
Found a known-risky pattern (document_write). Review and replace if possible.
app/modules/newsletter.js:1633 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in app/modules/procurement-v2.js:513
Found a known-risky pattern (document_write). Review and replace if possible.
app/modules/procurement-v2.js:513 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in app/modules/production.js:2398
Found a known-risky pattern (document_write). Review and replace if possible.
app/modules/production.js:2398 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in app/modules/sales.js:2607
Found a known-risky pattern (document_write). Review and replace if possible.
app/modules/sales.js:2607 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in app/modules/trips.js:1259
Found a known-risky pattern (document_write). Review and replace if possible.
app/modules/trips.js:1259 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in schedule.html:331
Found a known-risky pattern (document_write). Review and replace if possible.
schedule.html:331 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 `_dcLegacy` in app/modules/finance.js:2213
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 `derivePhaseFromLegacy` in app/modules/procurement-v2.js:450
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 `derivePhaseFromLegacy` in app/modules/workflows/commissions.workflow.js:6
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `derivePhaseFromLegacy` in app/modules/workflows/jobs.workflow.js: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 `derivePhaseFromLegacy` in app/modules/workflows/pickship.workflow.js:328
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 `derivePhaseFromLegacy` in app/modules/workflows/procurement.workflow.js:78
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 `derivePhaseFromLegacy` in app/modules/workflows/products.workflow.js:138
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 `derivePhaseFromLegacy` in app/modules/workflows/return.workflow.js:106
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 `derivePhaseFromLegacy` in app/modules/workflows/workflow-engine.js:53
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 `derivePhaseFromLegacy` in app/modules/workflows/workflow-template.workflow.js:14
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 `unknownLegacy` in scripts/backfill-day-close-v1.js:250
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 `viewingOld` in app/modules/finance-close-v2.js:183
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 React Flow edge with `label=` but no project-wide edge-label CSS override — app/modules/book.js:210
React Flow edge labels render with a white rectangle behind the text by default, which scatters bright boxes across a dark canvas. Either drop the label, or override `.react-flow__edge-textbg` and `.react-flow__edge-text` in your stylesheet. Why: P-H in CHECKLIST.md — vendor edge labels bleed whit…
Fq edge label no bg
low System graph quality Provenance conf 1.00 Shallow git history limits provenance confidence
The repository is a shallow clone. Origin/evolution analysis cannot distinguish fresh generation, imported legacy code, or long-lived human code with high confidence.
Git historyGenerated repo pattern
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — app/modules/accounting.js:60
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 — app/modules/book.js:4011
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 — app/modules/customers.js:2456
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 — app/modules/maker.js:3417
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 388. 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/8b701db6-7138-4be2-904c-264f6613e021/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/8b701db6-7138-4be2-904c-264f6613e021/

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.