Back to skill

Security audit

Event Management

Security checks for vulnerabilities and agentic risk

Overview

This is a disclosed event-planning skill made of Markdown templates, with privacy-sensitive sponsor guidance users should handle carefully.

Before installing, treat this as an event-planning playbook, not a privacy-compliance policy. Do not share full attendee lists or lead data with sponsors unless attendees were clearly notified and opted in where required, and review generated marketing or registration materials for applicable privacy, consent, and anti-spam rules.

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
  • Trigger AbuseOverly Broad Trigger, Shadow Command Trigger, Keyword Baiting Trigger
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
Findings (2)

Missing User Warnings

Medium
Confidence
89% confidence
Finding
The sponsorship package explicitly references sharing attendee lists and the broader skill includes attendee data collection workflows, but it does not pair those actions with consent, lawful-basis, minimization, or privacy-compliance guidance. This creates a realistic risk of unauthorized disclosure of personal data to sponsors or partners, potentially violating privacy regulations and user expectations.

Vague Triggers

Medium
Confidence
94% confidence
Finding
The skill's natural-language command section uses very broad trigger phrases such as 'help with events' and generic event-related intents, which can cause the skill to activate for ambiguous requests outside the user's intended scope. In agent environments, over-broad routing can lead to inappropriate execution paths, confused-deputy behavior, or disclosure/use of event-planning logic when another skill should have handled the request.

Static analysis

No suspicious patterns detected.