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.

thuffard/wilton-cert

https://github.com/thuffard/wilton-cert · scanned 2026-06-16 00:35 UTC (2 months, 2 weeks ago)

80 raw signals (0 security + 80 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v1 · 79 actionable findings from 1 signal source. 1 repeated signal 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 56.7/100 with 55.6% coverage. It contains 862 nodes across 0 cross-layer flows, written primarily in mixed languages. Engine surfaced 80 findings — concentrated in security (54), quality (20), frontend (6). Risk profile is high: 9 critical, 0 high, 53 medium. Recommended next step: open the security layer findings first — that's where the highest-impact wins live.

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

critical System graph security Secrets conf 1.00 Possible secret in assets/carousel.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
assets/carousel.js:50
critical System graph security Secrets conf 1.00 Possible secret in assets/confirm-all-signups.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
assets/confirm-all-signups.js:8
critical System graph security Secrets conf 1.00 Possible secret in assets/firebase-config.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
assets/firebase-config.js:21
critical System graph security Secrets conf 1.00 Possible secret in assets/footer.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
assets/footer.js:64
critical System graph security Secrets conf 1.00 2 occurrences Possible secret in assets/import-members.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
lines 10, 25
assets/import-members.js:10, 25 (2 hits)
critical System graph security Secrets conf 1.00 Possible secret in assets/joincert-public.js
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
assets/joincert-public.js:189
critical System graph security Secrets conf 1.00 Possible secret in assets/members.js
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
assets/members.js:111
critical System graph security Secrets conf 1.00 Possible secret in unplanned_deployments_public.html
Detected pattern matching generic_api_key. Rotate the credential and move to a secret manager.
unplanned_deployments_public.html:163
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — assets/rewards-admin.js:458
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.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.json VerificationClaude instruction
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, tests, operator-readme. Treat this as a contract gap: the agent is guided, but the generated output is not yet guarded by the controls that make it repeatable.
Repo hardeningGenerated repo pattern
medium System graph quality Tests conf 1.00 CI is configured but no tests are detected
A CI pipeline exists, but the scan found no test files to gate. Opus labeled this generated-code pattern as config theater: release machinery exists, but it has little behavioral signal.
CI/CDConfig theaterRepo hardening
medium System graph quality Production readiness conf 1.00 Composite production-readiness gap
Multiple low-cost hardening controls are missing together: license, tests, operator-readme. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation.
Repo hardeningGenerated repo pattern
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in _archive/hours-planned-admin.js:118
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
_archive/hours-planned-admin.js:118 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in admin_pages.html:168
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
admin_pages.html:168 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/admin-seed.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/admin-seed.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/admin-sync-officers.js:18
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/admin-sync-officers.js:18 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/blog-admin.js:145
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/blog-admin.js:145 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/blog-members.js:90
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/blog-members.js:90 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/blog-post.js:52
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/blog-post.js:52 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/carousel.js:124
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/carousel.js:124 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/confirm-all-signups.js:38
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/confirm-all-signups.js:38 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/current-activity-members.js:112
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/current-activity-members.js:112 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/drivers-members.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/drivers-members.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/footer.js:37
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/footer.js:37 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/hours-members.js:86
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/hours-members.js:86 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/hours-training-admin.js:106
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/hours-training-admin.js:106 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/hours-unplanned-admin.js:141
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/hours-unplanned-admin.js:141 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/import-members.js:143
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/import-members.js:143 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/intake-modal-loader.js:8
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/intake-modal-loader.js:8 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/interested-future-members.js:144
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/interested-future-members.js:144 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/inventory-admin.js:62
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/inventory-admin.js:62 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/languages-members.js:23
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/languages-members.js:23 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/leadership-bylaws-members.js:13
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/leadership-bylaws-members.js:13 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/leadership-public.js:11
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/leadership-public.js:11 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/logins-admin.js:68
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/logins-admin.js:68 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/members.js:342
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/members.js:342 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/migrate-planned-activation.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/migrate-planned-activation.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/nav.js:67
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/nav.js:67 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/oath-sync-admin.js:149
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/oath-sync-admin.js:149 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/officer-descriptions-resource.js:27
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/officer-descriptions-resource.js:27 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/planned-deployments-admin.js:128
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/planned-deployments-admin.js:128 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/planned-deployments-members.js:77
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/planned-deployments-members.js:77 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/rewards-admin.js:99
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/rewards-admin.js:99 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/roster-admin.js:117
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/roster-admin.js:117 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/roster-hours-shared.js:96
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/roster-hours-shared.js:96 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/tag-input.js:96
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/tag-input.js:96 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/theme-admin.js:304
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/theme-admin.js:304 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/training-admin.js:49
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/training-admin.js:49 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/training-members.js:92
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/training-members.js:92 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/unplanned-deployments-members.js:75
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/unplanned-deployments-members.js:75 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/utils.js:82
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/utils.js:82 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in assets/utv-members.js:31
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
assets/utv-members.js:31 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in unplanned_deployments_public.html:233
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
unplanned_deployments_public.html:233 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in assets/access-wall.js:4
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
assets/access-wall.js:4 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_outerhtml_assignment' in assets/planned-deployments-admin.js:1548
Found a known-risky pattern (direct_outerhtml_assignment). Review and replace if possible.
assets/planned-deployments-admin.js:1548 Direct outerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'insert_adjacent_html' in assets/planned-deployments-admin.js:641
Found a known-risky pattern (insert_adjacent_html). Review and replace if possible.
assets/planned-deployments-admin.js:641 Insert adjacent html
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 50 placeholder/mock markers across 13 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 53 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 74 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 — assets/blog-admin.js:543
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — assets/blog-members.js:298
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — assets/hours-unplanned-admin.js:146
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph frontend Frontend quality conf 1.00 Icon-only button without accessible name — assets/planned-deployments-admin.js:919
A `<button>` whose only child is a single glyph or symbol needs `title=` or `aria-label=` so screen readers (and tooltips on hover) work. Why: P3 in CHECKLIST.md — icon-only buttons skipped a title. Rule id: fq.button.no-label
Fq button no label
low System graph security security conf 1.00 Insecure pattern 'document_write' in assets/members.js:1148
Found a known-risky pattern (document_write). Review and replace if possible.
assets/members.js:1148 Document write
low System graph quality License conf 1.00 No license file detected
No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake.
Repo hardeningGenerated repo pattern
low System graph quality Docs conf 1.00 No README detected
No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off.
ReadmeRepo hardeningGenerated repo pattern
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `firestore_v1` in sync_dert_certifications.py:18
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 — sync-theme.js:102
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: assets/planned-deployments-admin.js (2953 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/6bff0da3-6ab7-48a9-8f11-c91aacd73a8d/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/6bff0da3-6ab7-48a9-8f11-c91aacd73a8d/

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.