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
89%
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
2 findings: 2 high severity. You should review these findings carefully before considering using this skill.
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.
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.
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 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.
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.