Static Scan Results
scanned 11d 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
Source & flagged code
3 flagged · loading sourcebin/cli.jsView file
7const distPath = resolve(__dirname, '../dist/index.js');
L8: const { main } = await import(pathToFileURL(distPath).href);
L9: main();
Medium
Dynamic Require
Package source references dynamic require/import behavior.
bin/cli.jsView on unpkg · L7dist/tools.jsView file
4import * as readline from 'node:readline';
L5: import { execSync } from 'node:child_process';
L6: import { C } from './utils.js';
...
L215: case 'web_search': return execWebSearch(call);
L216: case 'web_fetch': return execWebFetch(call);
L217: case 'list_agents': return execListAgents(call);
...
L291: ? (path.isAbsolute(call.input.dir_path) ? call.input.dir_path : path.resolve(call.input.dir_path))
L292: : process.cwd();
L293: const filePattern = call.input.file_pattern;
...
L464: catch (e) {
L465: const errMsg = e.stderr || e.stdout || e.message;
L466: return { tool_call_id: call.id, content: `Command failed:\n${errMsg}`.slice(0, 2000), is_error: true };
High
Sandbox Evasion Gated Capability
Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.
dist/tools.jsView on unpkg · L4weave.cmdView file
•path = weave.cmd
kind = build_helper
sizeBytes = 742
magicHex = [redacted]
Medium
Findings
1 High5 Medium4 Low
HighSandbox Evasion Gated Capabilitydist/tools.js
MediumDynamic Requirebin/cli.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperweave.cmd
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings