CtrlK
BlogDocsLog inGet started
Tessl Logo

monitor-webcams

Discover live webcams in a map viewport and resolve thumbnails or player URLs. Use when the user asks for visual context near a location, route, border, port, or city.

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

Line 10 contains a literal, high-entropy API key: "wm_0123456789abcdef0123456789abcdef01234567". It is not a generic placeholder (e.g., YOUR_API_KEY or sk-xxxx) and matches the form of a real service API key, so I treat it as a potential secret. Other occurrences (the use of $WM_API_KEY in the worked example and header names like X-WorldMonitor-Key) are environment-variable usage or header names and are ignored per the rules.

Report incorrect finding
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.