Static Scan Results
scanned 4d ago · by rust-scannerStatic analysis flagged 9 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
WildcardDependency
Source & flagged code
2 flagged · loading sourcedist/src/lib/load-metaobjects-config.jsView file
17const _cliDir = resolve(_thisFile, _isCompiled ? "../../../.." : "../../..");
L18: const _require = createRequire(import.meta.url);
L19: // Fallback layout for each codegen specifier (relative to _cliDir), used only
Medium
Dynamic Require
Package source references dynamic require/import behavior.
dist/src/lib/load-metaobjects-config.jsView on unpkg · L17src/commands/migrate.tsView file
46package = @metaobjectsdev/cli; repositoryIdentity = metaobjects; dependency = @metaobjectsdev/codegen-ts
L46: } from "../lib/wrangler.js";
L47: import { buildProjectionViews } from "@metaobjectsdev/codegen-ts";
L48: import { tokensToAllowOptions, describeChange } from "../lib/allow.js";
High
Copied Package Dependency Bridge
Package metadata claims a different repository identity while copied source loads a runtime dependency bridge.
src/commands/migrate.tsView on unpkg · L46Findings
1 High4 Medium4 Low
HighCopied Package Dependency Bridgesrc/commands/migrate.ts
MediumDynamic Requiredist/src/lib/load-metaobjects-config.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
MediumWildcard Dependency
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings