Static Scan Results
scanned 9d ago · by rust-scannerStatic analysis flagged 11 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
Source & flagged code
3 flagged · loading sourcedist/esm/index.jsView file
1import { execFileSync } from "node:child_process";
L2: import node_fs from "node:fs";
High
bin/run.jsView file
8const __dirname = path.dirname(__filename);
L9: const require = createRequire(import.meta.url);
L10:
Medium
Dynamic Require
Package source references dynamic require/import behavior.
bin/run.jsView on unpkg · L8templates/workspace-scripts/ultramodern-typecheck.mjsView file
117const cli = process.env.EFFECT_TSGO_CLI || 'effect-tsgo';
L118: const result = spawnSync(cli, ['get-exe-path'], {
L119: encoding: 'utf8',
...
L124: fail(
L125: `Unable to run ${cli}. Run pnpm install or set EFFECT_TSGO_BIN to the native-preview tsgo binary.`,
L126: );
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
templates/workspace-scripts/ultramodern-typecheck.mjsView on unpkg · L117Findings
3 High4 Medium4 Low
HighChild Processdist/esm/index.js
HighShell
HighRuntime Package Installtemplates/workspace-scripts/ultramodern-typecheck.mjs
MediumDynamic Requirebin/run.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings