Timeline
- At 5:50AM UTC on 11/24/2025, Zapier became aware that a subset of our npm packages had unauthorized modifications made to them in an apparent supply chain compromise.
- The unauthorized core platform packages were unpublished by 10:30AM UTC.
- The rest were deprecated by 2:03PM UTC.
Platform UI developers
If your integration is built on the Platform UI rather than the CLI, check the Versions page of your integration. The Platform Version column will show which package version your integration uses - as long as this is not one of versions 18.0.2, 18.0.3, or 18.0.4, your integration is not affected.
Platform CLI developers
Recommendation for developers
- What to do if you have downloaded any impacted packages?
- Re-install the latest version of the package with
npm i <package-name>@latest(the latest version not impacted will be grabbed).- For instance,
npm i zapier-platform-core@latest
- For instance,
- Include “-g” for global installation
- For instance,
npm i -g zapier-platform-cli@latest
- For instance,
- Re-install the latest version of the package with
- How to get the latest “good” package?
- Run
npm i <package-name>@latest- For instance,
npm i zapier-platform-core@latest
- For instance,
- Run
- Make sure no impacted versions are cached:
- Run
npm cache clean --force - Remove any local
node_modulesfiles- Run
rm -rf node_modules
- Run
- Remove package-lock.json to ensure fresh package version resolution
- Run
rm -f package-lock.json
- Run
- Run
Recommendation for partners who maintain integrations
For integration developers, do not push new versions with these packages installed in the timeframe above [5:50AM UTC to 2:03PM UTC]. If you already pushed a new version with these packages installed, please rotate secrets and private keys with updated values usingzapier env or through developer.zapier.com.
Additional questions
If you have any additional questions, you can reach out to Developer Support here: https://developer.zapier.com/contact.List of affected packages
- zapier-platform-cli 18.0.2
- zapier-platform-cli 18.0.3
- zapier-platform-cli 18.0.4
- zapier-platform-core 18.0.2
- zapier-platform-core 18.0.3
- zapier-platform-core 18.0.4
- zapier-platform-legacy-scripting-runner 4.0.2
- zapier-platform-legacy-scripting-runner 4.0.3
- zapier-platform-legacy-scripting-runner 4.0.4
- zapier-platform-schema 18.0.2
- zapier-platform-schema 18.0.3
- zapier-platform-schema 18.0.4
- @zapier/ai-actions 0.1.18
- @zapier/ai-actions 0.1.19
- @zapier/ai-actions 0.1.20
- @zapier/ai-actions-react 0.1.12
- @zapier/ai-actions-react 0.1.13
- @zapier/ai-actions-react 0.1.14
- @zapier/babel-preset-zapier 6.4.1
- @zapier/babel-preset-zapier 6.4.2
- @zapier/babel-preset-zapier 6.4.3
- @zapier/browserslist-config-zapier 1.0.3
- @zapier/browserslist-config-zapier 1.0.4
- @zapier/browserslist-config-zapier 1.0.5
- @zapier/eslint-plugin-zapier 11.0.3
- @zapier/eslint-plugin-zapier 11.0.4
- @zapier/eslint-plugin-zapier 11.0.5
- @zapier/mcp-integration 3.0.1
- @zapier/mcp-integration 3.0.2
- @zapier/mcp-integration 3.0.3
- @zapier/secret-scrubber 1.1.3
- @zapier/secret-scrubber 1.1.4
- @zapier/secret-scrubber 1.1.5
- @zapier/spectral-api-ruleset 1.9.1
- @zapier/spectral-api-ruleset 1.9.2
- @zapier/spectral-api-ruleset 1.9.3
- @zapier/stubtree 0.1.2
- @zapier/stubtree 0.1.3
- @zapier/stubtree 0.1.4
- @zapier/zapier-sdk 0.15.5
- @zapier/zapier-sdk 0.15.6
- @zapier/zapier-sdk 0.15.7
- redux-router-kit 1.2.2
- redux-router-kit 1.2.3
- redux-router-kit 1.2.4
- zapier-async-storage 1.0.1
- zapier-async-storage 1.0.2
- zapier-async-storage 1.0.3
- zapier-scripts 7.8.3
- zapier-scripts 7.8.4