AgentReadyHomeAgent Listing

← Airial Travel

Airial Travel — agentic threat model

8.7AIVSS 8.7 · High

Airial Travel presents a moderate-to-high risk profile due to its integration of external untrusted inputs (TikTok/Instagram links) which are highly susceptible to indirect prompt injection, combined with its capability to orchestrate real-world booking APIs.

OWASP AIVSS score rationale

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

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 — likely uses commercial LLMs (like GPT-4o) to parse social media descriptions and generate itineraries. This makes it highly vulnerable to prompt injection attacks embedded within the text of TikTok or Instagram posts.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — relies on real-time API queries for flights/hotels and scraping/parsing of TikTok/IG links. Vulnerable to data poisoning if external travel APIs return malicious data, or if scraped social media metadata contains injection payloads.

L3 · Agent Frameworks✓ mapped

Orchestrates multi-step planning (flights, trains, stays) and tool calling (APIs for search/booking). Vulnerable to tool misuse or insecure tool integration if the LLM is tricked into executing unauthorized booking actions or API calls via prompt injection.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — likely hosted on standard cloud infrastructure with web-facing APIs. Vulnerable to Server-Side Request Forgery (SSRF) if the agent attempts to fetch and parse arbitrary links provided by users.

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — no mention of guardrails or real-time monitoring for malicious inputs (like prompt injections embedded in TikTok/IG descriptions) or anomalous booking requests.

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

Not certain from the listing — handling booking data requires compliance with PCI-DSS (if processing payments) and GDPR (PII for travel bookings), but no compliance certifications are listed.

L7 · Agent Ecosystem⚠ not certain from listing

Not certain from the listing — potential future risk if it integrates with external booking agents or Global Distribution Systems (GDS) without mutual authentication, leading to cascading trust issues.

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