Back to skill

Security audit

Travel Manager

Security checks for vulnerabilities and agentic risk

Overview

This is a plain Markdown travel-planning skill with no executable code, persistence, credential use, or hidden behavior, though its visa guidance should be verified before use.

Install only if you want a lightweight travel-planning checklist skill. Treat its visa and document requirements as prompts to verify with official government or consular sources, not as final travel advice.

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)

Vague Triggers

Medium
Confidence
92% confidence
Finding
The skill description is broad enough to activate on many generic travel-related requests, which can cause the wrong skill to be selected when a user did not specifically intend comprehensive travel planning or booking support. Overbroad activation increases the chance of unnecessary access to travel-planning context and can route users into workflows that are more capable or sensitive than needed.

Natural-Language Policy Violations

Medium
Confidence
96% confidence
Finding
The document gives country-specific visa rules as unconditional facts without stating the traveler's nationality, passport type, residency, or trip purpose. Visa requirements vary significantly by citizenship and can change frequently, so users may rely on incorrect guidance and be denied boarding, refused entry, or incur significant travel disruption.

Static analysis

No suspicious patterns detected.