CtrlK
BlogDocsLog inGet started
Tessl Logo

check-airport-delays

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

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

High

Do not use without reviewing

SKILL.md
Quality
Evals
Security

Security

1 high severity finding. You should review these findings carefully before considering using this skill.

High

W008: Secret detected in skill content (API keys, tokens, passwords).

What this means

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.

Why it was flagged

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.

Report incorrect finding

Low

Low-risk findings.

1 low severity finding. Worth noting, but not necessarily harmful.

Low

W011: Third-party content exposure detected (indirect prompt injection risk).

What this means

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.

Why it was flagged

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.

Repository
koala73/worldmonitor
Audited
Security analysis
Snyk

Is this your skill?

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.