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), andcurl(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.pyscript reads the contents of local.chart.ymlfiles 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