secp256k1
This module provides native bindings to ecdsa secp256k1 functions
3
Versions
MIT
License
Yes
Install Scripts
Missing
Provenance
Supply chain provenance
Status for the latest visible version.
No SLSA provenance
npm registry signatures
No source commit
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
null_radixfanatidjprichardson
Keywords
ececdhecdsasecp256k1
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:hex-decode | AI (semgrep): Hex literals are standard secp256k1 curve constants (group order N and related values) in the pure-JS fallback implementation; not malicious payloads. | ai | |
| phantom-deps | phantom-dep:node-addon-api | AI (phantom-deps): node-addon-api is a build-time dependency used in gyp config files for native addon compilation, not a runtime import. Normal pattern for native bindings. | ai | |
| install-scripts | install-script:install | AI (install-scripts): node-gyp-build is the standard install flow for native addon packages with prebuilt binaries; stable for secp256k1. | ai | |
| npm-metadata | bundled-binaries | AI (npm-metadata): Prebuilt native binaries for linux/darwin/win32 are expected for a native addon package using node-gyp-build. | ai |