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.

Vincent-Ye/java-litellm

https://github.com/Vincent-Ye/java-litellm · scanned 2026-06-16 00:50 UTC (2 months, 1 week ago)

10 raw signals (0 security + 10 graph)

UNIFIED Repobility · multi-layer engine · AI coders

Complete repo analysis

Last scanned 2 months, 1 week ago · v1 · 10 actionable findings from 1 signal source. Security checks, system graph analysis, and verified AI-agent feedback are merged into one review queue.

JSON
Severity distribution — click a segment to filter
Active filters: excluding tests × Reset all

All 384 nodes from the latest scan, grouped by kind. Each node is a unit the engine identified (file, function, endpoint, table…). Most users won't need this view — it's primarily for debugging the engine's graph extraction or for AI agents that want to enumerate the project structure.

LabelLayerStatusPath
litellm-core software healthy litellm-core
src software healthy litellm-core/src
test software healthy litellm-core/src/test
java software healthy litellm-core/src/test/java
dev software healthy litellm-core/src/test/java/dev
javalitellm software healthy litellm-core/src/test/java/dev/javalitellm
core software healthy litellm-core/src/test/java/dev/javalitellm/core
chat software healthy litellm-core/src/test/java/dev/javalitellm/core/chat
tokens software healthy litellm-core/src/test/java/dev/javalitellm/core/tokens
pricing software healthy litellm-core/src/test/java/dev/javalitellm/core/pricing
main software healthy litellm-core/src/main
resources software healthy litellm-core/src/main/resources
java software healthy litellm-core/src/main/java
dev software healthy litellm-core/src/main/java/dev
javalitellm software healthy litellm-core/src/main/java/dev/javalitellm
core software healthy litellm-core/src/main/java/dev/javalitellm/core
spi software healthy litellm-core/src/main/java/dev/javalitellm/core/spi
http software healthy litellm-core/src/main/java/dev/javalitellm/core/http
chat software healthy litellm-core/src/main/java/dev/javalitellm/core/chat
tokens software healthy litellm-core/src/main/java/dev/javalitellm/core/tokens
exception software healthy litellm-core/src/main/java/dev/javalitellm/core/exception
embedding software healthy litellm-core/src/main/java/dev/javalitellm/core/embedding
pricing software healthy litellm-core/src/main/java/dev/javalitellm/core/pricing
litellm-cache software healthy litellm-cache
src software healthy litellm-cache/src
test software healthy litellm-cache/src/test
java software healthy litellm-cache/src/test/java
dev software healthy litellm-cache/src/test/java/dev
javalitellm software healthy litellm-cache/src/test/java/dev/javalitellm
cache software healthy litellm-cache/src/test/java/dev/javalitellm/cache
main software healthy litellm-cache/src/main
java software healthy litellm-cache/src/main/java
dev software healthy litellm-cache/src/main/java/dev
javalitellm software healthy litellm-cache/src/main/java/dev/javalitellm
cache software healthy litellm-cache/src/main/java/dev/javalitellm/cache
docs software healthy docs
litellm-client software healthy litellm-client
src software healthy litellm-client/src
test software healthy litellm-client/src/test
java software healthy litellm-client/src/test/java
dev software healthy litellm-client/src/test/java/dev
javalitellm software healthy litellm-client/src/test/java/dev/javalitellm
client software healthy litellm-client/src/test/java/dev/javalitellm/client
main software healthy litellm-client/src/main
java software healthy litellm-client/src/main/java
dev software healthy litellm-client/src/main/java/dev
javalitellm software healthy litellm-client/src/main/java/dev/javalitellm
client software healthy litellm-client/src/main/java/dev/javalitellm/client
litellm-callbacks software healthy litellm-callbacks
src software healthy litellm-callbacks/src

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
pom.xml software healthy pom.xml
CONTRIBUTING.zh.md software healthy CONTRIBUTING.zh.md
README.md software healthy README.md
config.example.yaml software healthy config.example.yaml
CONTRIBUTING.md software healthy CONTRIBUTING.md
README.zh.md software healthy README.zh.md
LICENSE software healthy LICENSE
NOTICE software healthy NOTICE
docker-compose.yml software healthy docker-compose.yml
pom.xml software healthy litellm-core/pom.xml
ModelIdTest.java software healthy litellm-core/src/test/java/dev/javalitellm/core/ModelIdTest…
ChatRequestTest.java software healthy litellm-core/src/test/java/dev/javalitellm/core/chat/ChatRe…
TokenCounterTest.java software healthy litellm-core/src/test/java/dev/javalitellm/core/tokens/Toke…
CostCalculatorTest.java software healthy litellm-core/src/test/java/dev/javalitellm/core/pricing/Cos…
model_prices_and_context_window.json software healthy litellm-core/src/main/resources/model_prices_and_context_wi…
ModelId.java software healthy litellm-core/src/main/java/dev/javalitellm/core/ModelId.java
ProviderConfig.java software healthy litellm-core/src/main/java/dev/javalitellm/core/spi/Provide…
Capability.java software healthy litellm-core/src/main/java/dev/javalitellm/core/spi/Capabil…
LlmProvider.java software healthy litellm-core/src/main/java/dev/javalitellm/core/spi/LlmProv…
StreamHandler.java software healthy litellm-core/src/main/java/dev/javalitellm/core/spi/StreamH…
HttpTransport.java software healthy litellm-core/src/main/java/dev/javalitellm/core/http/HttpTr…
StatusErrorMapper.java software healthy litellm-core/src/main/java/dev/javalitellm/core/http/Status…
Message.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/Messag…
Usage.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/Usage.…
Content.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/Conten…
ResponseFormat.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/Respon…
ToolChoice.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/ToolCh…
ChatChunk.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/ChatCh…
ChatRequest.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/ChatRe…
ToolCall.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/ToolCa…
Choice.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/Choice…
Tool.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/Tool.j…
ChatResponse.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/ChatRe…
Role.java software healthy litellm-core/src/main/java/dev/javalitellm/core/chat/Role.j…
TokenCounter.java software healthy litellm-core/src/main/java/dev/javalitellm/core/tokens/Toke…
ServiceUnavailableException.java software healthy litellm-core/src/main/java/dev/javalitellm/core/exception/S…
ContextWindowExceededException.java software healthy litellm-core/src/main/java/dev/javalitellm/core/exception/C…
RateLimitException.java software healthy litellm-core/src/main/java/dev/javalitellm/core/exception/R…
AuthenticationException.java software healthy litellm-core/src/main/java/dev/javalitellm/core/exception/A…
ApiTimeoutException.java software healthy litellm-core/src/main/java/dev/javalitellm/core/exception/A…
NotFoundException.java software healthy litellm-core/src/main/java/dev/javalitellm/core/exception/N…
InternalServerException.java software healthy litellm-core/src/main/java/dev/javalitellm/core/exception/I…
PermissionDeniedException.java software healthy litellm-core/src/main/java/dev/javalitellm/core/exception/P…
LiteLlmException.java software healthy litellm-core/src/main/java/dev/javalitellm/core/exception/L…
UnsupportedCapabilityException.java software healthy litellm-core/src/main/java/dev/javalitellm/core/exception/U…
BadRequestException.java software healthy litellm-core/src/main/java/dev/javalitellm/core/exception/B…
EmbeddingResponse.java software healthy litellm-core/src/main/java/dev/javalitellm/core/embedding/E…
EmbeddingRequest.java software healthy litellm-core/src/main/java/dev/javalitellm/core/embedding/E…
ModelPriceTable.java software healthy litellm-core/src/main/java/dev/javalitellm/core/pricing/Mod…
CostCalculator.java software healthy litellm-core/src/main/java/dev/javalitellm/core/pricing/Cos…

