registry  /  pidot-cli  /  1.1.0

pidot-cli@1.1.0

Cross-platform developer environment installer

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 9 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 snapshot
Behavioral surface
Source
EnvironmentVarsFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 81 file(s), 208 KB of source, external domains: aka.ms, brew.sh, bun.sh, deno.land, dl.google.com, github.com, kind.sigs.k8s.io, maven.apache.org, ngrok-agent.s3.amazonaws.com, ollama.com, repo.mongodb.org, sh.rustup.rs, start.spring.io, storage.googleapis.com, www.mongodb.org, www.w3.org

Source & flagged code

3 flagged · loading source
package.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 unpkg
dist/services/pathManager.jsView file
33else { L34: currentPath = process.env.PATH || ''; L35: } ... L40: /** L41: * Helper to run an Encoded PowerShell command on Windows. L42: */ L43: static async runPowerShellEncoded(psScript) { L44: const buffer = Buffer.from(psScript, 'utf16le'); L45: const base64 = buffer.toString('base64'); ... L47: return { L48: stdout: runResult.stdout.trim(), L49: stderr: runResult.stderr.trim(),
Medium
Install Persistence

Source writes installer persistence such as shell profile or service configuration.

dist/services/pathManager.jsView on unpkg · L33

Findings

1 High4 Medium4 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumEnvironment Vars
MediumInstall Persistencedist/services/pathManager.js
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings