AgentReadyHomeAgent Listing

← Gift Spotter

Gift Spotter — agentic threat model

5.2AIVSS 5.2 · Medium

Gift Spotter (Pixie) is a low-risk conversational recommendation agent with minimal autonomy, primarily vulnerable to prompt injection and catalog poisoning that could lead to malicious link redirection.

OWASP AIVSS score rationale

AIVSS = (CVSS_Base + AARS) × Mitigation_Factor, where AARS = (10 − CVSS_Base) × (Factor_Sum / 10) × ThM
CVSS base 4.3AARS uplift 0.85Factor sum 1.5/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.10
Contextual Awareness
0.30
Dynamic Identity
0.00
Multi-Agent Interactions
0.00
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 — likely relies on a third-party or open-source LLM for natural conversation. Primary threats include prompt injection to bypass budget constraints or generate inappropriate recommendations.

L2 · Data Operations⚠ not certain from listing

Not certain from the listing — likely utilizes a product database or web search to fetch gift ideas. Threats include database/catalog poisoning to inject malicious affiliate links or spam.

L3 · Agent Frameworks⚠ not certain from listing

Not certain from the listing — likely uses a basic conversational orchestration framework. Threats include insecure session state handling and lack of input validation on user-provided chat inputs.

L4 · Deployment & Infrastructure⚠ not certain from listing

Not certain from the listing — as an open-source tool, deployment security depends entirely on the self-hosting user or the creator's web hosting. Threats include standard web application vulnerabilities (e.g., XSS in the chat interface).

L5 · Evaluation & Observability⚠ not certain from listing

Not certain from the listing — no observability, logging, or guardrail mechanisms are mentioned. Threats include a lack of visibility into adversarial interactions or model drift.

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

Not certain from the listing — no explicit authentication or compliance frameworks (like GDPR for personal shopping data) are detailed.

L7 · Agent Ecosystem⚠ not certain from listing

Not certain from the listing — the agent operates standalone and does not appear to interact with other agents, limiting ecosystem risks to external outbound links to shopping sites.

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