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.

sgl-project/sglang

https://github.com/sgl-project/sglang · scanned 2026-06-16 00:11 UTC (2 months, 2 weeks ago) · 10 languages

3566 raw signals (206 security + 3360 graph) 0th percentile · Python · huge (>500K LoC)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 2 weeks ago · v2 · last Δ -7.8 (diff) · 1417 actionable findings from 2 signal sources. 1068 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-17-v4 calibration-aware
Component Sub-score Weight Contribution
structure_score 40.0 0.15 6.00
security_score 22.9 0.25 5.72
testing_score 100.0 0.20 20.00
documentation_score 66.0 0.15 9.90
practices_score 65.0 0.15 9.75
code_quality 46.9 0.10 4.69
Overall 1.00 56.1
Calibrated penalty buckets (security_score): agent: 3.2 · authz: 1.2 · docker: 50.6 · threat: 45.4 · journey: 2.5
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all
Corpus Intelligence Cross-corpus context (cohort percentile, top patterns, fix plan) is shown only on repositories you own. Sign up and connect your repo to view it.
Scan summary Repository scanned at 47.3/100 with 100.0% coverage. It contains 56039 nodes across 30 cross-layer flows, written primarily in mixed languages. Engine surfaced 1837 findings — concentrated in quality (1177), cicd (447), security (119). Risk profile is high: 2 critical, 117 high, 214 medium. Recommended next step: open the quality layer findings first — that's where the highest-impact wins live.

Showing 916 of 1417 actionable findings. 2485 raw detector signals were grouped into reader-sized issues. Click TP / FP to vote on a finding's accuracy — votes adjust the confidence weighting and improve detection across the platform.

