AgentReadyHomeAgent Listing

← OpenAGI

OpenAGI — agentic threat model

9.3AIVSS 9.3 · Critical

OpenAGI presents a high-risk profile due to its self-improving reinforcement learning feedback loops and multi-model orchestration, which can lead to unpredictable emergent behaviors and reward-hacking vulnerabilities if deployed without strict sandboxing.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 8.1AARS uplift 1.24Factor sum 6.5/10Threat ×1.0Mitigation ×1.0
Autonomy of Action
0.70
Goal-Driven Planning
0.80
Self-Modification
0.80
Dynamic Tool Use
0.70
Persistent Memory
0.50
Contextual Awareness
0.70
Dynamic Identity
0.20
Multi-Agent Interactions
0.60
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

Integrates LLMs with domain-specific expert models. Threats include adversarial examples, model reprogramming, and misaligned outputs, which are amplified by the self-improving reinforcement learning feedback loop.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — The directory listing mentions benchmark and open-ended tasks but does not detail the underlying data architecture, vector stores, or training data pipelines, leaving it potentially vulnerable to data poisoning or lineage gaps.

L3 · Agent Frameworks✓ mapped

Orchestrates LLMs and expert models for complex, multi-step tasks. Vulnerabilities include insecure tool/expert model integration, planning bypasses, and framework-level orchestration flaws.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — As an open-source R&D platform, deployment infrastructure (sandboxing, hosting, secrets management) is left to the user, posing risks of container compromise or privilege escalation if run unsafely.

L5 · Evaluation & Observability✓ mapped

Uses benchmark tasks and reinforcement learning feedback. Threats include evaluation gaming, reward hacking, and feedback loop poisoning where malicious inputs skew the self-improvement mechanism.

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

Not certain from the listing — No mention of built-in access controls, authentication, or compliance frameworks (like NIST/ISO) in the public directory listing.

L7 · Agent Ecosystem✓ mapped

Integrates LLMs with expert models in an extensible, modular architecture. Threats include cascading failures across expert models and trust abuse between the orchestrator and domain-specific models.

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