AgentReadyHomeAgent Listing

← kql

kql — agentic threat model

7.1AIVSS 7.1 · High

The KQL agent is a low-autonomy query-generation skill posing indirect risks; its primary threat lies in downstream agents or users executing potentially malicious, inefficient, or data-exfiltrating KQL queries without validation.

OWASP AIVSS score rationale

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

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 LLM is not specified, but standard risks like prompt injection leading to malicious KQL generation (KQL injection) or model reprogramming apply.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — it uses a reference surface for KQL syntax and patterns, but details on how this RAG/knowledge base is secured against poisoning or unauthorized modification are absent.

L3 · Agent Frameworks⚠ not certain from listing

Not certain from the listing — the orchestration framework is not detailed. The primary risk is insecure tool integration if a parent framework executes the generated KQL queries without validation.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — hosting details (Azure, local, etc.) are unspecified. Standard containerization and sandboxing risks apply if deployed as an active microservice.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — no built-in guardrails or logging mechanisms are described to detect anomalous or malicious query generation.

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

Not certain from the listing — there is no mention of identity, authorization, or compliance audits (e.g., SOC2) for the skill itself.

L7 · Agent Ecosystem✓ mapped

The skill is designed to shape queries that other agents or users write, creating a dependency risk where downstream agents might blindly trust and execute flawed or malicious KQL.

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