Back to skill

Security audit

Book Pedicure

Security checks for vulnerabilities and agentic risk

Overview

This skill is a coherent pedicure booking helper, but it needs review because it can use a third-party booking service with personal contact details without clearly requiring user consent or final confirmation.

Install only if you are comfortable using Lokuli for pedicure searches and bookings. Before any booking is created, the agent should confirm the provider, service, time, and that your name, email, and phone number will be sent to the booking service.

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)

Missing User Warnings

High
Confidence
96% confidence
Finding
The skill instructs use of an external booking service and includes fields for customer name, email, and phone number, but provides no warning that this personal data will be transmitted to a third party. That omission creates a privacy and consent risk because users may provide sensitive contact information without understanding where it is sent or stored.

Vague Triggers

Medium
Confidence
92% confidence
Finding
The trigger description is broad enough to activate on generic pedicure-related requests, which can cause the agent to invoke an external booking workflow when the user may only want information or recommendations. In this skill, unintended activation is meaningful because it can lead to searches against a third-party service and potentially steer the conversation toward collecting booking details unnecessarily.

Static analysis

No suspicious patterns detected.