Static Scan Results
scanned 14d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 7 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystem
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
1 flagged · loading sourcedest/index.jsView file
51fd.on('end', function() {
L52: hash.end();
L53: resolve(hash.read());
...
L58: async #processDeployInputs({ inputs, root_path: rootPath, package_name: packageName }) {
L59: const [contractPath, initializer] = inputs.slice(0, 2).map((input)=>fromArray(input).map((char)=>String.fromCharCode(char.toNumber())).join(''));
L60: const decodedArgs = fromArray(inputs[3]);
Low
Findings
1 Medium6 Low
MediumEnvironment Vars
LowScripts Present
LowWeak Cryptodest/index.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License