@exodus/solana-lib
Solana utils, such as for cryptography, address encoding/decoding, transaction building, etc.
5
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
joshuabot
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 decoding used for Solana address encoding (bs58.encode from hex pubkey); legitimate cryptographic operation in this library. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Base64 decoding used to deserialize Solana wire transactions; standard operation for this library. | ai |