Static Scan Results
scanned 4d 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicenseWildcardDependency
Source & flagged code
1 flagged · loading sourcesrc/output.tsView file
123const moduleUrl = pathToFileURL(resolvedModulePath).href;
L124: const loadedModule = await import(moduleUrl);
L125: const schema = loadedModule[exportName];
Medium
Dynamic Require
Package source references dynamic require/import behavior.
src/output.tsView on unpkg · L123Findings
4 Medium5 Low
MediumDynamic Requiresrc/output.ts
MediumNetwork
MediumEnvironment Vars
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License