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.
10 of your 33 findings came from Repobility's proprietary detections. ✓ Repobility tags below mark them.

Scan timing: clone 2.45s · analysis 7.36s · 2.7 MB · GitHub API rate-limit (preflight)

01msmr/doday

https://github.com/01msmr/doday · scanned 2026-06-16 03:37 UTC (2 months ago) · 10 languages

67 raw signals (29 security + 38 graph) 54th percentile · Typescript · small (2-20K LoC) System graph score 63 (higher by 15)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months ago · v1 · 63 actionable findings from 2 signal sources. 4 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 100.0 0.15 15.00
security_score 93.0 0.25 23.25
testing_score 85.0 0.20 17.00
documentation_score 46.7 0.15 7.00
practices_score 52.0 0.15 7.80
code_quality 80.0 0.10 8.00
Overall 1.00 78.1
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

Top 10 actions, ranked by impact × ease. Severity drives impact; tag-based fix-clarity drives ease.

#1
Dangling fetch: GET /api/v1/${route} (src/services/api.ts:20)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#2
Dangling fetch: PUT /api/v1/${route} (src/services/api.ts:32)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#3
Dangling fetch: POST /api/v1/${route} (src/services/api.ts:66)
GapSeverity.HIGH Layer.API score 0.338
Why: high severity · contract mismatch FE↔BE
Fix: Confirm the FE call URL matches a backend endpoint; update one side.
#4
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#5
Insecure pattern 'direct_innerhtml_assignment' in src/ui/dayView.ts:652
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
src/ui/dayView.ts:652
#6
Dockerfile runs as root: Dockerfile
GapSeverity.MEDIUM Layer.HARDWARE score 0.225
Why: medium severity
#7
No CI/CD pipelines detected
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
#8
Critical user flow still appears backed by mock or placeholder data
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity
#9
`fetch()` without try/.catch or AbortSignal — server/caldav.ts:53
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in server/caldav.ts:53, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#10
`fetch()` without try/.catch or AbortSignal — server/webdav.ts:2
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in server/webdav.ts:2, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.

Click "Find this gap" on any action above to jump to it on the Findings tab. Adjust the chip bar to filter by impact (severity), layer, or source.

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/b3574ed3-0ebd-4eba-b326-5c5cd09c709b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/b3574ed3-0ebd-4eba-b326-5c5cd09c709b/

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.