Our world in data

PassAudited by ClawScan on May 1, 2026.

Overview

This skill is a coherent, purpose-aligned guide for retrieving public Our World in Data content, with only a minor package-install supply-chain note.

This appears safe and narrowly scoped for retrieving public OWID information. Before installing, be aware that it asks you to install the external `owid-catalog` Python package and will use OWID’s public API for searches and chart retrieval.

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.

What this means

Installing the skill may require adding a third-party Python package to the environment.

Why it was flagged

The skill relies on installing an external Python package from PyPI. The package version is pinned and directly related to the stated OWID purpose, but users should recognize that this introduces normal third-party package supply-chain trust.

Skill content
pip install owid-catalog==1.0.0rc2
Recommendation

Install only from the expected package source and review the package if your environment has strict dependency controls.