@exodus/bytes
Various operations on Uint8Array data
18
Versions
MIT
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
chalker
Keywords
encodingUint8ArrayTextDecoderTextEncoderutf8utf16hexbase64base32base58base58checkbech32bech32mwif
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| semgrep | semgrep:base64-decode | AI (semgrep): Package is a bytes/encoding utility; Buffer.from(str, 'base64') is core legitimate functionality, not a malicious payload. | ai | |
| semgrep | semgrep:hex-decode | AI (semgrep): Hex decoding is core functionality of this bytes utility package; the flagged code is a Deno bug detection check, not malicious. | ai |