registry  /  @happyvertical/smrt-core  /  0.37.10

@happyvertical/smrt-core@0.37.10

Core AI agent framework with standardized collections, object-relational mapping, and code generators

Static Scan Results

scanned 2h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 154 file(s), 3.13 MB of source, external domains: github.com, rolldown.rs

Source & flagged code

2 flagged · loading source
dist/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 · L59
dist/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 · L161

Findings

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