Back to skill

Security audit

zola

Security checks for vulnerabilities and agentic risk

Overview

This Zola skill is coherent, but it exposes sensitive wedding account data and destructive account changes without enough scoping or confirmation guidance.

Install only if you intend to let the agent access and manage your Zola wedding data. Before allowing writes, confirm the exact account, event, guest, vendor, or budget item involved, and treat guest addresses, RSVPs, gifts, and vendor conversations as private data.

Vulnerability Patterns
  • Skill Instruction HijackingAlters the agent's session goals or safety constraints when the skill loads
  • Agent Memory PoisoningWrites attacker-controlled rules into memory that affect later sessions
  • Remote Payload Retrieval and ExecutionFetches external code whose behavior can change after review
  • Embedded Malicious CodeShips malicious scripts inside the skill and executes them locally
  • Unauthorized Access and Privilege EscalationObtains permissions beyond the task's legitimate needs
Vulnerability Patterns
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Vague Triggers

Medium
Confidence
97% confidence
Finding
The trigger description is broad enough to match many generic wedding-related requests, which can cause this skill to activate when the user did not specifically intend Zola account access or wedding-data operations. In this context, unintended activation is more dangerous because the skill exposes numerous read/write actions over sensitive personal data and destructive operations such as removing guests, vendors, and invitations.

Missing User Warnings

Medium
Confidence
98% confidence
Finding
The skill advertises many sensitive and destructive capabilities—such as updating budgets, adding/removing guests, assigning seats, and modifying event invitations—without warning the user or agent about privacy, account-scope, or mutation risks. This increases the chance of accidental disclosure of guest addresses, RSVP data, gift information, or unintended destructive changes to wedding planning records.

Static analysis

No suspicious patterns detected.