Static Scan Results
scanned 2h 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
ChildProcessCryptoEnvironmentVarsFilesystem
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourcedist/server/search/search.service.jsView file
55const fast_glob_1 = __importDefault(require("fast-glob"));
L56: const node_child_process_1 = require("node:child_process");
L57: const config_schema_1 = require("../core/config/config.schema");
High
Child Process
Package source references child process execution.
dist/server/search/search.service.jsView on unpkg · L55dist/cli/commands/serve.jsView file
20const entry = resolveServerEntry(packageRoot);
L21: const child = (0, node_child_process_1.spawn)(process.platform === "win32" ? "npx.cmd" : "npx", ["tsx", "watch", entry], {
L22: cwd: process.cwd(),
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
dist/cli/commands/serve.jsView on unpkg · L20Findings
2 High2 Medium5 Low
HighChild Processdist/server/search/search.service.js
HighRuntime Package Installdist/cli/commands/serve.js
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings