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.

rkghrud-dev/webocrv2lacal

https://github.com/rkghrud-dev/webocrv2lacal · scanned 2026-06-15 23:52 UTC (2 months, 3 weeks ago)

246 raw signals (0 security + 246 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 3 weeks ago · v1 · 226 actionable findings from 1 signal source. 20 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
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
Flask mutation route `upload_excel` without `@login_required` — ProductManager/app.py:81
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in ProductManager/app.py:81.
ProductManager/app.py:81
#2
Flask mutation route `api_preview` without `@login_required` — ProductManager/app.py:143
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in ProductManager/app.py:143.
ProductManager/app.py:143
#3
Flask mutation route `api_download` without `@login_required` — ProductManager/app.py:187
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in ProductManager/app.py:187.
ProductManager/app.py:187
#4
Flask mutation route `api_history_result_upload` without `@login_required` — ProductManager/app.py:268
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in ProductManager/app.py:268.
ProductManager/app.py:268
#5
Flask mutation route `api_result_upload_update` without `@login_required` — ProductManager/app.py:334
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in ProductManager/app.py:334.
ProductManager/app.py:334
#6
Flask mutation route `api_cancel_listing` without `@login_required` — ProductManager/app.py:375
GapSeverity.HIGH Layer.SECURITY score 0.525
Why: high severity · OWASP-class risk
Fix: Add `@login_required` decorator above the route function in ProductManager/app.py:375.
ProductManager/app.py:375
#7
Insecure pattern 'tls_verify_false' in webocrcludev2/scripts/cleanup_market_duplicates.py:82
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
webocrcludev2/scripts/cleanup_market_duplicates.py:82
#8
Insecure pattern 'tls_verify_false' in webocrcludev2/scripts/sync_coupang_1000_prices_to_naver.py:170
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
webocrcludev2/scripts/sync_coupang_1000_prices_to_naver.py:170
#9
Insecure pattern 'tls_verify_false' in webocrcludev2/scripts/apply_coupang_instant_discounts_500plus.py:60
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
webocrcludev2/scripts/apply_coupang_instant_discounts_500plus.py:60
#10
Insecure pattern 'exec_used' in backend/main_claude_haiku45.py:49
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
backend/main_claude_haiku45.py:49

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/df630e2e-a652-447c-ac4d-b026df4e17e0/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/df630e2e-a652-447c-ac4d-b026df4e17e0/

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.