Description
npm postinstall scripts are a significant security risk in the JavaScript ecosystem and are frequently used as an attack vector in supply-chain incidents. Given the current threat landscape, many teams are moving toward blocking or heavily restricting these scripts by default.
Skia is the only remaining package in our monorepo that needs postinstall step. Is it possible to have an alternative approach to shipping prebuilt binaries?
Description
npm postinstall scripts are a significant security risk in the JavaScript ecosystem and are frequently used as an attack vector in supply-chain incidents. Given the current threat landscape, many teams are moving toward blocking or heavily restricting these scripts by default.
Skia is the only remaining package in our monorepo that needs postinstall step. Is it possible to have an alternative approach to shipping prebuilt binaries?