Static Scan Results
scanned 6d ago · by rust-scannerStatic analysis flagged 13 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicenseWildcardDependency
Source & flagged code
3 flagged · loading sourcedist/commands/reseed-page.jsView file
2import { join, resolve, dirname } from 'node:path';
L3: import { execSync } from 'node:child_process';
L4: import { createGunzip } from 'node:zlib';
High
Child Process
Package source references child process execution.
dist/commands/reseed-page.jsView on unpkg · L2dist/server/mount-routes.jsView file
27const fastifyPath = toFastifyPath(exposure.path);
L28: const mod = await import(handlerAbsPath);
L29: const def = Object.values(mod).find(v => v && typeof v === 'object' && v['id'] === action.id);
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/server/mount-routes.jsView on unpkg · L27dist/commands/init.jsView file
5*
L6: * Usage: npx mc-domain-module init
L7: */
L8: import { execSync } from 'node:child_process';
L9: import { existsSync } from 'node:fs';
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/commands/init.jsView on unpkg · L5Findings
3 High5 Medium5 Low
HighChild Processdist/commands/reseed-page.js
HighShell
HighRuntime Package Installdist/commands/init.js
MediumDynamic Requiredist/server/mount-routes.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License