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
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcedist/memory/importer.jsView file
1import { spawn } from 'child_process';
L2: import { existsSync, readFileSync, statSync } from 'fs';
High
Child Process
Package source references child process execution.
dist/memory/importer.jsView on unpkg · L1dist/cli/service.jsView file
54const logFd = openSync(LOG_FILE, 'a');
L55: const child = spawn(process.execPath, [resolve(__distCli, 'supervisor.js')], {
L56: detached: true,
...
L64: console.log(`Started (PID: ${child.pid})`);
L65: console.log(`Logs: npx @c4t4/heyamigo logs`);
L66: }
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli/service.jsView on unpkg · L54scripts/start-browser.shView file
•path = scripts/start-browser.sh
kind = build_helper
sizeBytes = 5583
magicHex = [redacted]
Medium
Ships Build Helper
Package ships non-JavaScript build or shell helper files.
scripts/start-browser.shView on unpkgFindings
3 High4 Medium5 Low
HighChild Processdist/memory/importer.js
HighShell
HighRuntime Package Installdist/cli/service.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperscripts/start-browser.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings