Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 11 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
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/project-link/auto-link.jsView file
17*/
L18: import { spawn } from "node:child_process";
L19: import { createHash } from "node:crypto";
High
Child Process
Package source references child process execution.
dist/project-link/auto-link.jsView on unpkg · L1714*
L15: * The detached process runs `npx adit cloud link --json --skip-qualify`
L16: * with inherited environment, so credentials and config are available.
L17: */
L18: import { spawn } from "node:child_process";
L19: import { createHash } from "node:crypto";
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/project-link/auto-link.jsView on unpkg · L14Findings
3 High3 Medium5 Low
HighChild Processdist/project-link/auto-link.js
HighShell
HighRuntime Package Installdist/project-link/auto-link.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License