Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 8 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
EnvironmentVarsFilesystemShell
HighEntropyStringsUrlStrings
Source & flagged code
1 flagged · loading sourcedist/index.jsView file
8import prettier from "prettier";
L9: import { execa } from "execa";
L10: import { existsSync } from "node:fs";
...
L27: }
L28: const manifest = JSON.parse(raw);
L29: if (!manifest.name) throw new Error(`layer.json must declare a name: ${manifestPath}`);
...
L105: version: "0.0.1",
L106: private: true,
L107: type: "module"
...
L252: function describe(error) {
L253: if (error && typeof error === "object" && "stderr" in error && error.stderr) return String(error.stderr).split("\n")[0] ?? String(error);
L254: return error instanceof Error ? error.message : String(error);
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/index.jsView on unpkg · L8Findings
1 High2 Medium5 Low
HighSandbox Evasion Gated Capabilitydist/index.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings