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

Scan timing: clone 3.09s · analysis 7.24s · 5.6 MB · GitHub preflight 476ms

The-AI-Alliance/cube-standard

https://github.com/The-AI-Alliance/cube-standard · scanned 2026-06-05 18:25 UTC (4 days, 19 hours ago) · 10 languages

333 raw signals (167 security + 166 graph) 59th percentile · Python · medium (20-100K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 4 days, 19 hours ago · v2 · 155 actionable findings from 2 signal sources. 69 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 85.0 0.15 12.75
security_score 48.2 0.25 12.05
testing_score 87.0 0.20 17.40
documentation_score 81.0 0.15 12.15
practices_score 70.0 0.15 10.50
code_quality 34.5 0.10 3.45
Overall 1.00 68.3
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 `_dispatch` without auth dependency — src/cube/server.py:314
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 src/cube/server.py:314.
src/cube/server.py:314
#2
FastAPI POST `_dispatch` without auth dependency — src/cube/server.py:405
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 src/cube/server.py:405.
src/cube/server.py:405
#3
Privileged port 12 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in .github/workflows/claude-md-audit.yml is a real port, change the binding to ≥1024 or run behind a proxy.
.github/workflows/claude-md-audit.yml
#4
Privileged port 15 in use
GapSeverity.MEDIUM Layer.NETWORK score 0.338
Why: medium severity · misconfigured network surface
Fix: If the number in .github/workflows/claude-md-audit.yml is a real port, change the binding to ≥1024 or run behind a proxy.
.github/workflows/claude-md-audit.yml
#5
Insecure pattern 'subprocess_shell_true' in cube-resources/cube-infra-toolkit/src/cube_infra_toolkit/_exec_relay_server.py:94
GapSeverity.MEDIUM Layer.SECURITY score 0.248
Why: medium severity · OWASP-class risk
cube-resources/cube-infra-toolkit/src/cube_infra_toolkit/_exec_relay_server.py:94
#6
GitHub Action is tag-pinned rather than SHA-pinned
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/collect_metrics.yaml:41
#7
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/claude-md-audit.yml
#8
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/release.yml
#9
Network/subprocess call without timeout or try/except — scripts/release.py:105
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in scripts/release.py:105 to prevent hung calls.
#10
Network/subprocess call without timeout or try/except — cube-resources/cube-infra-azure/src/cube_infra_azure/azure.py:938
GapSeverity.MEDIUM Layer.QUALITY score 0.225
Why: medium severity · crashes are likely without this
Fix: Add a `timeout=N` argument and wrap in `try/except` in cube-resources/cube-infra-azure/src/cube_infra_azure/azure.py:938 to prevent hung calls.

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/427d983d-a5bc-43ee-bedb-c5b68d62f339/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/427d983d-a5bc-43ee-bedb-c5b68d62f339/

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.