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.

Sillybob123/catalystmagazine

https://github.com/Sillybob123/catalystmagazine · scanned 2026-06-16 00:13 UTC (2 months, 2 weeks ago)

274 raw signals (0 security + 274 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

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

Showing 203 of 274 actionable findings. 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 security conf 1.00 Insecure pattern 'private_key_in_repo' in functions/_utils/firebase.js:151
Found a known-risky pattern (private_key_in_repo). Review and replace if possible.
functions/_utils/firebase.js:151 Private key in repo
critical System graph security Secrets conf 1.00 Possible secret in js/firebase-config.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
js/firebase-config.js:10
critical System graph security Secrets conf 1.00 Possible secret in js/firebase-dual-config.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
js/firebase-dual-config.js:20
critical System graph security Secrets conf 1.00 Possible secret in q7x9m2k5p8wl4n6r1t3vb.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
q7x9m2k5p8wl4n6r1t3vb.html:546
critical System graph security Secrets conf 1.00 Possible secret in scheduler/auth.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scheduler/auth.js:4
critical System graph security Secrets conf 1.00 Possible secret in scheduler/dashboard.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scheduler/dashboard.js:7
critical System graph security Secrets conf 1.00 Possible secret in scheduler/social.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
scheduler/social.js:7
high System graph api Wiring conf 1.00 Dangling fetch: GET /css/article-premium.css (js/dashboard/final-review.js:282)
`js/dashboard/final-review.js:282` calls `GET /css/article-premium.css` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/css/article-premium.css` If this points at an external API, prefix it with `https://` so the mat…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /css/styles.css (js/dashboard/final-review.js:250)
`js/dashboard/final-review.js:250` calls `GET /css/styles.css` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/css/styles.css` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /posts/games/_template.html (js/main.js:2906)
`js/main.js:2906` calls `GET /posts/games/_template.html` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/posts/games/_template.html` If this points at an external API, prefix it with `https://` so the matcher skips …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.googleapis.com/books/v1/volumes?q=isbn:${encodeURIComponent(clean)}&country=US&maxResults=1 (js/dashboard/book-reviews-writer.js:727)
`js/dashboard/book-reviews-writer.js:727` calls `GET https://www.googleapis.com/books/v1/volumes?q=isbn:${encodeURIComponent(clean)}&country=US&maxResults=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.googleapis.com/books/v1/volumes?q=isbn:${encodeURIComponent(clean)}&country=US&maxResults=1 (js/main.js:1566)
`js/main.js:1566` calls `GET https://www.googleapis.com/books/v1/volumes?q=isbn:${encodeURIComponent(clean)}&country=US&maxResults=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.googleapis.com/books/v1…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://www.googleapis.com/books/v1/volumes?q=isbn:${encodeURIComponent(isbn)}&country=US&maxResults=1 (js/book-reviews.js:1537)
`js/book-reviews.js:1537` calls `GET https://www.googleapis.com/books/v1/volumes?q=isbn:${encodeURIComponent(isbn)}&country=US&maxResults=1` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/www.googleapis.com/b…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/analytics/visit (js/main.js:457)
`js/main.js:457` calls `POST /api/analytics/visit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/analytics/visit` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/book-reviews/decide (js/dashboard/book-reviews-admin.js:222)
`js/dashboard/book-reviews-admin.js:222` calls `POST /api/book-reviews/decide` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/book-reviews/decide` If this points at an external API, prefix it with `https://` so the …
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/book-reviews/submit (js/book-reviews.js:2099)
`js/book-reviews.js:2099` calls `POST /api/book-reviews/submit` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/book-reviews/submit` If this points at an external API, prefix it with `https://` so the matcher skips i…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/notify/event (scheduler/dashboardHelpers.js:23)
`scheduler/dashboardHelpers.js:23` calls `POST /api/notify/event` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/notify/event` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/publish (js/admin-publish-bridge.js:18)
`js/admin-publish-bridge.js:18` calls `POST /api/publish` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/publish` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/subscribe (js/newsletter-handler.js:74)
`js/newsletter-handler.js:74` calls `POST /api/subscribe` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/subscribe` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.cloudflare.com/client/v4/zones/${zoneId}/purge_cache (functions/_utils/seo-notify.js:66)
`functions/_utils/seo-notify.js:66` calls `POST https://api.cloudflare.com/client/v4/zones/${zoneId}/purge_cache` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.cloudflare.com/client/v4/zones/<p>/purge_ca…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.indexnow.org/IndexNow (functions/_utils/seo-notify.js:31)
`functions/_utils/seo-notify.js:31` calls `POST https://api.indexnow.org/IndexNow` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.indexnow.org/indexnow` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails (functions/_utils/resend.js:55)
`functions/_utils/resend.js:55` calls `POST https://api.resend.com/emails` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails` If this points at an external API, prefix it with `https://` so…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://api.resend.com/emails/batch (functions/_utils/resend.js:91)
`functions/_utils/resend.js:91` calls `POST https://api.resend.com/emails/batch` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.resend.com/emails/batch` If this points at an external API, prefix it with `…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://challenges.cloudflare.com/turnstile/v0/siteverify (functions/api/book-reviews/submit.js:312)
`functions/api/book-reviews/submit.js:312` calls `POST https://challenges.cloudflare.com/turnstile/v0/siteverify` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/challenges.cloudflare.com/turnstile/v0/siteveri…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://firestore.googleapis.com/v1/projects/${FIRESTORE_PROJECT}/databases/(default)/documents:runQuery (functions/_utils/article-meta.js:309)
`functions/_utils/article-meta.js:309` calls `POST https://firestore.googleapis.com/v1/projects/${FIRESTORE_PROJECT}/databases/(default)/documents:runQuery` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/fire…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://firestore.googleapis.com/v1/projects/${FIRESTORE_PROJECT}/databases/(default)/documents:runQuery (functions/_utils/article-meta.js:366)
`functions/_utils/article-meta.js:366` calls `POST https://firestore.googleapis.com/v1/projects/${FIRESTORE_PROJECT}/databases/(default)/documents:runQuery` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/fire…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://firestore.googleapis.com/v1/projects/${projectId}/databases/(default)/documents:runQuery (js/main.js:1467)
`js/main.js:1467` calls `POST https://firestore.googleapis.com/v1/projects/${projectId}/databases/(default)/documents:runQuery` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/firestore.googleapis.com/v1/proje…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (functions/_utils/firebase.js:174)
`functions/_utils/firebase.js:174` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, prefix it wit…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST https://oauth2.googleapis.com/token (scripts/migrate-subscribers.mjs:257)
`scripts/migrate-subscribers.mjs:257` calls `POST https://oauth2.googleapis.com/token` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/oauth2.googleapis.com/token` If this points at an external API, prefix it …
Dangling fetchFetch
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — founders-sms-worker/worker.js:38
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 — functions/_utils/article-meta.js:309
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 — functions/_utils/firebase.js:19
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 — functions/_utils/resend.js:55
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — functions/api/searchability/query.js:74
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 — functions/article/[slug].js:71
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 — functions/book-review/[slug].js:73
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 — js/articles-new.js:240
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/book-reviews.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 — js/dashboard/app.js:872
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 — js/dashboard/newsletter.js:626
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 — js/dashboard/planner.js:1373
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 — js/dashboard/writer.js:1213
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 — newsletter-cron-worker/worker.js:40
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 — scheduler-worker/worker.js:39
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 — scheduler/dashboardHelpers.js:23
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-subscribers.mjs:257
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-to-primary-db.mjs:39
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/seed-user-names.mjs:40
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, ci, tests. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, ci, tests. 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 functions/api/image-proxy.js:87
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/image-proxy.js:87 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in server.js:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
server.js:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in admin/users.html:431
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
admin/users.html:431 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in brain-teaser.html:697
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
brain-teaser.html:697 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in collaborate.html:1761
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
collaborate.html:1761 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in contact.html:418
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
contact.html:418 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/articles-new.js:359
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/articles-new.js:359 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/book-reviews.js:441
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/book-reviews.js:441 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/activity.js:44
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/activity.js:44 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/admin-import.js:95
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/admin-import.js:95 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/admin.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/admin.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/app.js:508
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/app.js:508 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/book-reviews-admin.js:26
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/book-reviews-admin.js:26 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/book-reviews-writer.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/book-reviews-writer.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/calendar-export.js:337
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/calendar-export.js:337 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/directory.js:43
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/directory.js:43 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/editor.js:29
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/editor.js:29 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/final-review.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/final-review.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/games.js:29
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/games.js:29 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/guidelines.js:414
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/guidelines.js:414 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/marketing.js:8
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/marketing.js:8 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/newsletter.js:9
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/newsletter.js:9 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/notifications.js:133
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/notifications.js:133 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/overview.js:19
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/overview.js:19 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/pipeline.js:134
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/pipeline.js:134 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/planner.js:218
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/planner.js:218 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/schedule-calendar.js:484
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/schedule-calendar.js:484 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/searchability.js:89
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/searchability.js:89 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/submissions.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/submissions.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/task-engine.js:561
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/task-engine.js:561 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/tasks-admin.js:40
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/tasks-admin.js:40 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/tasks.js:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/tasks.js:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/ui.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/ui.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dashboard/writer.js:46
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dashboard/writer.js:46 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/glossary.js:121
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/glossary.js:121 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/layout.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/layout.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/main.js:489
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/main.js:489 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/newsletter-handler.js:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/newsletter-handler.js:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/studio-editor.js:236
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/studio-editor.js:236 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/widgets/workflow-preview.js:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/widgets/workflow-preview.js:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article10.html:1532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article10.html:1532 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article11.html:1532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article11.html:1532 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article12.html:1532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article12.html:1532 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article13.html:1532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article13.html:1532 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article14.html:1497
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article14.html:1497 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article15.html:1497
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article15.html:1497 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article16.html:1497
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article16.html:1497 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article17.html:1497
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article17.html:1497 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article18.html:1496
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article18.html:1496 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article19.html:1496
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article19.html:1496 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article2.html:679
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article2.html:679 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article20.html:1497
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article20.html:1497 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article21.html:1485
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article21.html:1485 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article22.html:1497
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article22.html:1497 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article23.html:1496
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article23.html:1496 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article24.html:1497
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article24.html:1497 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article25.html:1496
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article25.html:1496 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article26.html:1532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article26.html:1532 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article27.html:1532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article27.html:1532 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article29.html:1532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article29.html:1532 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article3.html:679
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article3.html:679 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article30.html:1616
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article30.html:1616 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article31.html:1574
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article31.html:1574 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article32.html:2004
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article32.html:2004 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article33.html:1532
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article33.html:1532 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article4.html:677
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article4.html:677 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article5.html:677
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article5.html:677 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article6.html:677
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article6.html:677 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article7.html:678
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article7.html:678 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article8.html:652
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article8.html:652 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in posts/games/article9.html:677
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
posts/games/article9.html:677 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in q7x9m2k5p8wl4n6r1t3vb.html:594
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
q7x9m2k5p8wl4n6r1t3vb.html:594 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in raffle.html:1271
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
raffle.html:1271 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scheduler/dashboard.html:834
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scheduler/dashboard.html:834 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scheduler/dashboard.js:529
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scheduler/dashboard.js:529 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scheduler/dashboardHelpers.js:492
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scheduler/dashboardHelpers.js:492 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scheduler/deadlineFixes_APPLY.js:201
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scheduler/deadlineFixes_APPLY.js:201 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scheduler/debugConsole.js:10
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scheduler/debugConsole.js:10 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in scheduler/social.js:417
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
scheduler/social.js:417 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in unsubscribe.html:285
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
unsubscribe.html:285 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in js/dashboard/searchability.js:2074
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
js/dashboard/searchability.js:2074 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in js/dashboard/writer.js:2176
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
js/dashboard/writer.js:2176 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in js/dashboard/writer.js:1257
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
js/dashboard/writer.js:1257 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'domparser_html_parse' in js/main.js:2509
Found a known-risky pattern (domparser_html_parse). Review and replace if possible.
js/main.js:2509 Domparser html parse
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in js/articles-new.js:484
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
js/articles-new.js:484 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in js/book-reviews.js:1469
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
js/book-reviews.js:1469 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in js/dashboard/searchability.js:2076
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
js/dashboard/searchability.js:2076 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in scripts/extract-hero-frames.js:26
Found a known-risky pattern (node_child_process). Review and replace if possible.
scripts/extract-hero-frames.js:26 Node child process
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in tools/bundle-shim/bundle.js:3
Found a known-risky pattern (node_child_process). Review and replace if possible.
tools/bundle-shim/bundle.js:3 Node child process
medium System graph cicd CI/CD security conf 1.00 No CI/CD pipelines detected
No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints.
CI/CD securityCoverage
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 134 placeholder/mock markers across 25 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
0 test file(s) for 136 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 390 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 frontend Frontend quality conf 1.00 Icon-only button without accessible name — js/dashboard/marketing.js:2316
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 posts/games/article32.html:174
Found a known-risky pattern (document_write). Review and replace if possible.
posts/games/article32.html:174 Document write
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `index_backup` in scripts/extend-monument-frames.py:24
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 `index_backup` in scripts/extract-hero-frames.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 `newsletter__copy` in js/main.js:1805
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 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 — founders-sms-worker/worker.js:30
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 — functions/api/newsletter/preview.js:77
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — js/dashboard/marketing.js:618
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 — js/dashboard/newsletter.js:262
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 — js/layout.js:301
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 — js/main.js:9
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 — js/widgets/workflow-preview.js:32
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 — newsletter-cron-worker/worker.js:32
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 — publish-article.js:346
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 — scheduler-worker/worker.js:31
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scheduler/auth.js:65
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scheduler/dashboard.js:19
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scheduler/dashboardHelpers.js:32
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 — scheduler/deadlineFixes_APPLY.js:10
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 — scheduler/directFormFix.js:6
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 — scheduler/fixedSubscriptions.js:20
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scheduler/modalFixes_APPLY.js:7
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 — scheduler/projectState.js:22
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 — scheduler/proposalEditButtons.js:6
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 — scheduler/proposalEditFix.js:6
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 — scheduler/social.js:19
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scheduler/startupVerification.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scheduler/stateManager.js:17
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scheduler/titleEditFix.js:8
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/backfill-tags.js:156
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/build-cloudflare.js:119
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/extract-hero-frames.js:84
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/generate-lqip-manifest.js:128
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/import-json-to-firestore.js:158
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/seed-content-tracker.js:64
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — scripts/seed-phones.js:91
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 — server.js:148
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 api Wiring conf 1.00 Unused endpoint: GET /api/health
`server.js` declares `GET /api/health` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: GET /api/image-proxy
`server.js` declares `GET /api/image-proxy` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: OPTIONS /generate-article.php
`server.js` declares `OPTIONS /generate-article.php` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/delete-article
`server.js` declares `POST /api/delete-article` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /api/publish-article
`server.js` declares `POST /api/publish-article` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph api Wiring conf 1.00 Unused endpoint: POST /generate-article.php
`server.js` declares `POST /generate-article.php` but no frontend code we scanned calls it. This is fine if the endpoint serves external clients (mobile app, third-party, server-side webhooks). Otherwise it's dead code — consider removing or documenting who consumes it.
Unused endpoint
low System graph quality Complexity conf 1.00 Very large file: functions/_utils/reminder-emails.js (1804 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: functions/api/bot/run.js (1369 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/book-reviews.js (2177 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/dashboard/admin-import.js (1817 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/dashboard/admin.js (1792 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/dashboard/app.js (1346 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/dashboard/marketing.js (3945 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/dashboard/pipeline.js (1549 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/dashboard/planner.js (1568 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/dashboard/schedule-calendar.js (1151 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/dashboard/searchability.js (3003 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/dashboard/writer.js (3551 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/main.js (4444 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: scheduler/dashboard.js (7435 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/626bbc9c-fea1-4c98-a714-e7155867aa21/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/626bbc9c-fea1-4c98-a714-e7155867aa21/

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.