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.

Scan timing: clone 2.91s · analysis 8.19s · 17.8 MB · GitHub API rate-limit (preflight)

jd-opensource/OxyGent

https://github.com/jd-opensource/OxyGent · scanned 2026-05-31 01:24 UTC (5 days, 12 hours ago) · 10 languages

707 findings (257 legacy + 450 scanner) 59th percentile · Python · medium (20-100K LoC) Scanner says 57 (higher by 6)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 5 days, 12 hours ago · v2 · 482 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 40.0 0.15 6.00
security_score 34.2 0.25 8.55
testing_score 93.0 0.20 18.60
documentation_score 100.0 0.15 15.00
practices_score 77.0 0.15 11.55
code_quality 30.6 0.10 3.06
Overall 1.00 62.8
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 `save_flowchart` without auth dependency — function_hubs/chart/flowchart_api.py:24
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 function_hubs/chart/flowchart_api.py:24.
function_hubs/chart/flowchart_api.py:24
#2
FastAPI POST `generate_flowchart` without auth dependency — function_hubs/chart/flowchart_api.py:49
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 function_hubs/chart/flowchart_api.py:49.
function_hubs/chart/flowchart_api.py:49
#3
FastAPI POST `user_profile_retrieve` without auth dependency — applications/bank_manager_by_api_router.py:9
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 applications/bank_manager_by_api_router.py:9.
applications/bank_manager_by_api_router.py:9
#4
FastAPI POST `user_profile_deposit` without auth dependency — applications/bank_manager_by_api_router.py:23
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 applications/bank_manager_by_api_router.py:23.
applications/bank_manager_by_api_router.py:23
#5
FastAPI POST `user_profile_retrieve` without auth dependency — applications/bank_manager_by_manual_api.py:14
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 applications/bank_manager_by_manual_api.py:14.
applications/bank_manager_by_manual_api.py:14
#6
FastAPI POST `user_profile_deposit` without auth dependency — applications/bank_manager_by_manual_api.py:30
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 applications/bank_manager_by_manual_api.py:30.
applications/bank_manager_by_manual_api.py:30
#7
FastAPI POST `user_profile_retrieve` without auth dependency — applications/bank_manager_by_bank_router.py:19
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 applications/bank_manager_by_bank_router.py:19.
applications/bank_manager_by_bank_router.py:19
#8
FastAPI POST `user_profile_deposit` without auth dependency — applications/bank_manager_by_bank_router.py:30
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 applications/bank_manager_by_bank_router.py:30.
applications/bank_manager_by_bank_router.py:30
#9
FastAPI POST `upload_kb_file` without auth dependency — applications/oxybank/app/api/endpoints/knowledge_file.py:185
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 applications/oxybank/app/api/endpoints/knowledge_file.py:185.
applications/oxybank/app/api/endpoints/knowledge_file.py:185
#10
FastAPI POST `ingest_kb_file` without auth dependency — applications/oxybank/app/api/endpoints/knowledge_file.py:345
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 applications/oxybank/app/api/endpoints/knowledge_file.py:345.
applications/oxybank/app/api/endpoints/knowledge_file.py:345

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/265b0750-c349-4696-b5c2-85ab2c95b0b9/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/265b0750-c349-4696-b5c2-85ab2c95b0b9/

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.