Showing first 50 of this kind. Full payload available via the JSON button at the top of the page.

LabelLayerStatusPath
teams data healthy litellm-proxy/src/main/resources/db/migration/V3__teams_and…
users data healthy litellm-proxy/src/main/resources/db/migration/V3__teams_and…
model_deployments data healthy litellm-proxy/src/main/resources/db/migration/V4__model_dep…
virtual_keys data healthy litellm-proxy/src/main/resources/db/migration/V1__init.sql
spend_logs data healthy litellm-proxy/src/main/resources/db/migration/V1__init.sql

LabelLayerStatusPath
GPG_PASSPHRASE cicd healthy
GPG_PRIVATE_KEY cicd healthy
GITHUB_TOKEN cicd healthy
CENTRAL_USERNAME cicd healthy
CENTRAL_PASSWORD cicd healthy

LabelLayerStatusPath
V3__teams_and_users.sql data healthy litellm-proxy/src/main/resources/db/migration/V3__teams_and…
V4__model_deployments.sql data healthy litellm-proxy/src/main/resources/db/migration/V4__model_dep…
V2__key_rate_limits.sql data healthy litellm-proxy/src/main/resources/db/migration/V2__key_rate_…
V1__init.sql data healthy litellm-proxy/src/main/resources/db/migration/V1__init.sql

LabelLayerStatusPath
redis data healthy README.md
postgresql data healthy README.md
postgres data healthy docker-compose.yml

LabelLayerStatusPath
image::litellm-proxy/Dockerfile hardware healthy litellm-proxy/Dockerfile
proxy hardware healthy docker-compose.yml
postgres hardware healthy docker-compose.yml

LabelLayerStatusPath
vps::azure hardware healthy README.md
vps::aws hardware healthy README.md

LabelLayerStatusPath
gha::ci cicd healthy .github/workflows/ci.yml
gha::release cicd healthy .github/workflows/release.yml

LabelLayerStatusPath
build cicd healthy .github/workflows/ci.yml
release cicd healthy .github/workflows/release.yml

LabelLayerStatusPath
repobility-clone-b3bxhxq8 software healthy /tmp/repobility-clone-b3bxhxq8

LabelLayerStatusPath
port:4000 network healthy docker-compose.yml
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/ef44536f-f9d0-431e-8b09-6e9466a03824/

To check status programmatically (no auth required):

curl -s https://repobility.com/api/v1/public/scan/ef44536f-f9d0-431e-8b09-6e9466a03824/

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.