Back to skill

Security audit

Book Meditation

Security checks for vulnerabilities and agentic risk

Overview

The skill is coherent for booking meditation services, but it can send a user's contact details to an external booking service and does not clearly require consent or confirmation first.

Before installing, confirm you are comfortable with Lokuli handling search and booking requests. Only use it when you intend to search or book meditation services, and require the agent to confirm the provider, time, and contact details before creating any booking or sending personal information.

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
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Vague Triggers

Medium
Confidence
90% confidence
Finding
The trigger description is broad enough to activate on vague meditation-related requests, including informational or exploratory queries that do not clearly express booking intent. In a skill that can search providers and create bookings through an external MCP service, unintended invocation increases the risk of acting on the user's behalf without sufficiently explicit consent or context.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill supports create_booking with customerName, customerEmail, and customerPhone, but the description does not warn that this personal data will be sent to a third-party service at lokuli.com. Users and integrators may not realize that invoking the skill causes external disclosure of contact information, which creates privacy and consent risks and can lead to inappropriate handling of sensitive personal data.

Static analysis

No suspicious patterns detected.