Static Scan Results
scanned 21h ago · by rust-scannerStatic analysis flagged 10 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
NoLicense
Source & flagged code
2 flagged · loading sourcedist/registry.jsView file
59async function importManifestLoader() {
L60: return await import(getManifestLoaderSpecifier());
L61: }
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/registry.jsView on unpkg · L59dist/vite-plugin/index.jsView file
161package = @happyvertical/smrt-core; repositoryIdentity = smrt; dependency = @happyvertical/smrt-config
L161: try {
L162: const { loadConfig } = await import("@happyvertical/smrt-config");
L163: const config = await loadConfig({ cache: false });
High
Copied Package Dependency Bridge
Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.
dist/vite-plugin/index.jsView on unpkg · L161Findings
1 High4 Medium5 Low
HighCopied Package Dependency Bridgedist/vite-plugin/index.js
MediumDynamic Requiredist/registry.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License