TagGuard

Know exactly which Shopify apps still use script tags — before Shopify pulls the plug.

Shopify is deprecating script tags.

Source: official changelog. Merchants get no built-in audit view — that's what TagGuard is for.

Audit your store in 30 seconds (free, open source)

npx scripttag-audit login                 # one-time OAuth
npx scripttag-audit scan --store my-store.myshopify.com

Lists every script tag, classifies it (affected / already dead / unknown), guesses the vendor behind it, and tells you the migration path (web pixel vs app embed). Exit code 1 while affected tags remain — CI-gate friendly.

npm: scripttag-audit Migration guide →

What you get