Back to skill

Security audit

travel city

Security checks for vulnerabilities and agentic risk

Overview

This skill is a straightforward travel-briefing prompt that uses web research and does not install code, persist data, or request unusual privileges.

Before relying on entry or visa guidance, state your actual passport country and verify official government sources. Non-U.S. users may also want to ask for local units, metric-first distances, and local-currency-first pricing.

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

Natural-Language Policy Violations

Medium
Confidence
96% confidence
Finding
The skill defaults `nationality` to U.S. citizen, which can produce incorrect visa, entry, and advisory guidance for users from other countries without explicit consent or confirmation. In a travel-planning context, nationality directly affects border rules and documentation, so a silent U.S.-centric default can mislead users into unsafe or unusable plans.

Natural-Language Policy Violations

Medium
Confidence
98% confidence
Finding
Mandating Fahrenheit-first, miles-first, and USD-oriented formatting imposes a U.S. locale assumption that may confuse or reduce usability for non-U.S. users. While not a classic security flaw, it can contribute to user misunderstanding in travel logistics where distances, temperatures, and prices affect real-world decisions.

Static analysis

No suspicious patterns detected.