@polkadot/wasm-schnorrkel
7
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
jacogr
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| source-diff | encoded-string-file:wasm_wasm.js | AI (source-diff): The long encoded string is the compiled WASM binary (base64-encoded) — standard packaging pattern for @polkadot/wasm-* packages. Not a malicious payload. | ai | |
| semgrep | semgrep:new-function-constructor | AI (semgrep): Standard wasm-bindgen JS glue code pattern; new Function() is used to construct functions from WASM memory strings, not to execute attacker-controlled input. | ai | |
| semgrep | semgrep:base64-decode | AI (semgrep): Base64 content is the compiled WASM binary (Schnorrkel crypto) bundled inline — a standard pattern for WASM packages, not a hidden payload. | ai |