AgentReadyHomeAgent Listing

← FloorDrafter

FloorDrafter — agentic threat model

6.2AIVSS 6.2 · Medium

FloorDrafter exhibits low agentic risk due to its limited autonomy and lack of real-world execution capabilities, with its primary security concerns centered around intellectual property theft of uploaded designs and potential vulnerabilities in image processing pipelines.

OWASP AIVSS score rationale

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

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

Uses text-to-image or image-to-image models to generate spatial layouts. Threats include adversarial prompt injection to bypass content filters, model stealing of proprietary fine-tuned weights, and hallucinated structural layouts that could lead to physical safety issues if implemented without professional review.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — The agent processes user-uploaded images and text descriptions of floor plans. Threats include data exfiltration of proprietary architectural designs, and potential data poisoning if user uploads are ingested to fine-tune future iterations of the model.

L3 · Agent Frameworks⚠ not certain from listing

Not certain from the listing — The orchestration appears to be a straightforward pipeline from prompt/image input to rendering and editing tools. Threats include insecure integration of the editing suite and vulnerabilities in the file generation/conversion tools.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — Offered as both paid and open-source. Threats include server-side request forgery (SSRF) via image upload URLs, container compromise in multi-tenant hosting environments, and remote code execution (RCE) through vulnerabilities in image processing libraries (e.g., Pillow, ImageMagick) during PNG export.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — No observability or guardrail mechanisms are detailed. Gaps in logging and input validation could allow users to abuse the generation API or upload malicious payloads undetected.

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

Not certain from the listing — No compliance certifications (e.g., SOC2, ISO 27001) or explicit access control policies are mentioned. Robust authentication and authorization are required to prevent unauthorized access to private user-generated floor plans.

L7 · Agent Ecosystem✓ mapped

The agent operates as a standalone utility without multi-agent coordination or marketplace integrations, making ecosystem-level threats minimal.

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