Skip to main content
Safe Chain works on all major CI/CD platforms. Select your platform below for a complete configuration example.
Add the Safe Chain install script as a script step after your Node.js setup task.
- task: NodeTool@0
  inputs:
    versionSpec: "22.x"
  displayName: "Install Node.js"

- script: curl -fsSL https://github.com/AikidoSec/safe-chain/releases/latest/download/install-safe-chain.sh | sh -s -- --ci
  displayName: "Install safe-chain"

- script: npm ci
  displayName: "Install dependencies"

Build docs developers (and LLMs) love