Back to skill

Security audit

Book Videographer

Security checks for vulnerabilities and agentic risk

Overview

The skill is a coherent videographer-booking integration, but it can send personal contact details and create an external booking without clear consent or confirmation instructions.

Review this skill carefully before installing. It should only be used when you intend to contact or book a videographer through Lokuli, and the agent should confirm the provider, time, and contact details before creating any booking.

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
97% confidence
Finding
The skill includes a booking flow that sends personal contact data such as name, email, and phone number to an external service, but it does not warn the user or require explicit consent before transmission. This creates a meaningful privacy and compliance risk because users may not understand that their PII is being shared with a third-party endpoint.

Vague Triggers

Medium
Confidence
96% confidence
Finding
The trigger description is broad enough to activate on generic requests like "any videographer service request," which can cause the skill to run in situations the user did not clearly intend. In a booking workflow tied to an external MCP endpoint, unintended activation increases the chance of unnecessary external queries or progressing toward a booking flow without sufficiently explicit user consent.

Static analysis

No suspicious patterns detected.