Static Scan Results
scanned 2h ago · by rust-scannerStatic analysis flagged 13 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
5 flagged · loading sourcesrc/tools/index.jsView file
2const path = require('path');
L3: const { spawn, execSync } = require('child_process');
L4:
High
2const path = require('path');
L3: const { spawn, execSync } = require('child_process');
L4:
...
L59: buildCloneUrl,
L60: getApiBaseUrl,
L61: listGitSecrets,
...
L268: function printTools(lang) {
L269: console.log(t(lang, 'Herramientas disponibles:', 'Available tools:'));
L270: for (const tool of TOOL_DEFINITIONS) {
High
Remote Agent Bridge
Source exposes local file and command tools to a remote model endpoint.
src/tools/index.jsView on unpkg · L2zyn.jsView file
1#!/usr/bin/env node
L2: const { main } = require('./src/cli/runtime');
L3: main().catch((err) => {
Medium
src/cli/commands.jsView file
1481const safeName = name.replace(/[^a-z0-9@/._-]/gi, '');
L1482: execSync(`npm install --prefix "${pluginsDir}" ${safeName}`, { stdio: 'pipe', timeout: 60000 });
L1483: console.log(' ' + t(state.language, 'pluginsInstalledSuccess', { name }));
High
Runtime Package Install
Package source invokes a package manager install command at runtime.
src/cli/commands.jsView on unpkg · L1481src/providers/deepseek/sha3_wasm_bg.wasmView file
•path = src/providers/deepseek/sha3_wasm_bg.wasm
kind = wasm_module
sizeBytes = 26612
magicHex = [redacted]
Medium
Ships Wasm Module
Package ships WebAssembly modules.
src/providers/deepseek/sha3_wasm_bg.wasmView on unpkgFindings
4 High5 Medium4 Low
HighChild Processsrc/tools/index.js
HighShell
HighRemote Agent Bridgesrc/tools/index.js
HighRuntime Package Installsrc/cli/commands.js
MediumDynamic Requirezyn.js
MediumNetwork
MediumEnvironment Vars
MediumShips Wasm Modulesrc/providers/deepseek/sha3_wasm_bg.wasm
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings