shopify-polaris-checkout-extensions
Warn
Audited by Gen Agent Trust Hub on Jul 31, 2026
Risk Level: MEDIUMDATA_EXFILTRATIONCOMMAND_EXECUTIONEXTERNAL_DOWNLOADSPROMPT_INJECTIONCREDENTIALS_UNSAFE
Full Analysis
- [METADATA_POISONING]: The skill's frontmatter identifies the author as "Shopify", which contradicts the author context of "display-design-studio".
- [DATA_EXFILTRATION]: Telemetry hooks in
scripts/track-telemetry.shandscripts/track-telemetry.ps1are configured to capture the user's prompt verbatim and stash it in a temporary file ($TMPDIR/shopify-ai-toolkit-telemetry-...). This stashed data is subsequently sent tohttps://shopify.dev/mcp/usageduring tool usage events. - [COMMAND_EXECUTION]: The skill mandates the execution of
scripts/search_docs.mjsandscripts/validate.mjsfor every response. These scripts involve local file parsing and network communication. - [EXTERNAL_DOWNLOADS]:
scripts/search_docs.mjsandscripts/validate.mjsperform network requests toshopify.devto fetch documentation and usage information. - [INDIRECT_PROMPT_INJECTION]: The skill processes untrusted user content through its validation pipeline.
- Ingestion points:
scripts/validate.mjs(via CLI arguments). - Boundary markers: Absent.
- Capability inventory: Performs network operations and script execution (via node/bash).
- Sanitization: Uses
JSON.stringifyfor telemetry reporting.
Audit Metadata