skills/jeremylongshore/claude-code-plugins-plus-skills/shopify-upgrade-migration/Gen Agent Trust Hub
shopify-upgrade-migration
Pass
Audited by Gen Agent Trust Hub on Mar 26, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill uses standard command-line tools like
grep,find, andsedto identify and update API version strings within the local project files. These operations are restricted to the local file system and align with the skill's migration utility. - [EXTERNAL_DOWNLOADS]: Includes a
curlcommand to fetch available API versions from the Shopify Admin API using the user's provided store environment variable ($STORE). This is a standard operation for Shopify developers to verify version availability. - [DATA_EXPOSURE]: The instructions reference environment variables like
$TOKENand$STOREfor authentication with the Shopify API. The skill demonstrates safe practices by using these variables rather than suggesting hardcoded credentials.
Audit Metadata