AgentReadyHomeAgent Listing

← red-team-tactics

red-team-tactics — agentic threat model

6.0AIVSS 6.0 · Medium

This agent presents a moderate risk profile; while its actions are restricted to read-only tools (Read/Glob/Grep) preventing direct exploit execution, a compromise could still lead to sensitive data exfiltration or the generation of highly tailored evasion plans for malicious actors.

OWASP AIVSS score rationale

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

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 — The underlying foundation model is not specified. Standard threats like prompt injection could bypass safety guardrails to generate actionable exploit payloads or bypass the intended read-only planning scope.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — The agent relies on MITRE ATT&CK mapping and tactics knowledge. If this knowledge base or its retrieval mechanism is poisoned, the agent could provide flawed, unsafe, or intentionally malicious red-team advice.

L3 · Agent Frameworks✓ mapped

The agent framework restricts allowed-tools to Read/Glob/Grep via frontmatter. The primary threat is tool-use abuse, where an attacker uses prompt injection to coerce the agent into using Glob/Grep to locate and exfiltrate sensitive local files (e.g., credentials, source code).

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — The hosting environment and sandboxing controls are not detailed. If the Read/Glob/Grep tools are executed without strict container-level path restrictions, the agent could access host-level configuration files.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — There is no mention of logging, guardrails, or evaluation frameworks to monitor the agent's output or detect anomalous tool execution patterns.

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

The agent implements a specific security control by restricting its tool scope to Read/Glob/Grep in its frontmatter configuration, preventing it from executing write or execution commands directly.

L7 · Agent Ecosystem⚠ not certain from listing

Not certain from the listing — While described as an 'Agent Skill' that could be integrated into larger multi-agent systems, specific ecosystem interactions or trust boundaries are not defined.

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