AgentReadyHomeAgent Listing

← Scaled Cognition

Scaled Cognition — agentic threat model

6.9AIVSS 6.9 · Medium

Scaled Cognition presents a moderate-to-high risk profile due to its deep integration with enterprise APIs and customer support platforms, balanced by strong architectural mitigations including statelessness, deterministic constraints, and VPC deployment options.

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.66Factor sum 4.4/10Threat ×1.0Mitigation ×0.75
Autonomy of Action
0.80
Goal-Driven Planning
0.80
Self-Modification
0.10
Dynamic Tool Use
0.80
Persistent Memory
0.00
Contextual Awareness
0.70
Dynamic Identity
0.20
Multi-Agent Interactions
0.20
Non-Determinism
0.30
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

Uses a proprietary 'Agentic Pretrained Transformer' (APT) optimized for actions. Threats include adversarial prompt injection attempting to bypass the pre-trained policy constraints and model extraction/stealing of the closed-source APT architecture.

L2 · Data Operations✓ mapped

The system is explicitly stateless and retains no data, with personal data never leaving the enterprise. This significantly mitigates data exfiltration and knowledge-base poisoning risks, though transient data in transit must still be secured against interception.

L3 · Agent Frameworks✓ mapped

Orchestrates actions across complex APIs and domains. While it enforces deterministic constraints and anti-hallucination rules when calling functions, threats include insecure tool integration and logic flaws in the deterministic constraint engine that could be exploited to trigger unauthorized API actions.

L4 · Deployment & Infrastructure✓ mapped

Offers Hosted or VPC/On-Premise deployment options. VPC and On-Premise deployments drastically reduce the external attack surface and mitigate lateral movement risks, though hosted options remain vulnerable to standard cloud infrastructure threats.

L5 · Evaluation & Observability✓ mapped

Features a built-in API simulation to test against mock APIs without hooking up backends. This allows for robust pre-deployment evaluation, though real-time drift and anomaly detection in production are not explicitly detailed.

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

Strong compliance posture highlighted by statelessness, local enterprise data residency, and deterministic execution constraints, aligning well with strict privacy regulations (e.g., GDPR, CCPA).

L7 · Agent Ecosystem⚠ not certain from listing

Not certain from the listing — The platform acts as a single system backing multiple channels (voice, chat, email), but there is no explicit mention of multi-agent collaboration, delegation, or marketplace interactions that would introduce cascading agent-to-agent trust risks.

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