Static Scan Results
scanned 4h ago · by rust-scannerStatic analysis flagged 10 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
ChildProcessDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
2 flagged · loading sourceworker/src/strategies/custom.tsView file
135const note = opts?.onNote ?? ((l, m) => console.log(`[custom:${l}] ${m}`));
L136: const importer = opts?.importer ?? ((url) => import(url));
L137: const ctx = buildStrategyCtx();
Medium
Dynamic Require
Package source references dynamic require/import behavior.
worker/src/strategies/custom.tsView on unpkg · L135cli/bin.mjsView file
20L21: import { spawn, spawnSync } from "node:child_process";
L22: import { copyFileSync, existsSync, mkdirSync, readFileSync, rmSync, writeFileSync } from "node:fs";
...
L31: // Where the USER's data lives — settings, grant, ledger, strategies.
L32: const HOME = process.env.MERRYMEN_HOME ?? path.join(os.homedir(), ".merrymen");
L33: const SETTINGS = path.join(HOME, "settings.json");
...
L39:
L40: const RPC_MAINNET = "https://rpc.mainnet.chain.robinhood.com";
L41: const RPC_TESTNET = "https://rpc.testnet.chain.robinhood.com";
...
L54: try {
L55: return JSON.parse(readFileSync(file, "utf8").replace(/^/, ""));
L56: } catch {
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
cli/bin.mjsView on unpkg · L20Findings
1 High4 Medium5 Low
HighSandbox Evasion Gated Capabilitycli/bin.mjs
MediumDynamic Requireworker/src/strategies/custom.ts
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings