Back to skill
v1.0.0

Country Info

BenignClawScan verdict for this skill. Analyzed May 1, 2026, 6:00 AM.

Analysis

This is a simple instruction-only country lookup skill that uses a public REST Countries API and does not request credentials, install code, or access local files.

GuidanceThis skill appears safe for normal country-information lookups. It may contact restcountries.com to answer questions, so only provide ordinary lookup terms rather than unrelated sensitive information.

Findings (1)

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.

Abnormal behavior control

Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.

Tool Misuse and Exploitation
SeverityInfoConfidenceHighStatusNote
SKILL.md
curl -s "https://restcountries.com/v3.1/name/france"

The skill documents use of curl to call an external API. This is expected for the stated country-information purpose and is limited to public country data queries.

User impactCountry names or lookup terms may be sent to the public REST Countries API, but no credentials or local files are involved.
RecommendationUse it for ordinary country-information questions; avoid putting unrelated personal or sensitive data into country search queries.