AgentReadyHomeAgent Listing

← terraform-module-library

terraform-module-library — agentic threat model

8.0AIVSS 8.0 · High

This agent skill acts as an IaC code generator, presenting moderate risk due to its ability to write directly to local .tf files, which could lead to supply chain or infrastructure compromise if hijacked.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 7.3AARS uplift 0.73Factor sum 2.7/10Threat ×1.0Mitigation ×1.0
Autonomy of Action
0.30
Goal-Driven Planning
0.20
Self-Modification
0.00
Dynamic Tool Use
0.40
Persistent Memory
0.10
Contextual Awareness
0.50
Dynamic Identity
0.10
Multi-Agent Interactions
0.10
Non-Determinism
0.60
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 — relies on the host agent's underlying foundation model. The primary threat is prompt injection or adversarial reprogramming that forces the model to output insecure, backdoored, or misconfigured Terraform code.

L2 · Data Operations✓ mapped

The skill injects module scaffolding and organizational standards. If the source repository or vector store containing these templates is poisoned, the agent will systematically generate vulnerable infrastructure patterns across the organization.

L3 · Agent Frameworks✓ mapped

The agent framework executes tool calls to write into local '.tf' files. Insecure tool integration or lack of strict path sanitization could allow path traversal, overwriting critical system files outside the intended workspace.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — the deployment environment of the host agent is unspecified. If the agent runs with high privileges or has direct access to cloud provider APIs to apply the generated Terraform, a compromise could lead to full cloud infrastructure takeover.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — there is no mention of built-in static analysis (e.g., tfsec, Checkov) or guardrails to validate the generated Terraform code before it is written to disk or executed.

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

Not certain from the listing — no identity, authorization, or compliance controls are described. Access control to the module library and audit logging of generated files are critical but unmentioned.

L7 · Agent Ecosystem✓ mapped

As an 'Agent Skill', this component is designed to be integrated into other agents. Vulnerabilities in this skill (such as malicious template injection) can propagate horizontally to any orchestrator agent utilizing it.

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