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.

cjrichardson3r-cmyk/bview

https://github.com/cjrichardson3r-cmyk/bview.git · scanned 2026-05-26 23:11 UTC (2 weeks, 3 days ago) · 10 languages

895 raw signals (199 security + 696 graph) 11/13 scanners ran 90th percentile · Python · medium (20-100K LoC) System graph score 50 (higher by 33)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 weeks, 3 days ago · v2 · 297 actionable findings from 2 signal sources. 227 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 60.0 0.15 9.00
security_score 100.0 0.25 25.00
testing_score 100.0 0.20 20.00
documentation_score 86.0 0.15 12.90
practices_score 74.0 0.15 11.10
code_quality 58.0 0.10 5.80
Overall 1.00 83.8
security_score may be inflated — optional security scanners were skipped on this fast scan
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
FastAPI POST `dev_reset` without auth dependency — archive/v1/src/app.py:312
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in archive/v1/src/app.py:312.
archive/v1/src/app.py:312
#2
FastAPI POST `dev_reset` without auth dependency — archive/v1/src/api/main.py:405
GapSeverity.HIGH Layer.SECURITY score 0.537
Why: high severity · OWASP-class risk
Fix: Add `user = Depends(get_current_user)` to the function signature in archive/v1/src/api/main.py:405.
archive/v1/src/api/main.py:405
#3
Insecure pattern 'eval_used' in archive/v1/src/services/pose_service.py:131
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
archive/v1/src/services/pose_service.py:131
#4
Insecure pattern 'eval_used' in scripts/train-count.py:252
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
scripts/train-count.py:252
#5
Insecure pattern 'eval_used' in scripts/export-onnx.py:94
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
scripts/export-onnx.py:94
#6
Insecure pattern 'exec_used' in dashboard/src/components/nv-console.ts:119
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
dashboard/src/components/nv-console.ts:119
#7
Dangling fetch: GET /api/v1/status (ui/services/sensing.service.js:294)
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.
#8
Dangling fetch: DELETE /api/states/${encodeURIComponent(target.entity_id)} (frontend/src/pages/Dashboard.ts:158)
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.
#9
Dangling fetch: POST /api/states/${encodeURIComponent(entity_id)} (frontend/src/pages/Dashboard.ts:179)
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.
#10
Dangling fetch: GET /api/config (frontend/src/pages/Settings.ts:118)
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.

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/3957ea6c-5e4a-4151-af59-ece5d5153057/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/3957ea6c-5e4a-4151-af59-ece5d5153057/

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.