Back to all guides
Last verified DSH 0.1.0-rc.7 · 2026-09-01

Handle build approval

When the package manager blocks dependency build scripts, inspect them first and approve only required dependencies.

  1. 01

    Pause and inspect the source

    Check the dependency, publisher, script content, and version in npm and the repository. Build scripts execute on your machine.

  2. 02

    Select reviewed dependencies

    Approve only dependencies you inspected. Do not select everything merely to remove the warning.

    dsh plugin --profile web approve-builds
  3. 03

    Install again and restart

    Reinstall profile dependencies after approval, then start Harness and verify the plugin.

    dsh plugin --profile web install