Static Scan Results
scanned 3d ago · by rust-scannerStatic analysis completed at 93.0% confidence. No malicious behavior was detected; 9 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.; previous stored version diff introduced dangerous source
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/safety.jsView file
36'chmod -R', 'chown -R', 'chgrp -R',
L37: // PowerShell (Windows)
L38: 'powershell', 'pwsh', 'Invoke-Expression', 'IEX',
...
L83: // Skip flags (starting with - or /flag on Windows)
L84: if (arg.startsWith('-') || (process.platform === 'win32' && arg.startsWith('/'))) {
L85: continue;
...
L113: });
L114: return { success: true, stdout: output };
L115: }
...
L134: template: templateName,
L135: user: os.userInfo().username,
L136: result,
Low
Weak Crypto
Package source references weak cryptographic algorithms.
dist/safety.jsView on unpkg · L36dist/commands/updateCommand.jsView file
•matchType = previous_version_dangerous_delta
matchedPackage = @garyr/pt-cli@0.39.1
matchedIdentity = npm:QGdhcnlyL3B0LWNsaQ:0.39.1
similarity = 0.950
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.
dist/commands/updateCommand.jsView on unpkgFindings
1 High2 Medium6 Low
HighPrevious Version Dangerous Deltadist/commands/updateCommand.js
MediumNetwork
MediumEnvironment Vars
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/safety.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings