@ledgerhq/psbtv2
5
Versions
—
License
No
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
phenry-ledgersergii-shkolingbrahm-ledgerthomas.coudrayldg-github-civbouzonledger-releaser
Keywords
LedgerBitcoinPSBTBIP370BIP174
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| source-diff | encoded-string-file:src/psbtv2.test.ts | AI (source-diff): Long base64 strings in test files are PSBT test vectors (serialized Bitcoin transactions), standard practice for a BIP370 implementation library. | ai | |
| semgrep | semgrep:hex-decode | AI (semgrep): Hex decoding is fundamental to Bitcoin/PSBT serialization. Buffer.from(s, 'hex') in a PSBT parsing library is expected and benign; stable false positive for this package. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Base64 decoding is a standard encoding operation in Bitcoin/PSBT data handling. No malicious payload context; stable false positive for this package. | ai | |
| dependencies | unvetted-dep:bitcoinjs-lib | AI (dependencies): bitcoinjs-lib is a well-established Bitcoin JS library; its unvetted status reflects registry coverage gaps, not risk. | ai | |
| dependencies | unvetted-dep:varuint-bitcoin | AI (dependencies): varuint-bitcoin is a standard Bitcoin varint encoding library; unvetted status is a registry gap, not a risk signal. | ai |