Back to skill

Security audit

Book Data Recovery

Security checks for vulnerabilities and agentic risk

Overview

This skill is a real booking integration for data-recovery services, but it can send contact details to an external service and create bookings without enough explicit scoping or consent guidance.

Review this skill before installing if you do not want an agent to contact an external booking service. Only use it when you intend to search for or schedule data-recovery service, and confirm the provider, time, and contact details before allowing a booking request.

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 collects and transmits personal contact information such as name, email, and phone number to an external MCP service, but it provides no user warning, consent language, or data-handling notice. This is dangerous because users may disclose sensitive personal information without understanding it will be sent to a third party, creating privacy, compliance, and trust risks.

Vague Triggers

Medium
Confidence
93% confidence
Finding
The trigger description is broad enough to activate on generic 'data-recovery service request' phrasing, which can cause the skill to run when the user has not clearly asked to engage an external booking workflow. In this context, unintended activation is more dangerous because the skill is connected to a live third-party MCP endpoint that can search providers and potentially lead to collection or transmission of user data.

Static analysis

No suspicious patterns detected.