redis-memory-server
Supply chain provenance
Status for the latest visible version.
Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.
Maintainers
Keywords
Accepted risks
Findings the reviewer chose to accept rather than block on.
| Source | Rule | Reason | Accepted by | When |
|---|---|---|---|---|
| phantom-deps | phantom-dep:uuid | AI (phantom-deps): uuid is a declared runtime dependency; phantom-dep heuristic false positive for this package. | ai | |
| install-scripts | install-script:postinstall | AI (install-scripts): Postinstall downloads Redis prebuilt binaries — documented and expected for this test-server package. | ai | |
| semgrep | semgrep:dll-hijacking-commands | AI (semgrep): msiexec usage is for extracting Redis Windows installer, not DLL hijacking; stable false positive for this package. | ai | |
| semgrep | semgrep:child-process-import | AI (semgrep): child_process used for binary extraction/execution — core functionality of a binary-download test-server package. | ai | |
| semgrep | semgrep:dynamic-require | AI (semgrep): Dynamic require loads user-supplied config provider path — documented config resolution pattern for this package. | ai | |
| phantom-deps | phantom-dep:semver | AI (phantom-deps): semver is a declared runtime dependency; phantom-dep heuristic false positive. | ai |
Versions (showing 5 of 5)
| Version | Deps | Published |
|---|---|---|
| 0.16.1 | 13 / 31 | |
| 0.15.1 | 15 / 33 | |
| 0.14.1 | 15 / 34 | |
| 0.14.0 | 15 / 34 | |
| 0.13.0 | 15 / 34 |
v0.16.1
4 findingsScript: node ./scripts/postinstall
DLL side-loading command detected — potential DLL hijacking Source: https://github.com/mhassan1/redis-memory-server/blob/8575a52fc16f156ddf6e66273d80f6e050fc231f/lib/util/RedisBinaryDownload.js#L233 231 | return __awaiter(this, void 0, void 0, function* () { 232 | if (!extractDir.includes(' ')) { > 233 | yield (0, util_1.promisify)(child_process_1.execFile)('msiexec', [ 234 | '/quiet', 235 | '/a',
DLL side-loading command detected — potential DLL hijacking Source: https://github.com/mhassan1/redis-memory-server/blob/8575a52fc16f156ddf6e66273d80f6e050fc231f/lib/util/RedisBinaryDownload.js#L242 240 | else { 241 | const tmpExtractDir = (0, os_1.tmpdir)(); > 242 | yield (0, util_1.promisify)(child_process_1.execFile)('msiexec', [ 243 | '/quiet', 244 | '/a',
Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.15.1
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.14.1
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.14.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.
v0.13.0
1 findingPackage was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.