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.

Tamaziaa/tamazia-website

https://github.com/Tamaziaa/tamazia-website · scanned 2026-06-16 00:29 UTC (2 months, 2 weeks ago)

144 raw signals (0 security + 144 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 140 actionable findings from 1 signal source. 4 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 50.8/100 with 88.9% coverage. It contains 1374 nodes across 1 cross-layer flows, written primarily in mixed languages. Engine surfaced 144 findings — concentrated in quality (64), security (60), frontend (12). Risk profile is low: 0 critical, 0 high, 45 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

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

medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — functions/_lib/neon-sync.js:58
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/admin/_github.js:7
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/admin/audits/rerun.js:10
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — functions/api/admin/inbox.js:11
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/admin/leads.js:13
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/admin/leads/pending.js:21
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/admin/outbox.js:8
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/admin/scrape/run.js:24
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — functions/api/audit.js:754
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/briefings.js:131
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/cal-webhook.js:226
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/contact.js:153
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/dsar.js:33
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/erase.js:27
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/indexnow.js:43
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/intent.js:276
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/portability.js:27
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/cf-set-commerce-env.mjs: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 — scripts/stripe-setup.mjs:37
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality 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 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
github/codeql-action/init@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
3 files, 4 locations
.github/workflows/codeql.yml:37, 43 (2 hits)
.github/workflows/state-digest.yml:58
.github/workflows/weekly-backup.yml:20
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/state-digest.yml CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/audit-request.js:13
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/audit-request.js:13 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/audit.js:1400
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/audit.js:1400 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/dsar.js:122
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/dsar.js:122 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/erase.js:197
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/erase.js:197 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/intent.js:70
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/intent.js:70 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/list-unsubscribe.js:130
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/list-unsubscribe.js:130 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/portability.js:88
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/portability.js:88 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in functions/api/stripe/checkout.js:20
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
functions/api/stripe/checkout.js:20 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 04-Preview-Builds/astro-v1/index.html:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
04-Preview-Builds/astro-v1/index.html:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in 04-Preview-Builds/tamazia-hero-preview.html:1338
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
04-Preview-Builds/tamazia-hero-preview.html:1338 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in admin-v2-src/boot.jsx:341
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
admin-v2-src/boot.jsx:341 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/admin/cockpit-v2/app.js:1
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/admin/cockpit-v2/app.js:1 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/admin/legacy/cockpit/app.js:72
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/admin/legacy/cockpit/app.js:72 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/audit/audit-app.js:813
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/audit/audit-app.js:813 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in public/portal/index.html:8
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
public/portal/index.html:8 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in public/audit/audit-app.js:300
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
public/audit/audit-app.js:300 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in _audit/tools/lighthouse-baseline.mjs:4
Found a known-risky pattern (node_child_process). Review and replace if possible.
_audit/tools/lighthouse-baseline.mjs:4 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 61 placeholder/mock markers across 14 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 2 in use
Port 2 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
references/pending-workflows/weekly-backup.yml Ports
medium System graph quality Tests conf 1.00 Very low test-to-source ratio
4 test file(s) for 145 source file(s) (ratio 0.03). 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 231 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 2 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, 2 locations
.github/workflows/codeql.yml:34
.github/workflows/visual-regression.yml:28
CI/CD securitySupply chainGithub actions
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/autofinal-_-3.json:5405
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/autofinal-_-3.json:5405 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/autofinal-_case-studies_cg-oncology_-1.json:3643
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/autofinal-_case-studies_cg-oncology_-1.json:3643 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/autofinal-_case-studies_cg-oncology_-2.json:3647
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/autofinal-_case-studies_cg-oncology_-2.json:3647 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/autofinal-_case-studies_cg-oncology_-3.json:3622
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/autofinal-_case-studies_cg-oncology_-3.json:3622 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/autofinal-_instrument_-1.json:4362
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/autofinal-_instrument_-1.json:4362 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/autofinal-_instrument_-2.json:4365
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/autofinal-_instrument_-2.json:4365 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/autofinal-_instrument_-3.json:4350
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/autofinal-_instrument_-3.json:4350 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/baseline-_-1.json:5646
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/baseline-_-1.json:5646 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/baseline-_-2.json:5553
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/baseline-_-2.json:5553 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/baseline-_-3.json:5653
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/baseline-_-3.json:5653 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/baseline-_case-studies_cg-oncology_-1.json:3732
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/baseline-_case-studies_cg-oncology_-1.json:3732 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/baseline-_case-studies_cg-oncology_-2.json:3780
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/baseline-_case-studies_cg-oncology_-2.json:3780 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/baseline-_case-studies_cg-oncology_-3.json:3744
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/baseline-_case-studies_cg-oncology_-3.json:3744 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/baseline-_instrument_-1.json:4038
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/baseline-_instrument_-1.json:4038 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/baseline-_instrument_-2.json:3970
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/baseline-_instrument_-2.json:3970 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/baseline-_instrument_-3.json:3970
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/baseline-_instrument_-3.json:3970 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/dedup-_case-studies_cg-oncology_-1.json:3628
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/dedup-_case-studies_cg-oncology_-1.json:3628 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/dedup-_case-studies_cg-oncology_-2.json:3618
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/dedup-_case-studies_cg-oncology_-2.json:3618 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/dedup-_case-studies_cg-oncology_-3.json:3636
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/dedup-_case-studies_cg-oncology_-3.json:3636 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/dedup-_instrument_-1.json:3937
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/dedup-_instrument_-1.json:3937 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/dedup-_instrument_-2.json:4350
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/dedup-_instrument_-2.json:4350 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/dedup-_instrument_-3.json:3933
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/dedup-_instrument_-3.json:3933 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/inline-_-1.json:5046
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/inline-_-1.json:5046 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/inline-_-2.json:5028
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/inline-_-2.json:5028 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/inline-_-3.json:5023
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/inline-_-3.json:5023 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/inline-_case-studies_cg-oncology_-1.json:3555
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/inline-_case-studies_cg-oncology_-1.json:3555 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/inline-_case-studies_cg-oncology_-2.json:3563
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/inline-_case-studies_cg-oncology_-2.json:3563 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/inline-_case-studies_cg-oncology_-3.json:3544
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/inline-_case-studies_cg-oncology_-3.json:3544 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/inline-_instrument_-1.json:3777
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/inline-_instrument_-1.json:3777 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/inline-_instrument_-2.json:3777
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/inline-_instrument_-2.json:3777 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/inline-_instrument_-3.json:3777
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/inline-_instrument_-3.json:3777 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post-_case-studies_cg-oncology_-1.json:3632
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post-_case-studies_cg-oncology_-1.json:3632 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post-_case-studies_cg-oncology_-2.json:3618
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post-_case-studies_cg-oncology_-2.json:3618 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post-_case-studies_cg-oncology_-3.json:3622
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post-_case-studies_cg-oncology_-3.json:3622 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post-_instrument_-1.json:4122
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post-_instrument_-1.json:4122 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post-_instrument_-2.json:4120
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post-_instrument_-2.json:4120 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post-_instrument_-3.json:4120
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post-_instrument_-3.json:4120 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post2-_case-studies_cg-oncology_-1.json:3643
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post2-_case-studies_cg-oncology_-1.json:3643 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post2-_case-studies_cg-oncology_-2.json:3626
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post2-_case-studies_cg-oncology_-2.json:3626 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post2-_case-studies_cg-oncology_-3.json:3622
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post2-_case-studies_cg-oncology_-3.json:3622 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post2-_instrument_-1.json:4122
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post2-_instrument_-1.json:4122 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post2-_instrument_-2.json:4104
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post2-_instrument_-2.json:4104 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in _audit/raw/lh/post2-_instrument_-3.json:4122
Found a known-risky pattern (document_write). Review and replace if possible.
_audit/raw/lh/post2-_instrument_-3.json:4122 Document write
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 — 00-Briefs/qa-runner/audit-merge.js:80
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — 00-Briefs/qa-runner/audit-once.js:36
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph frontend Frontend quality conf 1.00 Stray `console.log` in TS/JS — 00-Briefs/qa-runner/audit-perf.js:38
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 — 00-Briefs/qa-runner/audit-route.js:45
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 — 00-Briefs/qa-runner/audit-smoke.js:35
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 — 00-Briefs/qa-runner/audit.js:34
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/cal-webhook.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 — functions/api/csp-report.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 — patch-dist.js:46
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-og.js:173
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 — tests/visual/remodel-audit.spec.ts:168
Replace with the toast helper, an error boundary, or remove. `console.warn` / `console.error` are acceptable. Why: Hygiene — easy to leak debug output. Rule id: fq.console-leak
Fq console leak
low System graph quality Complexity conf 1.00 Very large file: functions/api/audit.js (2001 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: functions/audit/_adapter.js (1664 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: patch-dist.js (1678 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: public/audit/audit-app.js (1391 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/474afbf5-e821-4503-a66b-5443f18d40ec/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/474afbf5-e821-4503-a66b-5443f18d40ec/

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.