← Home

mdns

1
Versions
License
Yes
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 — the axios compromise (March 2026) relied on exactly this gap.

Maintainers

agnatronkorving

Keywords

zeroconfbonjourdns_sdmDNSResponder

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
install-scripts install-script:install AI (install-scripts): node-gyp rebuild is the standard install script for native Node.js addons; mdns wraps the system mDNS/DNS-SD library and requires native compilation. ai
semgrep semgrep:dynamic-require AI (semgrep): Dynamic require in dns_sd.js loads the compiled native .node binary based on build type — standard pattern for native addons, not arbitrary module loading. ai
semgrep semgrep:child-process-import AI (semgrep): child_process is used in utils/lib/actors.js, a build/test utility script, not the main library. Usage is transparent and expected for build tooling. ai
semgrep semgrep:child-process-spawn AI (semgrep): spawn() in utils/lib/actors.js is part of build tooling, not the runtime library. Code is readable and non-malicious. ai
phantom-deps phantom-dep:nan AI (phantom-deps): nan is a standard native addon dependency used in C++ layer; not directly required in JS but legitimately declared as a dependency. ai
phantom-deps phantom-dep:bindings AI (phantom-deps): bindings is used for locating compiled .node files in native addons; may be referenced indirectly. Standard pattern for native addon packages. ai

Versions (showing 1 of 1)

Version Deps Published
2.7.2 2 / 9

v2.7.2

2 findings
HIGH Package has 'install' script install-scripts

Script: node-gyp rebuild

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.