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.

twobirds-kramerica/digital-confidence

https://github.com/twobirds-kramerica/digital-confidence · scanned 2026-06-16 00:44 UTC (2 months, 1 week ago)

153 raw signals (0 security + 153 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 110 actionable findings from 1 signal source. 43 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 52.2/100 with 88.9% coverage. It contains 1557 nodes across 6 cross-layer flows, written primarily in mixed languages. Engine surfaced 153 findings — concentrated in security (75), cicd (46), quality (22). Risk profile is high: 0 critical, 2 high, 86 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

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

high System graph security security conf 1.00 Insecure pattern 'eval_used' in js/confirm-dialogs.js:170
Found a known-risky pattern (eval_used). Review and replace if possible.
js/confirm-dialogs.js:170 Eval used
high System graph security security conf 1.00 Insecure pattern 'new_function_used' in js/axe.min.js:12
Found a known-risky pattern (new_function_used). Review and replace if possible.
js/axe.min.js:12 New function used
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — js/content-freshness.js:118
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/email-capture.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 — js/feedback-github.js:693
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/module-enhancements.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 — js/module-quiz.js:42
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/sponsor-card.js:44
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 authority lacks a verifier contract: .claude/settings.local.json
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/settings.local.json VerificationClaude instruction
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, lockfile. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph cicd CI/CD security conf 1.00 4 occurrences GitHub Action is tag-pinned rather than SHA-pinned
peter-evans/create-issue-from-file@v5 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/link-checker.yml:26, 57 (2 hits)
.github/workflows/deploy-check.yml:85
.github/workflows/monthly-report.yml:71
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 3 occurrences 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.
3 files, 3 locations
.github/workflows/update-dcc-news.yml
.github/workflows/update-sitemap.yml
.github/workflows/visual-regression.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _b2b/outreach-dashboard.html:157
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_b2b/outreach-dashboard.html:157 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _grants/grant-tracker.html:333
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_grants/grant-tracker.html:333 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _social/social-dashboard.html:204
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_social/social-dashboard.html:204 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _visual-pipeline/preview.html:197
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_visual-pipeline/preview.html:197 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in admin.html:268
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
admin.html:268 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in admin/feedback-review.html:199
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
admin/feedback-review.html:199 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in admin/performance.html:384
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
admin/performance.html:384 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in admin/search-analytics.html:114
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
admin/search-analytics.html:114 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in admin/user-journey-dashboard.html:423
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
admin/user-journey-dashboard.html:423 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in backlog-dashboard.html:744
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
backlog-dashboard.html:744 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in beta/feedback-tracking.html:337
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
beta/feedback-tracking.html:337 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in exercises/email-sorting.html:495
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
exercises/email-sorting.html:495 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in ia-interview-prep.html:714
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
ia-interview-prep.html:714 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in index.html:756
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
index.html:756 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/accessibility.js:213
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/accessibility.js:213 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/analytics-consent.js:110
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/analytics-consent.js:110 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/app.js:209
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/app.js:209 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/axe.min.js:12
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/axe.min.js:12 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/celebrations.js:112
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/celebrations.js:112 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/city-resources.js:155
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/city-resources.js:155 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/dcc-news-feed.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/dcc-news-feed.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/email-capture.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/email-capture.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/exercise-engine.js:262
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/exercise-engine.js:262 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/feedback-github.js:139
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/feedback-github.js:139 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/final-quiz.js:889
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/final-quiz.js:889 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/focus-mode.js:79
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/focus-mode.js:79 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/glossary-enhancements.js:57
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/glossary-enhancements.js:57 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/glossary.js:152
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/glossary.js:152 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/homepage-freshness.js:102
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/homepage-freshness.js:102 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/homepage-personalise.js:168
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/homepage-personalise.js:168 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/homepage-v2.js:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/homepage-v2.js:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/lang-toggle.js:216
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/lang-toggle.js:216 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/location-prompt.js:51
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/location-prompt.js:51 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/location.js:66
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/location.js:66 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/measurement.js:36
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/measurement.js:36 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/module-complete.js:130
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/module-complete.js:130 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/module-ecosystem.js:69
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/module-ecosystem.js:69 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/module-enhancements.js:60
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/module-enhancements.js:60 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/module-grid.js:127
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/module-grid.js:127 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/module-interact.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/module-interact.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/module-nav.js:113
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/module-nav.js:113 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/module-quiz.js:68
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/module-quiz.js:68 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/newsletter.js:27
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/newsletter.js:27 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/offline-banner.js:48
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/offline-banner.js:48 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/onboarding.js:206
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/onboarding.js:206 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/panic-button.js:24
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/panic-button.js:24 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/qa-audit.js:74
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/qa-audit.js:74 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/quiz-check.js:115
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/quiz-check.js:115 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/quiz-enhancements.js:39
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/quiz-enhancements.js:39 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/read-aloud.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/read-aloud.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/scam-quiz.js:135
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/scam-quiz.js:135 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/search.js:317
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/search.js:317 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/setup-wizard.js:135
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/setup-wizard.js:135 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/speech-config.js:165
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/speech-config.js:165 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/sponsor-card.js:117
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/sponsor-card.js:117 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/video-player.js:60
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/video-player.js:60 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/welcome-splash.js:24
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/welcome-splash.js:24 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in js/youtube-intercept.js:72
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
js/youtube-intercept.js:72 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in p3-prototype.html:720
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
p3-prototype.html:720 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in sales-materials/ROI-calculator.html:281
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
sales-materials/ROI-calculator.html:281 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in tools/backup-viewer.html:386
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
tools/backup-viewer.html:386 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v2/index.html:189
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v2/index.html:189 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in v2/js/wizard.js:114
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
v2/js/wizard.js:114 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in js/feedback-github.js:281
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
js/feedback-github.js:281 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in js/panic-button.js:110
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
js/panic-button.js:110 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in js/quiz-enhancements.js:199
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
js/quiz-enhancements.js:199 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in js/settings.js:218
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
js/settings.js:218 Insert adjacent html
medium System graph security security conf 1.00 Insecure pattern 'node_child_process' in .github/workflows/weekly-summary.yml:25
Found a known-risky pattern (node_child_process). Review and replace if possible.
.github/workflows/weekly-summary.yml:25 Node child process
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 147 placeholder/mock markers across 27 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
5 test file(s) for 97 source file(s) (ratio 0.05). Consider adding integration or unit tests for critical paths.
Coverage
low System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, lockfile. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 86 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 39 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/github-script@v7 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 29 locations
.github/workflows/axe-core.yml:34, 37, 159 (3 hits)
.github/workflows/build-health-report.yml:18, 45, 72 (3 hits)
.github/workflows/playwright.yml:44, 47, 95 (3 hits)
.github/workflows/prompt-queue-monitor.yml:18, 34, 49 (3 hits)
.github/workflows/visual-regression.yml:59, 64, 135 (3 hits)
.github/workflows/broken-external-link-check.yml:18, 71 (2 hits)
.github/workflows/content-freshness.yml:17, 20 (2 hits)
.github/workflows/human-sprint-reminder.yml:14, 36 (2 hits)
CI/CD securitySupply chainGithub actions
low System graph security security conf 1.00 Insecure pattern 'document_write' in js/module-complete.js:99
Found a known-risky pattern (document_write). Review and replace if possible.
js/module-complete.js:99 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in js/module-interact.js:102
Found a known-risky pattern (document_write). Review and replace if possible.
js/module-interact.js:102 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in lang/fr/print-centre.html:599
Found a known-risky pattern (document_write). Review and replace if possible.
lang/fr/print-centre.html:599 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in print-centre.html:968
Found a known-risky pattern (document_write). Review and replace if possible.
print-centre.html:968 Document write
low System graph security security conf 1.00 Insecure pattern 'document_write' in v2/js/certificate.js:262
Found a known-risky pattern (document_write). Review and replace if possible.
v2/js/certificate.js:262 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 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 — _audit/gen_schema_audit.js:171
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 — _build/phase3-accordion.js:97
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 — _build/phase4-module-interact.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 — _build/phase4-tips.js:362
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 — _build/phase6-scam-dives.js:299
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 — _build/phase7-newsletter.js:23
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 — _build/phase8-accessibility-link.js:21
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/axe.min.js:12
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/feedback-github.js:666
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 — test-links.js:57
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: generate_answers.py (1131 lines)
Files with >800 lines often hide complexity hotspots and discourage tests.
low System graph quality Complexity conf 1.00 Very large file: js/final-quiz.js (1296 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/1862ee08-9e62-4171-a1ae-78c0cf363433/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1862ee08-9e62-4171-a1ae-78c0cf363433/

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.