Country Info
PassAudited by ClawScan on May 1, 2026.
Overview
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.
This 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.
Country names or lookup terms may be sent to the public REST Countries API, but no credentials or local files are involved.
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.
curl -s "https://restcountries.com/v3.1/name/france"
Use it for ordinary country-information questions; avoid putting unrelated personal or sensitive data into country search queries.
