skills/owid/etl/check-chart-preview/Gen Agent Trust Hub

check-chart-preview

Pass

Audited by Gen Agent Trust Hub on Feb 28, 2026

Risk Level: SAFE
Full Analysis
  • [COMMAND_EXECUTION]: The skill executes local commands including git (to determine the current branch), python (to run a helper script), and curl (to fetch chart previews). These operations are standard for a development workflow and are used to interact with the project's staging environment.
  • [DATA_EXPOSURE]: The get_staging_url.py script reads the contents of local .chart.yml files to extract slugs and metadata. This access is restricted to the repository's data files and is necessary for the skill's primary function of previewing specific charts.
  • [EXTERNAL_DOWNLOADS]: The skill makes network requests to a dynamically determined staging server (constructed as http://staging-site-<branch>/). These requests are used to fetch PNG images or navigate the browser to a preview page, which is the intended behavior of the tool.
Audit Metadata
Risk Level
SAFE
Analyzed
Feb 28, 2026, 11:44 AM