Airport Pickups London

Security checks across static analysis, malware telemetry, and agentic risk

Overview

This is a coherent airport-transfer booking skill, but users should notice that it can book, amend, cancel, and track transfers through a remote API using an API key.

This skill appears purpose-aligned for booking Airport Pickups London transfers. Before installing, understand that it requires configuring a remote MCP server with an API key and that approved actions may create, amend, cancel, or track real bookings while sending passenger and trip details to the provider.

Static analysis

No static analysis findings were reported for this release.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI02: Tool Misuse and Exploitation
Medium
What this means

The agent could affect real-world travel arrangements if the user approves or requests those actions.

Why it was flagged

The skill exposes tools that can create, change, or cancel real travel bookings. This is expected for the stated purpose, and the artifact also instructs the agent not to book without user confirmation.

Skill content
`book_transfer` — Create Booking ... `amend_booking` — Modify Booking ... `cancel_booking` — Cancel Booking
Recommendation

Confirm the route, time, passenger details, price, and cancellation/amendment intent before allowing the agent to submit booking changes.

#
ASI03: Identity and Privilege Abuse
Medium
What this means

Anyone or any agent with the API key may be able to use the associated booking API access.

Why it was flagged

The skill requires a service API key that authorizes the agent to use the booking API. This is disclosed and purpose-aligned, but users should treat the key as sensitive.

Skill content
**This skill requires an API key** via the `x-api-key` header. ... The API key authenticates the agent, not the end user.
Recommendation

Use a dedicated API key for this integration, avoid sharing it, and revoke or rotate it if the skill is no longer needed.

#
ASI07: Insecure Inter-Agent Communication
Medium
What this means

Passenger contact details, itinerary locations, and flight information will be shared with the service provider.

Why it was flagged

The remote MCP/API flow sends personal and trip details to the provider. The data transfer is disclosed and necessary for booking, but it is sensitive information.

Skill content
This skill sends the following data to the APL booking API: - Pickup and dropoff locations - Passenger name, phone, email - Flight numbers
Recommendation

Only provide passenger and trip details you are comfortable sending to Airport Pickups London, and review the provider's privacy practices if needed.