registry  /  genexus-mcp  /  2.18.0

genexus-mcp@2.18.0

GeneXus 18 MCP server — read, edit, and analyze GeneXus knowledge base objects (transactions, web panels, procedures, SDTs) directly from Claude, Cursor, and other AI agents over the Model Context Protocol.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis flagged 11 finding(s) at 93.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.; previous stored version diff introduced dangerous source

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetwork
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 7 file(s), 215 KB of source, external domains: 127.0.0.1, api.github.com, github.com, opencode.ai, raw.githubusercontent.com, registry.npmjs.org

Source & flagged code

4 flagged · loading source
cli/lib/update-check.jsView file
3const path = require('path'); L4: const https = require('https'); L5: const { spawn } = require('child_process'); L6: const { ... L19: try { L20: const pkg = require('../../package.json'); L21: return typeof pkg.version === 'string' ? pkg.version : null; ... L30: // platforms fall back to ~/.genexus-mcp (the gateway is Windows-only). L31: if (process.platform === 'win32') { L32: const base = process.env.LOCALAPPDATA || path.join(os.homedir(), 'AppData', 'Local'); L33: return path.join(base, 'GenexusMCP', 'update-check.json'); ... L45: const raw = fs.readFileSync(getCacheFile(), 'utf8');
High
Sandbox Evasion Gated Capability

Source gates dangerous network, credential, or execution behavior behind CI, host, platform, time, or geo fingerprint checks.

cli/lib/update-check.jsView on unpkg · L3
publish/System.Management.dllView file
path = publish/System.Management.dll kind = native_binary sizeBytes = 835584 magicHex = [redacted]
Medium
Ships Native Binary

Package ships native binary artifacts.

publish/System.Management.dllView on unpkg
publish/start_mcp.batView file
path = publish/start_mcp.bat kind = build_helper sizeBytes = 723 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

publish/start_mcp.batView on unpkg
cli/lib/config.jsView file
matchType = previous_version_dangerous_delta matchedPackage = genexus-mcp@2.16.1 matchedIdentity = npm:Z2VuZXh1cy1tY3A:2.16.1 similarity = 0.857 summary = stored previous version shares package body but lacks this dangerous source file
High
Previous Version Dangerous Delta

This package version adds a dangerous source file absent from the previous stored version; route for source-aware review.

cli/lib/config.jsView on unpkg

Findings

2 High5 Medium4 Low
HighSandbox Evasion Gated Capabilitycli/lib/update-check.js
HighPrevious Version Dangerous Deltacli/lib/config.js
MediumNetwork
MediumEnvironment Vars
MediumShips Native Binarypublish/System.Management.dll
MediumShips Build Helperpublish/start_mcp.bat
MediumStructural Risk Force Deep Review
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings