@mapbox/node-pre-gyp
Node.js native addon binary install tool
3
Versions
BSD-3-Clause
License
No
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
gitHead linked
Without SLSA provenance there is no cryptographic link between this tarball and the public source, so a manually published version cannot be tied back to a reviewed commit.
Maintainers
mapbox-npm-01mapbox-npm-02mapbox-npm-07mapbox-npm-03mapbox-npm-04mapbox-npm-09mapbox-npm-05mapbox-npm-06mapbox-npm-08mapbox-npm-advanced-actionsmapbox-npm-cimapbox-npmmapbox-adminmapbox-machine-usermbx-npm-ci-stagingmbx-npm-ci-productionmbx-npm-01-productionmbx-npm-02-productionmbx-npm-03-productionmbx-npm-04-productionmbx-npm-05-productionmbx-npm-06-productionmbx-npm-07-productionmbx-npm-08-productionmbx-npm-09-productionmbx-npm-02-stagingmbx-npm-advanced-actions-stagingmbx-npm-advanced-actions-production
Keywords
nativeaddonmodulecc++bindingsbinary
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:child-process-spawn | AI (semgrep): Spawning build processes (node-gyp, compilers) is the primary purpose of this tool; not a security concern. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require is used to load named subcommands from the same lib/ directory — a standard command dispatch pattern for this build tool. | ai | |
| semgrep | semgrep:env-bulk-read | AI (semgrep): Reads npm_config_* env vars to inherit npm configuration — expected and documented behavior for a native addon install tool. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process is required for invoking compilers and node-gyp — core functionality of a native addon build/install tool. | ai |