Geopolitics Expert

AdvisoryAudited by Static analysis on Apr 30, 2026.

Overview

No suspicious patterns detected.

Findings (0)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

A malicious or misleading web page could influence the analysis if the agent over-trusts fetched content.

Why it was flagged

The skill directs the agent to fetch user-provided URLs. This is expected for news analysis, but external pages are untrusted inputs and should not be treated as instructions.

Skill content
Use `web_fetch` to extract article content from the provided URL.
Recommendation

Use the fetched article as evidence only, and verify important claims against other sources before relying on the analysis.

What this means

Users could over-rely on confident forecasts or trading opinions in a high-uncertainty domain.

Why it was flagged

The skill intentionally pushes the agent to provide confident probabilities and includes commodity trading assessments, which can make uncertain geopolitical and market forecasts appear more authoritative than they are.

Skill content
- **Be decisive** — provide clear probabilities, not vague ranges
Recommendation

Treat outputs as one analytical perspective, not definitive predictions or financial advice, and cross-check with reliable sources.