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)
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.
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.
| Label | Layer | Status | Path |
|---|---|---|---|
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.
| Label | Layer | Status | Path |
|---|---|---|---|
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.
| Label | Layer | Status | Path |
|---|---|---|---|
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 |
| Label | Layer | Status | Path |
|---|---|---|---|
GPG_PASSPHRASE |
cicd | healthy | — |
GPG_PRIVATE_KEY |
cicd | healthy | — |
GITHUB_TOKEN |
cicd | healthy | — |
CENTRAL_USERNAME |
cicd | healthy | — |
CENTRAL_PASSWORD |
cicd | healthy | — |
| Label | Layer | Status | Path |
|---|---|---|---|
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 |
| Label | Layer | Status | Path |
|---|---|---|---|
redis |
data | healthy | README.md |
postgresql |
data | healthy | README.md |
postgres |
data | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
image::litellm-proxy/Dockerfile |
hardware | healthy | litellm-proxy/Dockerfile |
proxy |
hardware | healthy | docker-compose.yml |
postgres |
hardware | healthy | docker-compose.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
vps::azure |
hardware | healthy | README.md |
vps::aws |
hardware | healthy | README.md |
| Label | Layer | Status | Path |
|---|---|---|---|
gha::ci |
cicd | healthy | .github/workflows/ci.yml |
gha::release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
build |
cicd | healthy | .github/workflows/ci.yml |
release |
cicd | healthy | .github/workflows/release.yml |
| Label | Layer | Status | Path |
|---|---|---|---|
repobility-clone-b3bxhxq8 |
software | healthy | /tmp/repobility-clone-b3bxhxq8 |
| Label | Layer | Status | Path |
|---|---|---|---|
port:4000 |
network | healthy | docker-compose.yml |
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.