Static Scan Results
scanned 6d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 9 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsMinifiedUrlStrings
Source & flagged code
1 flagged · loading sourcedist/install/setup-wizard.jsView file
22try {
L23: entryPoint = realpathSync(process.argv[1] ?? process.cwd());
L24: }
...
L69: function print(msg = '') {
L70: process.stdout.write(msg + '\n');
L71: }
...
L74: try {
L75: parsed = JSON.parse(readFileSync(CONFIG_PATH, 'utf-8'));
L76: }
...
L170: if (mode !== 'local') {
L171: const envAccountId = process.env.NEW_RELIC_ACCOUNT_ID?.trim() ?? '';
L172: const existingAccountId = typeof existing.accountId === 'string' ? existing.accountId : '';
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
dist/install/setup-wizard.jsView on unpkg · L22Findings
4 Medium5 Low
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/install/setup-wizard.js
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings