Skip to content

npm supply chain hardening

In response to the March 30 Axios npm supply chain attack (CVE pending, attributed to North Korean threat actor UNC1069), we audited all dependencies and confirmed Thalian is not affected — axios is not in our dependency tree.

We've additionally hardened our build pipeline:

  • npm audit now blocks deployments on high-severity findings
  • postinstall scripts from transitive dependencies are disabled by default
  • All dependency versions are pinned exactly
  • Lockfile integrity validation has been added to CI

View on GitHub