Static Scan Results
scanned 2h 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
HighEntropyStringsMinifiedUrlStrings
Source & flagged code
3 flagged · loading sourcebin/skilltrace.jsView file
2import path from 'path'
L3: import { spawnSync } from 'child_process'
L4: import { fileURLToPath } from 'url'
High
build/client/assets/chunk-KS7C4IRE-DCMaQ_CC.jsView file
4Please change the parent <Route path="${e}"> to <Route path="${e===`/`?`*`:`${e}/*`}">.`)}let u=Q(),f;if(t){let e=typeof t==`string`?N(t):t;D(c===`/`||e.pathname?.startsWith(c),`Wh...
L5: `);t=a.pop()||``;for(let e of a)r.enqueue(e)},flush(e){t&&e.enqueue(t)}})}Object.getOwnPropertyNames(Object.prototype).sort().join(`\0`);var wi=typeof window<`u`?window:typeof glob...
L6: console.log(
Medium
Dynamic Require
Package source references dynamic require/import behavior.
build/client/assets/chunk-KS7C4IRE-DCMaQ_CC.jsView on unpkg · L4build/server/index.jsView file
22Cross-file remote execution chain: build/server/index.js spawns build/client/assets/root-DYgjUX_V.js; helper contains network access plus dynamic code execution.
L22: import nodemailer from "nodemailer";
L23: import { spawn, spawnSync } from "child_process";
L24: import fs from "fs";
...
L243: var dbName = "local/dev.db";
L244: var dataDir = process.env.SKILLTRACE_DATA_DIR ? path.resolve(process.env.SKILLTRACE_DATA_DIR) : path.join(process.cwd(), "data");
L245: var dbPath = path.join(dataDir, dbName);
...
L547: redirect_to ??= new URL(request.url).pathname;
L548: return redirect(`/login?${new URLSearchParams([["redirect_to", redirect_to]])}`);
L549: }
...
L666: rel: "preconnect",
L667: href: "https://fonts.googleapis.com"
L668: }),
High
Cross File Remote Execution Context
Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.
build/server/index.jsView on unpkg · L22Findings
3 High4 Medium4 Low
HighChild Processbin/skilltrace.js
HighShell
HighCross File Remote Execution Contextbuild/server/index.js
MediumDynamic Requirebuild/client/assets/chunk-KS7C4IRE-DCMaQ_CC.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings