registry  /  @zackees/soldr  /  0.7.102

@zackees/soldr@0.7.102

Instant Rust tools and builds from one command.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 finding(s) at 93.0% confidence. This version is warn-only unless an AI or security-team review confirms malicious behavior.

Static reason
One or more suspicious static signals were detected.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 4 file(s), 27.2 KB of source, external domains: github.com

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/install.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node scripts/install.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
bin/soldr.jsView file
3L4: const childProcess = require("child_process"); L5: const fs = require("fs");
Medium
Dynamic Require

Package source references dynamic require/import behavior.

bin/soldr.jsView on unpkg · L3
scripts/test-npm-package.jsView file
matchType = previous_version_dangerous_delta matchedPackage = @zackees/soldr@0.7.100 matchedIdentity = npm:QHphY2tlZXMvc29sZHI:0.7.100 similarity = 0.500 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

scripts/test-npm-package.jsView on unpkg

Findings

2 High5 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
HighPrevious Version Dangerous Deltascripts/test-npm-package.js
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requirebin/soldr.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings