Back to skill

Security audit

Scheduling Engine

Security checks for vulnerabilities and agentic risk

Overview

This is a straightforward scheduling API skill, but users should apply normal privacy and confirmation controls before sending attendee details or changing calendars.

Install only if you are comfortable sending scheduling details to the listed third-party paid gateway. Configure agents to get approval before booking or rescheduling important appointments, minimize sensitive notes, and notify affected attendees when changes are made.

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
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
  • 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

Medium
Confidence
90% confidence
Finding
The skill handles personally identifiable scheduling data such as names, emails, meeting times, and notes, but it provides no warning that this information will be transmitted to an external paid gateway. Users or downstream agents may send sensitive calendar and customer data without realizing the privacy, consent, and data-handling implications.

Missing User Warnings

Medium
Confidence
86% confidence
Finding
The use case explicitly describes automatically rescheduling missed appointments, but the skill does not warn that autonomous calendar modifications can create unintended bookings, customer confusion, or business disruption if triggered without confirmation. In scheduling contexts, silent changes to time-sensitive events can have real operational and privacy consequences.

Static analysis

No suspicious patterns detected.