Chrome Native-Messaging host (Node)
No confirmed malicious install-time or import-time attack surface. Native-host registration is an explicit CLI capability for the package's browser bridge and is scoped to one extension ID.
Install-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkgPackage defines install-time lifecycle scripts.
package.jsonView on unpkgPackage source references dynamic require/import behavior.
dist/index.jsView on unpkg · L6Source writes installer persistence such as shell profile or service configuration.
dist/scripts/utils.jsView on unpkg · L20Package ships non-JavaScript build or shell helper files.
dist/run_host.shView on unpkgInstall-time lifecycle script matches a deterministic static-gate block pattern.
package.jsonView on unpkg · L85Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L85Package ships non-JavaScript build or shell helper files.
dist/run_host.shView on unpkgPackage source references dynamic require/import behavior.
dist/index.jsView on unpkg · L6Source writes installer persistence such as shell profile or service configuration.
dist/scripts/utils.jsView on unpkg · L20