brotli
A port of the Brotli compression algorithm as used in WOFF2
9
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
devongovett
Keywords
compressdecompressencodedecode
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| source-diff | net-exec-file:build/encode.js | AI (source-diff): Emscripten runtime boilerplate; XHR loads .mem files in browser, eval is module bootstrap. | ai | |
| source-diff | net-exec-file:build/all.js | AI (source-diff): XMLHttpRequest + eval are Emscripten runtime boilerplate for .mem file loading and module init, not malware. | ai | |
| source-diff | net-exec-file:build/decode.js | AI (source-diff): Emscripten runtime boilerplate; XHR loads .mem files in browser, eval is module bootstrap. | ai | |
| source-diff | obfuscated-file:build/all.js | AI (source-diff): Emscripten-compiled C brotli library output; standard minified wasm/asm.js build artifact, not obfuscation. | ai | |
| source-diff | obfuscated-file:build/decode.js | AI (source-diff): Emscripten-compiled C brotli decoder output; standard minified build artifact. | ai | |
| source-diff | obfuscated-file:build/encode.js | AI (source-diff): Emscripten-compiled C brotli encoder output; standard minified build artifact. | ai | |
| source-diff | obfuscated-file:dec/dictionary.bin.js | AI (source-diff): Base64-encoded Brotli dictionary binary data, not obfuscated code. Required for the decompression algorithm to function. | ai | |
| source-diff | obfuscated-file:build/mem.js | AI (source-diff): Base64-encoded Brotli memory initialization data, not obfuscated code. Standard for pure-JS compression libraries shipping binary dictionaries. | ai |