Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 10 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
2 flagged · loading sourcedist/bin/ainecto.jsView file
81import { createServer } from "http";
L82: import { spawn } from "child_process";
L83: import { URLSearchParams } from "url";
High
Child Process
Package source references child process execution.
dist/bin/ainecto.jsView on unpkg · L8180import { createHash as createHash2, randomBytes } from "crypto";
L81: import { createServer } from "http";
L82: import { spawn } from "child_process";
L83: import { URLSearchParams } from "url";
...
L90: function resolveEndpoint(input = {}) {
L91: const envVars = input.envVars ?? process.env;
L92: const env = input.env ?? "prod";
High
Same File Env Network Execution
A single source file combines environment access, network access, and code or shell execution; review context before blocking.
dist/bin/ainecto.jsView on unpkg · L80Findings
3 High2 Medium5 Low
HighChild Processdist/bin/ainecto.js
HighShell
HighSame File Env Network Executiondist/bin/ainecto.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License