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

youngbryan97/aura

https://github.com/youngbryan97/aura · scanned 2026-06-05 20:23 UTC (4 days, 13 hours ago) · 10 languages

1104 raw signals (160 security + 944 graph) 11/13 scanners ran 55th percentile · Python · medium (20-100K LoC) System graph score 60 (higher by 7)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 13 hours ago · v2 · 504 actionable findings from 2 signal sources. 128 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 100.0 0.25 25.00
testing_score 23.0 0.20 4.60
documentation_score 74.0 0.15 11.10
practices_score 76.0 0.15 11.40
code_quality 59.0 0.10 5.90
Overall 1.00 67.0
security_score may be inflated — optional security scanners were skipped on this fast scan
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_checkpoint` without auth dependency — interface/server.py:806
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 interface/server.py:806.
interface/server.py:806
#2
FastAPI POST `restore_checkpoint` without auth dependency — interface/server.py:824
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 interface/server.py:824.
interface/server.py:824
#3
FastAPI POST `api_terminal_send` without auth dependency — interface/routes/subsystems.py:150
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 interface/routes/subsystems.py:150.
interface/routes/subsystems.py:150
#4
FastAPI POST `api_security_snapshot` without auth dependency — interface/routes/subsystems.py:204
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 interface/routes/subsystems.py:204.
interface/routes/subsystems.py:204
#5
FastAPI POST `api_consolidate_now` without auth dependency — interface/routes/subsystems.py:265
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 interface/routes/subsystems.py:265.
interface/routes/subsystems.py:265
#6
FastAPI POST `api_voice_chunk` without auth dependency — interface/routes/privacy.py:179
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 interface/routes/privacy.py:179.
interface/routes/privacy.py:179
#7
FastAPI POST `api_hot_reload` without auth dependency — interface/routes/system.py:1850
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 interface/routes/system.py:1850.
interface/routes/system.py:1850
#8
Insecure pattern 'eval_used' in scripts/build_launcher_icon.py:54
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
scripts/build_launcher_icon.py:54
#9
Insecure pattern 'eval_used' in scripts/generate_steering_vectors.py:257
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
scripts/generate_steering_vectors.py:257
#10
Insecure pattern 'eval_used' in core/sovereign/platform_root.py:109
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
core/sovereign/platform_root.py:109

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/1672b1f6-4f62-4dca-a44a-70b8f94b6dfd/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/1672b1f6-4f62-4dca-a44a-70b8f94b6dfd/

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.