Back to skill

Security audit

Book Physical Therapy

Security checks for vulnerabilities and agentic risk

Overview

This skill is a simple physical-therapy booking helper that uses an external Lokuli MCP service and asks for ordinary booking contact details, with privacy caveats users should notice.

Before installing, understand that this skill can help book physical-therapy appointments through Lokuli and may send your contact details and selected appointment information to that service. Confirm the provider, date, time, and any personal information before allowing a booking call.

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
94% confidence
Finding
The trigger description is broad enough that the skill may activate on generic health-service requests without clear user intent to use this specific booking workflow. Unintended invocation can lead to premature collection or transmission of sensitive scheduling and contact information to an external MCP endpoint.

Missing User Warnings

Medium
Confidence
95% confidence
Finding
The skill instructs collection and transmission of personal contact data such as name, email, and phone number to a third-party booking service without any user-facing warning or consent language. In a healthcare-adjacent context, this increases privacy risk because users may not expect their personal information to be sent externally during booking.

Static analysis

No suspicious patterns detected.