Retrieve current airport delay and cancellation alerts worldwide — delay type, severity, average delay minutes, and affected-flight percentages per airport. Use when the user asks whether an airport is delayed, disrupted, or experiencing cancellations.
76
96%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
High
Do not use without reviewing
Security
1 high severity finding. You should review these findings carefully before considering using this skill.
Detected sensitive credentials directly embedded within the skill content, such as API keys, access tokens, private keys, or service-specific secrets. Secrets should never be hardcoded in plain text within skill instructions.
The file contains a high-entropy, literal API key in a header example: "wm_0123456789abcdef0123456789abcdef01234567". This matches the definition of a secret (appears to be a usable API key with a non-placeholder format and substantial entropy). I flagged it because it is not a generic placeholder (e.g., YOUR_API_KEY) nor a simple setup password; it looks like a concrete credential that could be active.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill exposes the agent to untrusted, user-generated content from public third-party sources, creating a risk of indirect prompt injection. This includes browsing arbitrary URLs, reading social media posts or forum comments, and analyzing content from unknown websites.
The required runtime workflow calls a public API endpoint (`GET https://api.worldmonitor.app/api/aviation/v1/list-airport-delays`) and ingests its JSON response fields (e.g., airport `name`, `city`, etc.) as LLM-readable text, which can be outsider-authored content and thus can be indirect prompt-injection vectors.
23ab7d1
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.