critical Security checks cicd CI/CD security conf 0.98 Compose service runs privileged
Privileged containers receive broad host kernel capabilities and can bypass container isolation.
docker/compose.yaml:1 CI/CD securitycontainers
critical Security checks cicd CI/CD security conf 0.86 Foundry mined claimed resolved with failing ci: sgl-project/sglang
Graph query export: Claimed resolved with failing CI Query id: claimed_resolved_with_failing_ci Query type: motif_query Intent: Hard negatives where CI/failure evidence contradicts a resolution claim. Motif: claimed_resolved_with_failing_ci Training usage: hard_negative Graph gold label: contradict…
CI/CD securityCI/CD
critical Security checks quality Practices conf 0.82 12 occurrences Foundry mined mock as real or placeholder: sgl-project/sglang
Graph query export: Mock, sample, placeholder, or self-attested behavior treated as real Query id: mock_as_real_or_placeholder Query type: motif_query Intent: Hard negatives for fake completeness and missing real data paths. Motif: mock_as_real_or_placeholder Training usage: hard_negative Graph gol…
12 occurrences
repo-level (12 hits)
critical Security checks security auth conf 0.78 9 occurrences Foundry mined security auth guardrail gaps: sgl-project/sglang
Graph query export: Security/auth changes without enough guardrails Query id: security_auth_guardrail_gaps Query type: motif_query Intent: Assumption-check security/auth examples requiring stronger tests or CI. Motif: security_auth_without_guardrails Training usage: assumption_check Graph gold labe…
9 occurrences
repo-level (9 hits)
critical System graph security Secrets conf 1.00 Possible secret in python/sglang/srt/mem_cache/storage/aibrix_kvcache/README.md
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
python/sglang/srt/mem_cache/storage/aibrix_kvcache/README.md:27
critical System graph security Secrets conf 1.00 Possible secret in sgl-model-gateway/README.md
Detected pattern matching password_literal. Rotate the credential and move to a secret manager.
sgl-model-gateway/README.md:702
low Security checks security Injection conf 0.50 [SEC004] SQL Injection Risk: String interpolation in SQL execution. Allows SQL injection.
Use parameterized queries: cursor.execute('SELECT * FROM t WHERE id = %s', [id]). For dynamic table or column names, choose identifiers from a hard-coded allowlist and keep values in parameters.
docs/deploy.py:19
low Security checks security path traversal conf 0.80 3 occurrences [SEC013] Path Traversal — User Input in File Path: User-controlled input used in file path without sanitization. Allows reading arbitrary files.
Use os.path.realpath() and verify the path starts with your expected base directory. Use secure_filename() for uploads.
3 files, 3 locations
docs_new/scripts/update_lmsys_sglang_blogs.py:64
scripts/export_deepseek_nextn.py:38
scripts/playground/reference_hf.py:80
high Security checks cicd CI/CD security conf 0.90 Compose service joins the host IPC namespace
Sharing host namespaces reduces isolation and can expose host processes, networking, or IPC resources.
docker/compose.yaml:1 CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.90 3 occurrences Compose service uses host networking
Sharing host namespaces reduces isolation and can expose host processes, networking, or IPC resources.
2 files, 3 locations
examples/monitoring/docker-compose.yaml:2, 12 (2 hits)
docker/compose.yaml:1
CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.92 4 occurrences Dockerfile pipes a remote script into a shell
Piping downloaded code directly into a shell bypasses checksum verification and makes builds dependent on mutable remote content.
2 files, 4 locations
.devcontainer/Dockerfile:30, 33 (2 hits)
docker/Dockerfile:187, 418 (2 hits)
CI/CD securitycontainers
high Security checks quality Practices conf 0.84 103 occurrences Foundry mined bad chains: sgl-project/sglang
Comment chain pattern product: bad_chains Repo: sgl-project/sglang Thread: sgl-project/sglang:github-feedback-comment-fbda1fa8dde05aa9 Outcome: not_resolved_or_not_observed Thread label: thread_has_human_issue_without_fix_context Source graph label: source_backed_multi_signal_graph Reasons: source_…
103 occurrences
repo-level (103 hits)
high Security checks quality Quality conf 0.76 2 occurrences Foundry mined schema ui api mismatch: sgl-project/sglang
Graph query export: Schema, UI, and API mismatch Query id: schema_ui_api_mismatch Query type: motif_query Intent: Assumption-check examples for data-path consistency across layers. Motif: schema_ui_api_mismatch Training usage: assumption_check Graph gold label: assumption_check Repo: sgl-project/sg…
2 occurrences
repo-level (2 hits)
high Security checks quality Testing conf 0.78 73 occurrences Foundry mined test ci gap after feedback: sgl-project/sglang
Graph query export: Feedback exposes missing tests or CI Query id: test_ci_gap_after_feedback Query type: motif_query Intent: Hard negatives for feedback/fix chains without adequate guardrails. Motif: test_ci_gap_after_feedback Training usage: hard_negative Graph gold label: supported_by_verificati…
73 occurrences
repo-level (73 hits)
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/deepseek-math-v2.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/deepseek-math-v2.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/deepseek-r1-0528.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/deepseek-r1-0528.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/deepseek-v3.1.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/deepseek-v3.1.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/deepseek-v3.2.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/deepseek-v3.2.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/deepseek-v3.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/deepseek-v3.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/devstral-small-2-24b-instruct-2512.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/devstral-small-2-24b-instruct-2512.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/ernie-4.5-21b-a3b-pt.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/ernie-4.5-21b-a3b-pt.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glm-4.5.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glm-4.5.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glm-4.6.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glm-4.6.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glm-4.7-flash.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glm-4.7-flash.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glm-4.7.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glm-4.7.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glm-5-fp8.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glm-5-fp8.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glyph.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/glyph.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/gpt-oss-120b.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/gpt-oss-120b.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/intern-s1.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/intern-s1.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/kimi-k2-instruct.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/kimi-k2-instruct.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/kimi-k2.5.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/kimi-k2.5.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/kimi-linear-48b-a3b-instruct.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/kimi-linear-48b-a3b-instruct.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/ling-2.5-1t.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/ling-2.5-1t.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/llada2-1-mini.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/llada2-1-mini.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/llama-3.1-70b-instruct.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/llama-3.1-70b-instruct.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/llama-3.3-70b-instruct.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/llama-3.3-70b-instruct.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/llama-4-maverick-17b-128e-instruct-fp8.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/llama-4-maverick-17b-128e-instruct-fp8.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/llama-4-scout-17b-16e-instruct.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/llama-4-scout-17b-16e-instruct.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/mimo-v2-flash.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/mimo-v2-flash.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/minimax-m2.1.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/minimax-m2.1.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/minimax-m2.5.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/minimax-m2.5.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/ministral-3-8b-instruct-2512.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/ministral-3-8b-instruct-2512.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/mistral-small-4-119b-2603.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/mistral-small-4-119b-2603.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/nemotron-3-nano-30b-a3b-bf16.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/nemotron-3-nano-30b-a3b-bf16.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/nemotron-3-super-120b-a12b-bf16.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/nemotron-3-super-120b-a12b-bf16.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/qwen3-235b-a22b.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/qwen3-235b-a22b.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/qwen3-coder-480b-a35b-instruct.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/qwen3-coder-480b-a35b-instruct.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/qwen3-coder-next.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/qwen3-coder-next.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/qwen3-next-80b-a3b-instruct.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/qwen3-next-80b-a3b-instruct.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/qwen35-397b-a17b-fp8.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/qwen35-397b-a17b-fp8.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/ring-2.5-1t.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/ring-2.5-1t.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/step-3.5-flash.yaml
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/step-3.5-flash.yaml:8 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: python/sglang/multimodal_gen/.claude/skills/sglang-diffusion-add-model/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
python/sglang/multimodal_gen/.claude/skills/sglang-diffusion-add-model/SKILL.md:488 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: python/sglang/multimodal_gen/.claude/skills/sglang-diffusion-benchmark-profile/benchmark-and-profile.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
python/sglang/multimodal_gen/.claude/skills/sglang-diffusion-benchmark-profile/benchmark-and-profile.md:461 SecretsClaude instruction
high System graph security Agent instructions conf 1.00 Agent instruction/config may expose a secret: python/sglang/multimodal_gen/.claude/skills/sglang-diffusion-performance/SKILL.md
Agent-facing files are routinely pasted into LLM/tool contexts. Move literal tokens, keys, and passwords into a secret manager or document them as placeholders only.
python/sglang/multimodal_gen/.claude/skills/sglang-diffusion-performance/SKILL.md:56 SecretsClaude instruction
high System graph quality Integrity conf 1.00 Blocking `requests.get(...)` inside `async def benchmark` — python/sglang/multimodal_gen/benchmarks/bench_serving.py:504
Sync I/O inside an async function blocks the event loop. While `requests.get(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_th…
python/sglang/multimodal_gen/benchmarks/bench_serving.py:504 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `requests.get(...)` inside `async def remote_instance_transfer_engine_info` — python/sglang/srt/entrypoints/http_server.py:1236
Sync I/O inside an async function blocks the event loop. While `requests.get(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_th…
python/sglang/srt/entrypoints/http_server.py:1236 Sync io in asyncPerformance
high System graph quality Integrity conf 1.00 Blocking `time.sleep(...)` inside `async def run_server` — examples/runtime/engine/offline_batch_inference_async.py:53
Sync I/O inside an async function blocks the event loop. While `time.sleep(...)` is running, *all* other coroutines on this loop are paused — silent throughput collapse under concurrency. Use the async equivalent (`httpx.AsyncClient`, `asyncio.sleep`, `aiofiles`) or wrap with `await asyncio.to_thre…
examples/runtime/engine/offline_batch_inference_async.py:53 Sync io in asyncPerformance
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/auth-check (docs/performance_dashboard/app.js:969)
`docs/performance_dashboard/app.js:969` calls `GET /api/auth-check` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/auth-check` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/metrics (docs/performance_dashboard/app.js:61)
`docs/performance_dashboard/app.js:61` calls `GET /api/metrics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metrics` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET /api/metrics (docs/performance_dashboard/app.js:991)
`docs/performance_dashboard/app.js:991` calls `GET /api/metrics` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/metrics` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.github.com/repos/${GITHUB_REPO}/actions/runs/${run.id}/artifacts (docs/performance_dashboard/app.js:115)
`docs/performance_dashboard/app.js:115` calls `GET https://api.github.com/repos/${GITHUB_REPO}/actions/runs/${run.id}/artifacts` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/https:/api.github.com/repos/<p>/actions…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: GET https://api.github.com/repos/${GITHUB_REPO}/actions/workflows/${WORKFLOW_NAME}/runs?status=completed&per_page=30 (docs/performance_dashboard/app.js:94)
`docs/performance_dashboard/app.js:94` calls `GET https://api.github.com/repos/${GITHUB_REPO}/actions/workflows/${WORKFLOW_NAME}/runs?status=completed&per_page=30` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/http…
Dangling fetchFetch
high System graph api Wiring conf 1.00 Dangling fetch: POST /api/login (docs/performance_dashboard/app.js:1027)
`docs/performance_dashboard/app.js:1027` calls `POST /api/login` but no backend route matches that path. This is a runtime 404 waiting to happen. Tool: fetch Normalized path used for matching: `/login` If this points at an external API, prefix it with `https://` so the matcher skips it.
Dangling fetchFetch
high System graph hardware Supply chain conf 1.00 2 occurrences Dockerfile pipes a remote installer into a shell
Executing downloaded code during image build gives the remote endpoint build-time code execution. Prefer pinned packages or verify downloaded installers by checksum/signature.
lines 30, 33
.devcontainer/Dockerfile:30, 33 (2 hits)
containersRemote installer
high System graph security auth conf 1.00 FastAPI DELETE `delete_mesh` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/openai/mesh_api.py:261
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/openai/mesh_api.py:261 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI DELETE `delete_video` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/openai/video_api.py:530
`@router.delete` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/openai/video_api.py:530 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `abort_request` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1527
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1527 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `add_external_corpus` without auth dependency — python/sglang/srt/entrypoints/http_server.py:891
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:891 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `anthropic_v1_count_tokens` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1916
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1916 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `anthropic_v1_messages` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1906
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1906 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `continue_generation` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1604
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1604 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_mesh` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/openai/mesh_api.py:128
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/openai/mesh_api.py:128 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `create_video` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/openai/video_api.py:230
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/openai/video_api.py:230 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `destroy_weights_update_group` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1268
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1268 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `edits` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/openai/image_api.py:262
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/openai/image_api.py:262 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `flush_cache` without auth dependency — sgl-model-gateway/bindings/python/src/sglang_router/mini_lb.py:260
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
sgl-model-gateway/bindings/python/src/sglang_router/mini_lb.py:260 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `generations` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/openai/image_api.py:147
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/openai/image_api.py:147 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `get_weights_checksum` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/post_training/weights_api.py:127
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/post_training/weights_api.py:127 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_chat_completion_request` without auth dependency — sgl-model-gateway/bindings/python/src/sglang_router/mini_lb.py:426
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
sgl-model-gateway/bindings/python/src/sglang_router/mini_lb.py:426 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_completion_request` without auth dependency — sgl-model-gateway/bindings/python/src/sglang_router/mini_lb.py:431
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
sgl-model-gateway/bindings/python/src/sglang_router/mini_lb.py:431 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_encode_request` without auth dependency — python/sglang/srt/disaggregation/encode_server.py:3489
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/disaggregation/encode_server.py:3489 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_generate_request` without auth dependency — sgl-model-gateway/bindings/python/src/sglang_router/mini_lb.py:356
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
sgl-model-gateway/bindings/python/src/sglang_router/mini_lb.py:356 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_scheduler_receive_url_request` without auth dependency — python/sglang/srt/disaggregation/encode_server.py:3750
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/disaggregation/encode_server.py:3750 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `handle_send_request` without auth dependency — python/sglang/srt/disaggregation/encode_server.py:3710
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/disaggregation/encode_server.py:3710 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `init_weights_send_group_for_remote_instance` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1178
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1178 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `init_weights_update_group` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1252
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1252 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `merge_lora_weights` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/openai/common_api.py:108
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/openai/common_api.py:108 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ollama_chat` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1877
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1877 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ollama_generate` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1883
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1883 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `ollama_show` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1897
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1897 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `openai_v1_audio_transcriptions` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1696
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1696 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `openai_v1_chat_completions` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1626
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1626 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `openai_v1_classify` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1648
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1648 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `openai_v1_completions` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1618
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1618 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `openai_v1_detokenize` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1678
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1678 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `openai_v1_detokenize` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1683
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1683 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `openai_v1_embeddings` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1636
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1636 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `openai_v1_tokenize` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1660
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1660 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `openai_v1_tokenize` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1665
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1665 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `parse_function_call_request` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1540
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1540 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `pause_generation` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1593
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1593 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `remove_external_corpus` without auth dependency — python/sglang/srt/entrypoints/http_server.py:916
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:916 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `rollout_generate` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/post_training/rollout_api.py:287
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/post_training/rollout_api.py:287 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `sagemaker_chat_completions` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1933
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1933 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `send_weights_to_remote_instance` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1196
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1196 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `separate_reasoning_request` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1562
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1562 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `set_lora` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/openai/common_api.py:63
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/openai/common_api.py:63 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `unmerge_lora_weights` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/openai/common_api.py:130
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/openai/common_api.py:130 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_weight_version` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1343
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1343 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_weights_from_disk` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/post_training/weights_api.py:17
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/post_training/weights_api.py:17 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_weights_from_disk` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1151
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1151 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_weights_from_distributed` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1306
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1306 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_weights_from_ipc` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1326
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1326 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_weights_from_tensor_checker` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/post_training/weights_api.py:81
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/post_training/weights_api.py:81 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_weights_from_tensor` without auth dependency — python/sglang/multimodal_gen/runtime/entrypoints/post_training/weights_api.py:49
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/multimodal_gen/runtime/entrypoints/post_training/weights_api.py:49 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `update_weights_from_tensor` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1284
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1284 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `v1_cancel_responses` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1839
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1839 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `v1_responses_request` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1812
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1812 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `v1_score_request` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1804
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1804 securityAuth fastapi unauth mutation
high System graph security auth conf 1.00 FastAPI POST `vertex_generate` without auth dependency — python/sglang/srt/entrypoints/http_server.py:1944
`@router.post` decorator with no `Depends(get_current_user)` or auth-shaped dependency in its signature. Mutating endpoints should require authentication unless explicitly public.
python/sglang/srt/entrypoints/http_server.py:1944 securityAuth fastapi unauth mutation
high System graph cicd CI/CD security conf 1.00 GitHub Action tracks a moving branch
jlumbroso/free-disk-space@main can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
.github/workflows/_docker-build-and-publish.yml:84 CI/CD securitySupply chainGithub actions
high System graph security security conf 1.00 Insecure pattern 'eval_used' in benchmark/hicache/data_processing.py:244
Found a known-risky pattern (eval_used). Review and replace if possible.
benchmark/hicache/data_processing.py:244 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in benchmark/mmmu/data_utils.py:175
Found a known-risky pattern (eval_used). Review and replace if possible.
benchmark/mmmu/data_utils.py:175 Eval used
high System graph security security conf 1.00 Insecure pattern 'eval_used' in python/sglang/srt/debug_utils/dumper.py:1302
Found a known-risky pattern (eval_used). Review and replace if possible.
python/sglang/srt/debug_utils/dumper.py:1302 Eval used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in docs/conf.py:9
Found a known-risky pattern (exec_used). Review and replace if possible.
docs/conf.py:9 Exec used
high System graph security security conf 1.00 Insecure pattern 'exec_used' in python/sglang/srt/debug_utils/source_patcher/code_patcher.py:97
Found a known-risky pattern (exec_used). Review and replace if possible.
python/sglang/srt/debug_utils/source_patcher/code_patcher.py:97 Exec used
medium Security checks security auth conf 0.92 [AUC001] No Repobility access matrix policy found: The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
The repository uses web/API frameworks but does not define .repobility/access.yml or equivalent authorization documentation.
low Security checks quality Error handling conf 1.00 3 occurrences [ERR001] Silent Exception Swallowing: Silently swallowing all exceptions hides bugs. Even in cleanup code, log at DEBUG level.
Log the error: `except Exception: logger.debug('cleanup failed', exc_info=True)`. Or handle specific exception types.
3 files, 3 locations
scripts/ci/cuda/warmup_server.py:230
scripts/ci/utils/diffusion/generate_diffusion_dashboard.py:104
scripts/ci/utils/publish_traces.py:272
low Security checks security Injection conf 0.50 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.
Use subprocess with shell=False and a list of args. Never eval user input.
benchmark/llava_bench/download_images.py:18
low Security checks security Injection conf 0.50 [SEC005] Command Injection Risk: Unsafe shell execution or eval of user input.
Use subprocess with shell=False and a list of args. Never eval user input.
scripts/code_sync/copy_from_oss.py:66
medium Security checks security path traversal conf 1.00 3 occurrences [SEC012] ZipSlip — Archive Path Traversal: Archive extraction without path validation allows writing files outside the target directory.
Validate extracted paths with os.path.realpath() and ensure they stay within the target directory.
3 files, 3 locations
benchmark/mmlu/bench_sglang.py:66
scripts/ci/slurm/analyze_logs_with_modal.py:83
sgl-kernel/analyze_whl_kernel_sizes.py:14
high Security checks security auth conf 0.82 2 occurrences Browser storage is used for session token material
localStorage and sessionStorage are readable by injected JavaScript. For sensitive sessions, this turns XSS into account compromise.
lines 952, 1037
docs/performance_dashboard/app.js:952, 1037 (2 hits)
medium Security checks cicd CI/CD security conf 0.94 3 occurrences Compose service `sglang` image uses the latest tag
The latest tag is mutable and can change without a code review, producing different images from the same source.
2 files, 3 locations
examples/monitoring/docker-compose.yaml:2, 12 (2 hits)
docker/compose.yaml:1
CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.82 3 occurrences Docker final stage has no non-root USER
Docker images run as root unless the image or Dockerfile switches to a non-root user.
3 files, 3 locations
docker/Dockerfile:696
examples/frontend_language/usage/triton/Dockerfile:1
sgl-model-gateway/e2e_test/k8s_integration/Dockerfile.gateway:25
CI/CD securitycontainers
medium Security checks cicd CI/CD security conf 0.76 3 occurrences Dockerfile copies broad context with incomplete .dockerignore
COPY . or ADD . is safer when .dockerignore excludes secrets, git history, keys, and generated artifacts.
3 files, 3 locations
docker/Dockerfile:603
sgl-kernel/Dockerfile:94
sgl-model-gateway/e2e_test/k8s_integration/Dockerfile.gateway:17
CI/CD securitycontainers
low Security checks quality Quality conf 0.60 12 occurrences Duplicated implementation block across source files
Duplicate implementation blocks are maintenance debt. Keep them visible, but they are not a high-severity defect unless the duplicated logic is security-sensitive or drifting.
8 files, 12 locations
docs_new/src/snippets/autoregressive/deepseek-r1-basic-deployment.jsx:123, 133 (2 hits)
docs_new/src/snippets/autoregressive/deepseek-v31-deployment.jsx:35, 47 (2 hits)
docs_new/src/snippets/autoregressive/deepseek-v32-deployment.jsx:76, 111 (2 hits)
python/sglang/srt/speculative/standalone_worker_v2.py:32, 104 (2 hits)
docs_new/src/snippets/autoregressive/deepseek-ocr-v2-deployment.jsx:52
docs_new/src/snippets/autoregressive/deepseek-r1-advanced-deployment.jsx:553
docs_new/src/snippets/autoregressive/deepseek-v3-deployment.jsx:48
python/sglang/srt/speculative/multi_layer_eagle_worker_v2.py:478
duplicationquality
medium Security checks quality Practices conf 0.62 105 occurrences Foundry mined assumption checks: sgl-project/sglang
Comment chain pattern product: assumption_checks Repo: sgl-project/sglang Thread: sgl-project/sglang:github-feedback-comment-fd8a08fd42164773 Outcome: ambiguous_needs_more_evidence Thread label: thread_needs_classification Source graph label: source_backed_multi_signal_graph Reasons: source_graph_h…
105 occurrences
repo-level (105 hits)
medium Security checks quality maintenance conf 0.70 94 occurrences Foundry mined blueprint gap alignment: sgl-project/sglang
Graph query export: Human feedback aligned with blueprint or architecture gaps Query id: blueprint_gap_alignment Query type: motif_query Intent: Curriculum-gap examples connecting issue threads to helicopter-view gaps. Motif: blueprint_gap_alignment Training usage: curriculum_gap Graph gold label: …
94 occurrences
repo-level (94 hits)
medium Security checks quality Practices conf 0.72 10 occurrences Foundry mined review feedback without structured fix: sgl-project/sglang
Graph query export: Review feedback without structured fix chain Query id: review_feedback_without_structured_fix Query type: motif_query Intent: Weak-supervision examples for review comments lacking a traceable fix. Motif: review_feedback_without_structured_fix Training usage: weak_supervision Gra…
10 occurrences
repo-level (10 hits)
medium Security checks quality Practices conf 0.70 145 occurrences Foundry mined unresolved feedback: sgl-project/sglang
Graph query export: Human feedback without linked fix evidence Query id: unresolved_feedback Query type: motif_query Intent: Negative/unresolved examples that should not be hallucinated into fixes. Motif: unlinked_feedback_needs_evidence Training usage: negative_or_unresolved Graph gold label: need…
145 occurrences
repo-level (145 hits)
high Security checks quality Quality conf 0.82 7 occurrences Parallel implementation file sits beside a canonical file
AI-assisted edits often create a new sibling file instead of integrating the change into the existing module. That leaves two paths for future maintainers to understand and can hide the code that is actually wired into the app.
7 files, 7 locations
python/sglang/jit_kernel/flash_attention_v3.py:1
python/sglang/jit_kernel/flash_attention_v4.py:1
python/sglang/srt/distributed/device_communicators/custom_all_reduce_v2.py:1
python/sglang/srt/layers/attention/dsv4/compressor_v2.py:1
python/sglang/srt/models/deepseek_v2.py:1
python/sglang/srt/models/deepseek_v4.py:1
python/sglang/srt/models/hunyuan_v3.py:1
high Security checks software dependencies conf 0.70 3 occurrences Remote install command pipes network code directly to a shell
Agent helper projects often publish one-line installers. `curl | sh` style commands are convenient, but they bypass review unless the script is pinned, signed, or checksum-verified.
3 files, 3 locations
3rdparty/amd/wheel/README.md:82
docs/platforms/cpu_server.md:71
docs_new/docs/hardware-platforms/cpu_server.mdx:123
medium System graph quality Integrity conf 1.00 `fetch()` without try/.catch or AbortSignal — docs/performance_dashboard/app.js:94
Bare `fetch(...)` will throw an unhandled rejection on network failure. Wrap in try/catch, attach a `.catch(...)`, or pass an AbortSignal with a timeout.
runtime safetyRobustness
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/cookbook-add-model/references/mintlify-authoring.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/cookbook-add-model/references/mintlify-authoring.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/README.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/llm-serving-auto-benchmark/configs/cookbook-llm/README.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/llm-serving-auto-benchmark/references/container-runbook.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/llm-serving-auto-benchmark/references/container-runbook.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/llm-serving-auto-benchmark/references/result-schema.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/llm-serving-auto-benchmark/references/result-schema.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/llm-torch-profiler-analysis/references/overlap-catalog.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/llm-torch-profiler-analysis/references/overlap-catalog.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/llm-torch-profiler-analysis/references/vllm-torch-compile-fusions.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/llm-torch-profiler-analysis/references/vllm-torch-compile-fusions.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/llm-torch-profiler-analysis/SKILL.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/llm-torch-profiler-analysis/SKILL.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/sglang-prod-incident-triage/references/decision-tree.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/sglang-prod-incident-triage/references/decision-tree.md VerificationClaude instruction
medium System graph quality Agent instructions conf 1.00 Agent authority lacks a verifier contract: .claude/skills/sglang-prod-incident-triage/references/endpoints-and-signals.md
This agent instruction grants code or shell authority but does not state the verification gate that decides promotion. The recurring safe pattern is: LLM proposes; deterministic tests/build/security checks verify; only verified code promotes.
.claude/skills/sglang-prod-incident-triage/references/endpoints-and-signals.md VerificationClaude instruction
medium System graph quality Placeholder conf 1.00 Critical user flow still appears backed by mock or placeholder data
A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded.
Mock dataCritical flowGenerated repo pattern
medium System graph hardware Security conf 1.00 Dockerfile runs as root: docker/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: examples/frontend_language/usage/triton/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph hardware Security conf 1.00 Dockerfile runs as root: sgl-kernel/Dockerfile
No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image.
Container
medium System graph cicd CI/CD security conf 1.00 86 occurrences GitHub Action is tag-pinned rather than SHA-pinned
docker/setup-buildx-action@v3 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 56 locations
.github/workflows/pr-test-rust.yml:55, 61, 145, 151, 344, 347, 387, 390 (8 hits)
.github/workflows/pr-test-sgl-router.yml:56, 141, 153, 211, 223, 312, 361 (7 hits)
.github/workflows/_docker-build-and-publish.yml:101, 104, 213, 216, 286, 289 (6 hits)
.github/workflows/release-docker-npu-nightly.yml:35, 39, 55, 64, 67, 73 (6 hits)
.github/workflows/release-docker-npu.yml:32, 44, 73, 76, 80 (5 hits)
.github/workflows/release-whl-kernel.yml:116, 248, 341, 392, 492 (5 hits)
.github/workflows/pr-benchmark-rust.yml:40, 46, 102, 108 (4 hits)
.github/workflows/release-docker-amd-nightly.yml:63, 110, 153 (3 hits)
CI/CD securitySupply chainGithub actions
medium System graph cicd CI/CD security conf 1.00 13 occurrences GitHub Actions workflow grants broad write permissions
CI tokens with write permissions increase blast radius when an action, dependency, or PR workflow is compromised. Prefer job-level least-privilege permissions.
12 files, 12 locations
.github/workflows/bot-bump-flashinfer-version.yml
.github/workflows/bot-bump-kernel-version-to-sglang.yml
.github/workflows/bot-bump-kernel-version.yml
.github/workflows/bot-bump-sglang-version.yml
.github/workflows/bot-cherry-pick.yml
.github/workflows/diffusion-ci-gt-gen-npu.yml
.github/workflows/diffusion-ci-gt-gen.yml
.github/workflows/open-pr-copy-from-oss.yml
CI/CD securitySupply chainGithub actions
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in docs/performance_dashboard/server.py:262
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
docs/performance_dashboard/server.py:262 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in python/sglang/multimodal_gen/runtime/entrypoints/http_server.py:376
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
python/sglang/multimodal_gen/runtime/entrypoints/http_server.py:376 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'cors_wildcard' in python/sglang/srt/entrypoints/http_server.py:425
Found a known-risky pattern (cors_wildcard). Review and replace if possible.
python/sglang/srt/entrypoints/http_server.py:425 Cors wildcard
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/performance_dashboard/app.js:291
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/performance_dashboard/app.js:291 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in docs/release_lookup/index.html:413
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
docs/release_lookup/index.html:413 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'direct_innerhtml_assignment' in python/sglang/multimodal_gen/apps/realtime_webui/app.js:1900
Found a known-risky pattern (direct_innerhtml_assignment). Review and replace if possible.
python/sglang/multimodal_gen/apps/realtime_webui/app.js:1900 Direct innerhtml assignment
medium System graph security security conf 1.00 Insecure pattern 'local_storage_auth_token' in docs/performance_dashboard/app.js:1037
Found a known-risky pattern (local_storage_auth_token). Review and replace if possible.
docs/performance_dashboard/app.js:1037 Local storage auth token
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in .claude/skills/mechanical-refactor-verify/mechanical_refactor_verify_utils.py:18
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
.claude/skills/mechanical-refactor-verify/mechanical_refactor_verify_utils.py:18 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in python/sglang/check_env.py:179
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
python/sglang/check_env.py:179 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in python/sglang/srt/utils/common.py:1687
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
python/sglang/srt/utils/common.py:1687 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in python/sglang/srt/utils/cudacore_pyspy_dump_utils.py:85
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
python/sglang/srt/utils/cudacore_pyspy_dump_utils.py:85 Subprocess shell true
medium System graph security security conf 1.00 Insecure pattern 'subprocess_shell_true' in scripts/code_sync/copy_from_oss.py:66
Found a known-risky pattern (subprocess_shell_true). Review and replace if possible.
scripts/code_sync/copy_from_oss.py:66 Subprocess shell true
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — .claude/skills/mechanical-refactor-verify/mechanical_refactor_verify_utils.py:16
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — .github/update_ci_permission.py:79
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — benchmark/hicache/bench_long_context.py:97
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — benchmark/hicache/bench_multiturn.py:752
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — benchmark/hicache/bench_serving.py:447
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/frontend_language/usage/llava_video/srt_example_llava_v.py:135
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/runtime/hidden_states/hidden_states_server.py:49
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/runtime/multimodal/llama3_llava_server.py:88
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/runtime/multimodal/llava_onevision_server.py:31
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/runtime/multimodal/pixtral_server.py:99
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/runtime/multimodal/qwen_llava_server.py:88
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/runtime/multimodal_embedding.py:16
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/runtime/qwen3_vl_reranker.py:42
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/runtime/reward_model.py:26
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/runtime/token_in_token_out/token_in_token_out_llm_server.py:50
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/runtime/token_in_token_out/token_in_token_out_vlm_server.py:65
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — examples/runtime/vertex_predict.py:42
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/bench_serving.py:1350
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/benchmark/utils.py:113
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/check_env.py:370
`subprocess.check_output(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/compile_deep_gemm.py:120
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/lang/backend/runtime_endpoint.py:518
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/multimodal_gen/.claude/skills/sglang-diffusion-benchmark-profile/scripts/bench_diffusion_denoise.py:796
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/multimodal_gen/.claude/skills/sglang-diffusion-benchmark-profile/scripts/diffusion_skill_env.py:52
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/multimodal_gen/benchmarks/datasets.py:99
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/multimodal_gen/runtime/entrypoints/cli/utils.py:60
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/multimodal_gen/runtime/entrypoints/utils.py:353
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/multimodal_gen/runtime/models/vision_utils.py:160
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/multimodal_gen/test/run_suite.py:328
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/multimodal_gen/test/run_suite_musa.py:87
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/profiler.py:45
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/srt/entrypoints/http_server_engine.py:72
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/srt/environ.py:999
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/srt/managers/configure_logging.py:69
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/srt/mem_cache/flush_cache.py:32
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/srt/model_executor/runner/prefill_cuda_graph_runner.py:283
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/srt/models/gemma3_mm.py:378
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/srt/multimodal/processors/mimo_v2.py:1449
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/accuracy_test_runner.py:190
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/ci/ci_stress_utils.py:65
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/ci/ci_utils.py:184
`subprocess.Popen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/gpt_oss_common.py:98
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/hicache_spec_storage_common.py:197
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/abort_timeout_kit.py:24
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/basic_api_contract_kit.py:48
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/basic_scheduler_stress_kit.py:59
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/cache_hit_kit.py:269
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/ebnf_constrained_kit.py:19
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/eval_accuracy_kit.py:197
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/json_constrained_kit.py:25
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/lm_eval_kit.py:55
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/matched_stop_kit.py:37
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/pause_generation_kit.py:32
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/prefix_cache_branching_kit.py:9
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/radix_cache_server_kit.py:53
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/reasoning_kit.py:48
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/regex_constrained_kit.py:16
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/spec_decoding_kit.py:16
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/spec_server_kits.py:44
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kits/streaming_session_kit.py:46
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/kl_test_utils.py:155
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/nightly_utils.py:113
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/send_one.py:203
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/server_fixtures/eagle_fixture.py:97
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/server_fixtures/hybrid_attn_backend_fixture.py:79
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/server_fixtures/pcg_spec_fixture.py:75
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/test/server_fixtures/standalone_fixture.py:94
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — python/sglang/utils.py:242
`urllib.request.urlopen(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/ci/check_no_docs_changes.py:27
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/ci/update_est_time.py:37
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/ci/utils/diffusion/generate_diffusion_dashboard.py:606
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/ci/utils/query_job_status.py:48
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/ci/utils/runner_utilization_report.py:52
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/ci/utils/slash_command_handler.py:198
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/code_sync/check_commits.py:126
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/code_sync/copy_from_oss.py:112
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/code_sync/copy_to_oss.py:63
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/playground/bench_speculative.py:122
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/playground/disaggregation/cli-logprob.py:7
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/playground/disaggregation/cli-so.py:19
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/playground/disaggregation/cli.py:22
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/playground/reference_hf.py:80
`requests.get(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — scripts/playground/replay_request_dump.py:84
`requests.post(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — sgl-kernel/setup_metal.py:145
`subprocess.check_output(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Integrity conf 1.00 Network/subprocess call without timeout or try/except — test/manual/dsv4/_common.py:254
`subprocess.run(...)` here lacks both a `timeout=` arg and an enclosing try/except. This is exactly the class of bug that took down our git-clone earlier (HTTP/2 stream cancel surfaced as a fatal). Add a `timeout=` and wrap in try/except, or use a wrapper that retries.
runtime safetyRobustness
medium System graph quality Placeholder conf 1.00 Placeholder or mock-heavy implementation detected
Found 625 placeholder/mock markers across 287 source files. This often means the repo looks complete while core flows still use generated scaffolding or fake data.
Mock dataIncompleteGenerated repo pattern
medium System graph network Security conf 1.00 Privileged port 153 in use
Port 153 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
benchmark/hf3fs/bench.sh Ports
medium System graph network Security conf 1.00 Privileged port 50 in use
Port 50 is privileged (<1024). Make sure the service runs with the right caps or front it with a non-privileged port via a load balancer.
scripts/ci/amd/amd_ci_start_container_disagg.sh Ports
medium System graph quality Placeholder conf 1.00 Runtime service client appears to use placeholder configuration
A runtime source file appears to wire Supabase/Firebase/AI/payment-style clients to placeholder URLs, keys, or fallback values. In the Fable corpus this often means the UI/API shape is present while the backend service is not actually configured.
Runtime configService clientGenerated repo pattern
low Security checks cicd CI/CD security conf 0.72 .dockerignore misses sensitive defaults
.dockerignore exists but does not cover common secret or VCS patterns.
.dockerignore CI/CD securitycontainers
low Security checks quality Error handling conf 1.00 [ERR003] Ignored Error (Go): Ignoring error return values.
Handle the error or use errcheck linter.
sgl-model-gateway/bindings/golang/internal/grpc/client_grpc.go:539
low Security checks cicd CI/CD security conf 0.72 5 occurrences Dockerfile installs recommended OS packages
Installing recommended packages often pulls in unnecessary runtime surface area.
3 files, 5 locations
docker/Dockerfile:587, 777 (2 hits)
sgl-model-gateway/e2e_test/k8s_integration/Dockerfile.gateway:12, 27 (2 hits)
.devcontainer/Dockerfile:11
CI/CD securitycontainers
high Security checks cicd CI/CD security conf 0.72 13 occurrences Dockerfile keeps pip download cache
Pip's package cache increases image size and can preserve unnecessary artifacts.
3 files, 13 locations
docker/Dockerfile:192, 226, 335, 418, 456, 518, 527, 552, +3 more (11 hits)
examples/frontend_language/usage/triton/Dockerfile:8
sgl-kernel/Dockerfile:79
CI/CD securitycontainers
low Security checks cicd CI/CD security conf 0.74 Dockerfile leaves apt package indexes in the image layer
Package indexes increase image size and can expose stale metadata in the final image layer.
docker/Dockerfile:45 CI/CD securitycontainers
low Security checks quality Quality conf 0.64 4 occurrences Duplicate top-level symbol appears in a patch-style file
A generated replacement file defining the same public function or class name as another module can mean the new logic is not actually wired into the running code.
4 files, 4 locations
python/sglang/jit_kernel/deepseek_v4.py:1
python/sglang/jit_kernel/flash_attention_v3.py:1
python/sglang/srt/layers/attention/dsv4/compressor_v2.py:1
python/sglang/srt/speculative/eagle_worker_v2.py:1
high Security checks quality Quality conf 0.62 5 occurrences Source file name looks like an AI patch artifact
Files named as final, fixed, copy, new, or backup are often temporary patch artifacts. They may be legitimate, but they deserve review before becoming production surface area.
5 files, 5 locations
python/sglang/jit_kernel/deepseek_v4.py:1
python/sglang/jit_kernel/fused_metadata_copy.py:1
python/sglang/srt/configs/deepseek_v4.py:1
python/sglang/srt/mem_cache/cpp_radix_tree/tree_v2.cpp:1
python/sglang/srt/mem_cache/cpp_radix_tree/tree_v2.h:1
low System graph quality Maintenance conf 1.00 693 TODO/FIXME markers
High count of TODO/FIXME/HACK markers — track them as issues so they're not forgotten.
low System graph quality Debug conf 1.00 Debug logging residue appears in source files
Found 3081 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup.
CleanupRepo hardeningGenerated repo pattern
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: lmsysorg/sglang:dev
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
.devcontainer/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 Docker base image is tag-pinned but not digest-pinned: nvcr.io/nvidia/tritonserver:24.01-py3
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
examples/frontend_language/usage/triton/Dockerfile:1 containersPinned dependencies
low System graph hardware Supply chain conf 1.00 2 occurrences Docker base image is tag-pinned but not digest-pinned: nvidia/cuda:${CUDA_VERSION}-cudnn-devel-ubuntu24.04
Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter.
lines 2, 708
docker/Dockerfile:2, 708 (2 hits)
containersPinned dependencies
low System graph cicd CI/CD security conf 1.00 347 occurrences GitHub Action is tag-pinned rather than SHA-pinned
actions/checkout@v4 can move without a code change in this repo. Pin third-party actions to a reviewed 40-character commit SHA.
12 files, 200 locations
.github/workflows/amd-ci-job-monitor.yml:42, 45, 73, 87, 90, 98, 126, 175, +12 more (20 hits)
.github/workflows/nightly-test-amd-rocm720.yml:145, 175, 210, 240, 274, 308, 339, 371, +12 more (20 hits)
.github/workflows/nightly-test-amd.yml:142, 173, 211, 242, 276, 310, 342, 375, +12 more (20 hits)
.github/workflows/nightly-test-nvidia.yml:62, 97, 127, 153, 185, 247, 267, 299, +12 more (20 hits)
.github/workflows/pr-test-multimodal-gen.yml:60, 65, 89, 99, 127, 135, 162, 172, +12 more (20 hits)
.github/workflows/pr-test-amd-rocm720.yml:148, 256, 302, 343, 381, 421, 459, 497, +11 more (19 hits)
.github/workflows/pr-test-amd.yml:137, 237, 295, 336, 373, 440, 476, 515, +11 more (19 hits)
.github/workflows/diffusion-ci-gt-gen.yml:162, 167, 186, 286, 329, 334, 360, 372, +7 more (15 hits)
CI/CD securitySupply chainGithub actions
low System graph security security conf 1.00 Insecure pattern 'debug_true' in python/sglang/srt/utils/phase_checker.py:26
Found a known-risky pattern (debug_true). Review and replace if possible.
python/sglang/srt/utils/phase_checker.py:26 Debug true
low System graph quality Integrity conf 1.00 11 occurrences Near-duplicate function bodies in 2 places
Functions with the same first-5-line body hash: sgl-kernel/benchmark/bench_fp8_blockwise_group_gemm.py:ceil_div, sgl-kernel/benchmark/bench_es_fp8_blockwise_grouped_gemm.py:ceil_div This is *the* AI-coder failure mode (4× more duplication in vibe-coded repos — see https://jw.hn/ai-code-hygiene). C…
11 occurrences
repo-level (11 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 8 occurrences Near-duplicate function bodies in 3 places
Functions with the same first-5-line body hash: sgl-kernel/benchmark/bench_fp8_blockwise_group_gemm.py:per_block_cast_to_fp8, sgl-kernel/benchmark/bench_es_fp8_blockwise_grouped_gemm.py:per_block_cast_to_fp8, benchmark/kernels/deepseek/benchmark_deepgemm_fp8_gemm.py:per_block_cast_to_fp8 This is *…
8 occurrences
repo-level (8 hits)
duplicatesduplication
low System graph quality Integrity conf 1.00 Near-duplicate function bodies in 4 places
Functions with the same first-5-line body hash: sgl-kernel/benchmark/bench_fp8_blockwise_gemm.py:fp8_gemm_deepgemm, benchmark/kernels/deepseek/benchmark_deepgemm_fp8_gemm.py:fp8_gemm_deepgemm, benchmark/kernels/deepseek/benchmark_deepgemm_fp8_gemm.py:fp8_gemm_sglang, benchmark/kernels/deepseek/benc…
duplicatesduplication
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_copytree_link_or_copy` in python/sglang/multimodal_gen/runtime/utils/model_overlay.py:287
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_create_p2p_recv_and_buffer2weight_copy` in python/sglang/srt/eplb/expert_location_updater.py:311
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_filter_swa_cpu_copy` in python/sglang/srt/mem_cache/swa_memory_pool.py:199
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_has_foreach_copy` in python/sglang/srt/model_executor/cuda_graph_buffer_registry.py:41
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_has_foreach_copy` in python/sglang/srt/model_executor/runner_utils/buffers.py:39
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_has_pending_backup` in python/sglang/srt/managers/hisparse_coordinator.py:142
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `_has_pending_backup` in test/registered/unit/managers/test_hisparse_unit.py:173
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `adapter_v2` in test/registered/lora/test_lora_openai_api.py:246
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `add_unused` in sgl-kernel/tests/test_flash_attention.py:1185
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `add_unused` in test/registered/jit/test_flash_attention_4.py:708
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `atom_copy` in python/sglang/jit_kernel/diffusion/cutedsl/norm_tanh_mul_add_norm_scale.py:108
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `atom_copy` in python/sglang/jit_kernel/diffusion/cutedsl/scale_residual_norm_scale_shift.py:106
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `auto_functionalized_v2` in python/sglang/srt/utils/patch_torch.py:112
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `autovec_copy` in python/sglang/srt/layers/quantization/nvfp4_gemm_swiglu_nvfp4_quant.py:1760
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `batch_copy` in python/sglang/srt/hardware_backend/mlx/scheduler_mixin.py:62
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `batch_copy` in test/registered/unit/hardware_backend/mlx/test_attention_patching.py:1100
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `batch_exists_v2` in python/sglang/srt/mem_cache/hicache_storage.py:81
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `batch_get_v1` in python/sglang/srt/mem_cache/storage/simm/hicache_simm.py:316
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `batch_set_v1` in python/sglang/srt/mem_cache/storage/mooncake_store/test_mooncake_store.py:153
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `batch_set_v1` in python/sglang/srt/mem_cache/storage/simm/test_simm.py:115
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `can_use_custom_all_reduce_v2` in python/sglang/srt/distributed/device_communicators/custom_all_reduce_v2.py:45
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `causal_conv1d_update_v2` in python/sglang/srt/hardware_backend/npu/attention/ascend_gdn_backend.py:11
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code
low System graph quality Integrity conf 1.00 Old/deprecated-named symbol `chunk_old` in python/sglang/srt/speculative/triton_ops/multi_layer_eagle.py:175
Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version.
old markerDead code

Showing first 300 of 916. Refine filters or use the findings page for deep search.

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/fd17d536-6c38-4682-a122-18cea8fe9f8b/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/fd17d536-6c38-4682-a122-18cea8fe9f8b/

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.