AgentReadyHomeAgent Listing

← LiteLLM

LiteLLM — agentic threat model

7.8AIVSS 7.8 · High

LiteLLM acts as a centralized API gateway and proxy for multiple LLM providers, presenting a high-value target for credential theft and request interception, though it lacks native autonomous planning or agentic capabilities.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 8.5AARS uplift 0.2Factor sum 1.3/10Threat ×1.0Mitigation ×0.9
Autonomy of Action
0.10
Goal-Driven Planning
0.00
Self-Modification
0.00
Dynamic Tool Use
0.20
Persistent Memory
0.10
Contextual Awareness
0.10
Dynamic Identity
0.40
Multi-Agent Interactions
0.10
Non-Determinism
0.20
Opacity & Reflexivity
0.10

Scored with the canonical OWASP AIVSS formula (AIVSS calculator reference); agentic risk factors estimated from the agent’s described capabilities.

MAESTRO 7-layer threat model

Per-layer threats for this agent. Layers tagged “not certain from listing” are general, caveated commentary where the public description didn’t pin that layer.

L1 · Foundation Models⚠ not certain from listing

Not certain from the listing — LiteLLM does not host foundation models itself but acts as a gateway to external models (OpenAI, Anthropic, Azure), making it susceptible to upstream model vulnerabilities, adversarial bypasses, or data poisoning of those external endpoints.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — LiteLLM does not manage vector databases or training data directly, though it handles prompt/response payloads which could be intercepted or leaked if logging is insecurely configured.

L3 · Agent Frameworks✓ mapped

LiteLLM serves as a translation and routing layer rather than an orchestration framework; vulnerabilities here involve proxy-level request manipulation, key exposure, or routing logic bypasses.

L4 · Deployment & Infrastructure✓ mapped

As a proxy/package, deployment risks include insecure storage of API keys (environment variables), lack of network isolation, and potential man-in-the-middle (MitM) attacks on outgoing LLM API calls.

L5 · Evaluation & Observability✓ mapped

LiteLLM includes built-in logging and analytics features, but insecure logging configurations could inadvertently expose sensitive user prompts, API keys, or system responses to third-party logging providers.

L6 · Security & Compliance (cross-cutting)✓ mapped

LiteLLM acts as a central hub for API keys across multiple providers; a lack of robust access controls, key rotation, or audit logging at this proxy layer poses significant compliance and credential theft risks.

L7 · Agent Ecosystem⚠ not certain from listing

Not certain from the listing — LiteLLM does not natively orchestrate multi-agent marketplaces, but a compromise of this gateway would cascade failures across all downstream agents relying on it for LLM access.

MAESTRO — the 7-layer agentic threat-modeling framework (Cloud Security Alliance / Ken Huang).