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

Scan timing: clone 4.47s · analysis 68.28s · 3.9 MB · GitHub preflight 447ms

RAG-Anything

https://github.com/HKUDS/RAG-Anything.git · scanned 2026-06-03 04:02 UTC (2 days, 13 hours ago) · 10 languages

535 findings (165 legacy + 370 scanner) 64th percentile · Python · medium (20-100K LoC) Scanner says 90 (lower by 20)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 days, 13 hours ago · v6 · 228 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 53.4 0.25 13.35
testing_score 87.0 0.20 17.40
documentation_score 83.0 0.15 12.45
practices_score 74.0 0.15 11.10
code_quality 45.0 0.10 4.50
Overall 1.00 70.0
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
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#2
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/pypi-publish.yml:50
#3
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/pypi-publish.yml
#4
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/linting.yaml:33
#5
Network/subprocess call without timeout or try/except — raganything/parser.py:267
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 raganything/parser.py:267 to prevent hung calls.
#6
Possibly dead Python function: link_replacer
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in raganything/parser.py:596; if framework-registered, add a docstring.
raganything/parser.py:596
#7
Possibly dead Python function: enqueue_output
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in raganything/parser.py:831; if framework-registered, add a docstring.
raganything/parser.py:831
#8
Possibly dead Python function: replace_image_path
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in raganything/query.py:618; if framework-registered, add a docstring.
raganything/query.py:618
#9
Possibly dead Python function: query_with_multimodal
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in raganything/query.py:844; if framework-registered, add a docstring.
raganything/query.py:844
#10
Possibly dead Python function: process_folder_complete
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in raganything/batch.py:34; if framework-registered, add a docstring.
raganything/batch.py:34

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/507e544d-338a-43d7-8a53-56003e3386c2/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/507e544d-338a-43d7-8a53-56003e3386c2/

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.