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.79s · analysis 0.4s · 0.1 MB · GitHub preflight 419ms

smartqa-api/smartqa-api

https://github.com/smartqa-api/smartqa-api.git · scanned 2026-05-28 05:37 UTC (1 week, 1 day ago) · 10 languages

118 findings (50 legacy + 68 scanner) 25th percentile · Python · tiny (<2K LoC) Scanner says 65 (lower by 16)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 1 day ago · v2 · 84 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 80.0 0.15 12.00
security_score 75.4 0.25 18.85
testing_score 0.0 0.20 0.00
documentation_score 22.0 0.15 3.30
practices_score 52.0 0.15 7.80
code_quality 78.0 0.10 7.80
Overall 1.00 49.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 `wechat_login` without auth dependency — app/api/auth.py:20
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 app/api/auth.py:20.
app/api/auth.py:20
#2
FastAPI POST `dev_login` without auth dependency — app/api/auth.py:81
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 app/api/auth.py:81.
app/api/auth.py:81
#3
FastAPI POST `chat_send` without auth dependency — app/api/chat.py:27
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 app/api/chat.py:27.
app/api/chat.py:27
#4
FastAPI POST `chat_send_sync` without auth dependency — app/api/chat.py:79
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 app/api/chat.py:79.
app/api/chat.py:79
#5
Dockerfile runs as root: Dockerfile
GapSeverity.MEDIUM Layer.HARDWARE score 0.225
Why: medium severity
#6
No CI/CD pipelines detected
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
#7
Very low test-to-source ratio
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity
#8
Possibly dead Python function: parse_pdf
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in app/services/doc_parser.py:13; if framework-registered, add a docstring.
app/services/doc_parser.py:13
#9
Possibly dead Python function: parse_docx
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in app/services/doc_parser.py:27; if framework-registered, add a docstring.
app/services/doc_parser.py:27
#10
Possibly dead Python function: parse_txt
GapSeverity.LOW Layer.SOFTWARE score 0.140
Why: low severity · clean removal is a safe PR
Fix: If genuinely unused, remove the function in app/services/doc_parser.py:39; if framework-registered, add a docstring.
app/services/doc_parser.py:39

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/c0c32f91-de68-4edd-b837-1420c0881687/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/c0c32f91-de68-4edd-b837-1420c0881687/

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.