Retrieve climate-relevant disaster events, anomalies, and climate news. Use when the user asks about floods, cyclones, droughts, heatwaves, wildfires, or climate disruption.
74
92%
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 includes a literal API key value (wm_0123456... at SKILL.md:10) and instructs callers to put an API key in the X-WorldMonitor-Key header, which encourages emitting or copying a secret verbatim rather than using secure env/CLI-based auth.
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-like value in an example header: "wm_0123456789abcdef0123456789abcdef01234567". This is not a placeholder like "YOUR_API_KEY" and matches the shape of a real API key (long, random hex). Per the secret definition, this should be treated as a credential disclosure.
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 workflow calls external WorldMonitor API endpoints (e.g., `GET /api/climate/v1/list-climate-news` / anomalies), whose returned “headlines / event names / untrusted language” are ingested as response text into the agent’s context, creating an indirect prompt-injection pathway from outsider-authored content (external feeds).
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.