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

Scan timing: clone 3.06s · analysis 1.47s · 28.3 MB · GitHub preflight 409ms

claude-context

https://github.com/zilliztech/claude-context.git · scanned 2026-05-23 03:15 UTC (1 week, 6 days ago) · 10 languages

196 findings (63 legacy + 133 scanner) 11/13 scanners ran 75th percentile · Typescript · small (2-20K LoC) Scanner says 87 (lower by 8)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 6 days ago · v2 · 130 findings from 2 sources. Findings combine the legacy security pipeline AND the multi-layer engine (atlas, wiring, flows, ranked) AND verified AI agent contributions.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 75.0 0.15 11.25
security_score 100.0 0.25 25.00
testing_score 51.0 0.20 10.20
documentation_score 92.0 0.15 13.80
practices_score 84.0 0.15 12.60
code_quality 62.0 0.10 6.20
Overall 1.00 79.0
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
Blocking `time.sleep(...)` inside `async def async_build_index` — evaluation/retrieval/custom.py:276
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in evaluation/retrieval/custom.py:276 to prevent hung calls.
evaluation/retrieval/custom.py:276
#2
Blocking `time.sleep(...)` inside `async def async_build_index` — evaluation/retrieval/custom.py:278
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in evaluation/retrieval/custom.py:278 to prevent hung calls.
evaluation/retrieval/custom.py:278
#3
Blocking `time.sleep(...)` inside `async def async_build_index` — evaluation/retrieval/custom.py:286
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in evaluation/retrieval/custom.py:286 to prevent hung calls.
evaluation/retrieval/custom.py:286
#4
Blocking `time.sleep(...)` inside `async def async_search` — evaluation/retrieval/custom.py:316
GapSeverity.HIGH Layer.QUALITY score 0.394
Why: high severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in evaluation/retrieval/custom.py:316 to prevent hung calls.
evaluation/retrieval/custom.py:316
#5
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#6
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/ci.yml:23
#7
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/release.yml:18
#8
Network/subprocess call without timeout or try/except — evaluation/servers/grep_server.py:172
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 evaluation/servers/grep_server.py:172 to prevent hung calls.
#9
`fetch()` without try/.catch or AbortSignal — packages/chrome-extension/src/background.ts:49
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Wrap the `fetch(...)` in `try { ... } catch` in packages/chrome-extension/src/background.ts:49, OR pass `{ signal: AbortSignal.timeout(N) }` so the call cancels deterministically.
#10
Network/subprocess call without timeout or try/except — python/ts_executor.py:65
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 python/ts_executor.py:65 to prevent hung calls.

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/cbb5eee9-ffe7-42d1-9777-2906446514a2/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/cbb5eee9-ffe7-42d1-9777-2906446514a2/

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.