AgentReadyHomeAgent Listing

← cc-suite

cc-suite — agentic threat model

9.7AIVSS 9.7 · Critical

cc-suite presents a high agentic risk profile by establishing a shared trust domain across Claude, Codex, and Gemini, where bidirectional delegation and mirrored MCP servers allow a compromise in one tool to escalate into arbitrary code execution or data exfiltration across all three CLI environments.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 8.8AARS uplift 0.92Factor sum 7.0/10Threat ×1.1Mitigation ×1.0
Autonomy of Action
0.80
Goal-Driven Planning
0.70
Self-Modification
0.40
Dynamic Tool Use
0.90
Persistent Memory
0.60
Contextual Awareness
0.80
Dynamic Identity
0.30
Multi-Agent Interactions
1.00
Non-Determinism
0.80
Opacity & Reflexivity
0.70

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

Utilizes Claude, Codex, and Gemini. The primary threat is cross-model prompt injection, where an adversarial input designed to exploit one model's weaknesses is propagated to the others through shared session history and delegation.

L2 · Data Operations✓ mapped

Reads and shares session histories and uses a single-source AGENTS.md configuration. Threat vectors include session history poisoning, where malicious data injected into one CLI session is read and trusted by another tool, leading to downstream exploitation.

L3 · Agent Frameworks✓ mapped

Orchestrates cross-tool delegation and mirrors hooks/MCP servers. This creates a severe risk of insecure tool integration, as a tool or hook configured for one specific CLI's safety boundaries is mirrored and executed by another CLI without equivalent guardrails.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — likely runs locally within the developer's terminal/host environment with access to local files and APIs. If unsandboxed, a compromise of the mirrored MCP servers could lead to local privilege escalation or host compromise.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — there is no mention of built-in logging, guardrails, or evaluation frameworks to monitor the bidirectional delegation or detect anomalous tool execution across the three CLIs.

L6 · Security & Compliance (cross-cutting)⚠ not certain from listing

Not certain from the listing — no authentication, authorization, or policy enforcement mechanisms are described to govern which agent can delegate tasks or access specific mirrored hooks.

L7 · Agent Ecosystem✓ mapped

Enables full Claude↔Codex bidirectional delegation. This represents an extreme agent-to-agent (A2A) trust abuse risk, where a compromised or rogue agent session can seamlessly delegate malicious tasks to another agent, bypassing local user confirmation.

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