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.

lightseekorg/tokenspeed

https://github.com/lightseekorg/tokenspeed · scanned 2026-05-16 22:31 UTC (18 hours, 53 minutes ago) · 10 languages

746 findings (51 legacy + 695 scanner) 58th percentile · Python · large (100-500K LoC) Scanner says 70 (higher by 3)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 18 hours, 53 minutes ago · v1 · 746 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
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 `flush_cache` without auth dependency — python/tokenspeed/runtime/pd/mini_lb.py:433
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 python/tokenspeed/runtime/pd/mini_lb.py:433.
python/tokenspeed/runtime/pd/mini_lb.py:433
#2
FastAPI POST `handle_generate_request` without auth dependency — python/tokenspeed/runtime/pd/mini_lb.py:494
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 python/tokenspeed/runtime/pd/mini_lb.py:494.
python/tokenspeed/runtime/pd/mini_lb.py:494
#3
FastAPI POST `handle_chat_completion_request` without auth dependency — python/tokenspeed/runtime/pd/mini_lb.py:585
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 python/tokenspeed/runtime/pd/mini_lb.py:585.
python/tokenspeed/runtime/pd/mini_lb.py:585
#4
FastAPI POST `handle_completion_request` without auth dependency — python/tokenspeed/runtime/pd/mini_lb.py:590
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 python/tokenspeed/runtime/pd/mini_lb.py:590.
python/tokenspeed/runtime/pd/mini_lb.py:590
#5
Insecure pattern 'eval_used' in python/tokenspeed/runtime/model_loader/loader.py:397
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
python/tokenspeed/runtime/model_loader/loader.py:397
#6
Insecure pattern 'eval_used' in python/tokenspeed/runtime/models/extensible.py:150
GapSeverity.HIGH Layer.SECURITY score 0.413
Why: high severity · OWASP-class risk
python/tokenspeed/runtime/models/extensible.py:150
#7
GitHub Action tracks a moving branch
GapSeverity.HIGH Layer.CICD score 0.375
Why: high severity
.github/workflows/release-docker.yml:24
#8
No auth library detected
GapSeverity.MEDIUM Layer.SECURITY score 0.338
Why: medium severity
#9
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/release-tokenspeed-kernel.yml
#10
GitHub Actions workflow grants broad write permissions
GapSeverity.MEDIUM Layer.CICD score 0.225
Why: medium severity
.github/workflows/release-tokenspeed-scheduler.yml

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.

{# ── 2026-05-17 Round 14: AI-agent bridge footer ────────────────────── Discoverability: the /agents/voting/ guide + MCP manifest exist but aren't linked from anywhere users actually land. Small, opt-in footer. #}
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/36c59998-1773-42d3-8cb0-456402726f35/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/36c59998-1773-42d3-8cb0-456402726f35/

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.