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

Scan timing: clone 1.7s · analysis 29.73s · 6.5 MB · GitHub API rate-limit (preflight)

grandamenium/cortextos

https://github.com/grandamenium/cortextos · scanned 2026-06-05 16:41 UTC (5 days ago) · 10 languages

552 raw signals (170 security + 382 graph) 12th percentile · Typescript · large (100-500K LoC) System graph score 86 (lower by 22)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days ago · v2 · 293 actionable findings from 2 signal sources. 68 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 85.0 0.15 12.75
security_score 0.2 0.25 0.05
testing_score 100.0 0.20 20.00
documentation_score 100.0 0.15 15.00
practices_score 75.0 0.15 11.25
code_quality 44.0 0.10 4.40
Overall 1.00 63.4
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
`dangerouslySetInnerHTML` used in a React component — dashboard/src/components/tasks/deliverable-preview.tsx:248
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
#2
`dangerouslySetInnerHTML` used in a React component — dashboard/src/app/api/media/[...filepath]/route.ts:172
GapSeverity.MEDIUM Layer.FRONTEND score 0.360
Why: medium severity
#3
Insecure pattern 'dangerous_innerhtml' in dashboard/src/components/tasks/deliverable-preview.tsx:248
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
dashboard/src/components/tasks/deliverable-preview.tsx:248
#4
Network/subprocess call without timeout or try/except — knowledge-base/scripts/mmrag.py:423
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in knowledge-base/scripts/mmrag.py:423 to prevent hung calls.
#5
`fetch()` without try/.catch or AbortSignal — dashboard/src/components/comms/channel-view.tsx:299
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in dashboard/src/components/comms/channel-view.tsx:299, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#6
`fetch()` without try/.catch or AbortSignal — dashboard/src/components/knowledge-base/kb-client.tsx:90
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in dashboard/src/components/knowledge-base/kb-client.tsx:90, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#7
`fetch()` without try/.catch or AbortSignal — dashboard/src/components/agents/goals-tab.tsx:39
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in dashboard/src/components/agents/goals-tab.tsx:39, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#8
`fetch()` without try/.catch or AbortSignal — dashboard/src/app/(dashboard)/comms/page.tsx:83
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in dashboard/src/app/(dashboard)/comms/page.tsx:83, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#9
`fetch()` without try/.catch or AbortSignal — dashboard/src/app/(dashboard)/tasks/page.tsx:59
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in dashboard/src/app/(dashboard)/tasks/page.tsx:59, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#10
`fetch()` without try/.catch or AbortSignal — dashboard/src/app/(dashboard)/approvals/page.tsx:45
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in dashboard/src/app/(dashboard)/approvals/page.tsx:45, 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/fe92d101-9133-494a-88fb-6b9c0f3458e0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/fe92d101-9133-494a-88fb-6b9c0f3458e0/

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.