Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 12 finding(s) at 72.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.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsTelemetryUrlStrings
Source & flagged code
3 flagged · loading sourcepackage.jsonView file
•scripts.postinstall = node scripts/postinstall.js
High
Install Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg•scripts.postinstall = node scripts/postinstall.js
Medium
Ambiguous Install Lifecycle Script
Install-time lifecycle script is not statically allowlisted and needs review.
package.jsonView on unpkgdist/core/completions/installers/bash-installer.jsView file
11/**
L12: * Markers for .bashrc configuration management
L13: */
...
L17: };
L18: constructor(homeDir = os.homedir()) {
L19: this.homeDir = homeDir;
...
L109: // Check if auto-configuration is disabled
L110: if (process.env.OPENSPEC_NO_AUTO_CONFIG === '1') {
L111: return false;
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
dist/core/completions/installers/bash-installer.jsView on unpkg · L11Findings
1 High5 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/core/completions/installers/bash-installer.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowTelemetry
LowUrl Strings