CtrlK
BlogDocsLog inGet started
Tessl Logo

monitor-supply-chain-stress

Retrieve current shipping market stress from carrier and freight indicators. Use when the user asks whether supply chains or container shipping are under pressure right now.

72

Quality

89%

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

2 findings: 2 high severity. You should review these findings carefully before considering using this skill.

High

W007: Insecure credential handling detected in skill instructions.

What this means

The skill handles credentials insecurely by requiring the agent to include secret values verbatim in its generated output. This exposes credentials in the agent’s context and conversation history, creating a risk of data exfiltration.

Why it was flagged

The skill embeds a literal API key value and requires agents to place an API key in the X-WorldMonitor-Key header, which encourages including secret values verbatim in generated requests/outputs.

Report incorrect finding
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 literal, high-entropy API-key-like value: "wm_0123456789abcdef0123456789abcdef01234567". It is not a generic placeholder (e.g., YOUR_API_KEY or sk-xxxx) and appears to be a real API key format (prefix "wm_" + long hex-like string), so it meets the definition of a secret and should be flagged.

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.