AgentReadyHomeAgent ListingPricing

← LM Studio

LM Studio — agentic threat model

6.5AIVSS 6.5 · Medium

LM Studio presents low direct agentic risk due to its lack of autonomous planning, tool execution, or self-modification capabilities. Its primary security risks are traditional software and supply chain vulnerabilities, such as hosting malicious local models or exposing its local API server to unauthorized network access.

OWASP AIVSS score rationale

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

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✓ mapped

LM Studio directly loads and runs foundation models (LLama, Falcon, MPT, etc.) locally. The primary threats at this layer are adversarial prompt injection, downloading backdoored or malicious models from Hugging Face, and generating misaligned or harmful outputs locally.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — The description does not mention built-in RAG, vector stores, or data pipelines. The primary data risk is the potential exposure of local chat history files or the ingestion of poisoned local documents if external tools are manually connected.

L3 · Agent Frameworks⚠ not certain from listing

Not certain from the listing — LM Studio serves as a model provider rather than an orchestrator. It does not appear to have built-in agent planning, memory, or tool-calling frameworks, though it exposes an OpenAI-compatible API that external agent frameworks can exploit.

L4 · Deployment & Infrastructure✓ mapped

The application runs locally on user hardware and hosts a local API server. Key threats include unauthorized local network access to the API port, potential remote code execution (RCE) via vulnerabilities in the model parser (e.g., GGUF format exploits), and lack of sandboxing for executed models.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — There is no mention of built-in guardrails, output filtering, logging, or evaluation metrics. Observability is limited to the user-friendly chat interface and local console logs.

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

The application provides strong privacy compliance by running entirely offline, preventing data exfiltration to third parties. However, it lacks enterprise security controls such as built-in authentication/authorization for its local API server.

L7 · Agent Ecosystem⚠ not certain from listing

Not certain from the listing — The app does not feature an active multi-agent ecosystem, but it connects to Hugging Face for model discovery, introducing supply chain risks from unverified third-party model publishers.

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

These scores are auto-generated from public information (the agent's own listing, docs, and repository) using the canonical OWASP AIVSS formula and the MAESTRO framework — an estimate for guidance, not a penetration test, audit, or certification. See the scoring methodology. Are you the vendor? Factual corrections are free.