@icp-sdk/icp-cli
npm wrapper for icp-cli - Internet Computer Protocol command-line interface
5
Versions
Apache-2.0
License
Yes
Install Scripts
Verified
Provenance
Supply chain provenance
Status for the latest visible version.
SLSA provenance attestation
npm registry signatures
gitHead linked
Maintainers
vivee_dfnnikosxenakissea-snakedfn-it-ownerg.perezantonioventilii-dfinitydfn_wndlng
Keywords
icpinternet-computerblockchain
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| install-scripts | install-script:postinstall | AI (install-scripts): Standard platform-binary resolver postinstall for a CLI wrapper; matches dfinity/icp-cli documented install flow. | ai | |
| semgrep | semgrep:env-spread | AI (semgrep): Spreads process.env to pass environment to the spawned CLI binary — standard wrapper pattern, not exfiltration. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process used solely to spawn the platform-specific CLI binary; expected for a CLI wrapper package. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require loads the platform-specific optional dependency by computed name — standard cross-platform binary wrapper pattern. | ai |