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 4.98s · analysis 3.83s · 5.4 MB · GitHub API rate-limit (preflight)

CERT-Polska/Artemis

https://github.com/CERT-Polska/Artemis · scanned 2026-05-31 01:25 UTC (1 week, 6 days ago) · 10 languages

449 raw signals (191 security + 258 graph) 43rd percentile · Python · medium (20-100K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 1 week, 6 days ago · v2 · last Δ +0.1 (diff) · 201 actionable findings from 2 signal sources. 119 repeated signals grouped for readability. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Score breakdown â 2026-05-18-v5
Component Sub-score Weight Contribution
structure_score 60.0 0.15 9.00
security_score 22.3 0.25 5.58
testing_score 90.0 0.20 18.00
documentation_score 71.6 0.15 10.74
practices_score 71.0 0.15 10.65
code_quality 56.8 0.10 5.68
Overall 1.00 59.6
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 `post_login` without auth dependency — artemis/frontend.py:119
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 artemis/frontend.py:119.
artemis/frontend.py:119
#2
FastAPI POST `post_logout` without auth dependency — artemis/frontend.py:139
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 artemis/frontend.py:139.
artemis/frontend.py:139
#3
FastAPI POST `post_add` without auth dependency — artemis/frontend.py:186
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 artemis/frontend.py:186.
artemis/frontend.py:186
#4
FastAPI POST `post_export_delete` without auth dependency — artemis/frontend.py:332
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 artemis/frontend.py:332.
artemis/frontend.py:332
#5
FastAPI POST `post_export` without auth dependency — artemis/frontend.py:363
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 artemis/frontend.py:363.
artemis/frontend.py:363
#6
FastAPI POST `post_remove_finished_analyses` without auth dependency — artemis/frontend.py:383
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 artemis/frontend.py:383.
artemis/frontend.py:383
#7
FastAPI POST `post_remove_pending_tasks` without auth dependency — artemis/frontend.py:399
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 artemis/frontend.py:399.
artemis/frontend.py:399
#8
FastAPI POST `post_restart_crashed_tasks` without auth dependency — artemis/frontend.py:451
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 artemis/frontend.py:451.
artemis/frontend.py:451
#9
FastAPI POST `post_build_html_message` without auth dependency — artemis/reporting/api.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 artemis/reporting/api.py:20.
artemis/reporting/api.py:20
#10
Insecure pattern 'tls_verify_false' in artemis/http_requests.py:113
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
artemis/http_requests.py:113

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/3044c1af-bc64-4b76-bf2a-9139fd78645f/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/3044c1af-bc64-4b76-bf2a-9139fd78645f/

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.