registry  /  maple-auction-mcp  /  0.5.1

maple-auction-mcp@0.5.1

메이플스토리 경매장을 AI로 검색하는 MCP 서버

Static Scan Results

scanned 1h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsEvalFilesystemShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 2 file(s), 1.05 MB of source, external domains: api.maplescouter.com, api.mskr.nexon.com, auction.maplestory.nexon.com, chromewebstore.google.com, github.com, json-schema.org, maplescouter.com, raw.githubusercontent.com, spec.openapis.org, stackoverflow.com, tools.ietf.org, www.safaribooksonline.com, www.w3.org

Source & flagged code

3 flagged · loading source
dist/index.jsView file
16706// src/bridge.ts L16707: import { spawn } from "node:child_process"; L16708: import { fileURLToPath } from "node:url";
High
Child Process

Package source references child process execution.

dist/index.jsView on unpkg · L16706
54Cross-file remote execution chain: dist/index.js spawns dist/broker.js; helper contains network access plus dynamic code execution. L54: kStatusCode: Symbol("status-code"), L55: kWebSocket: Symbol("websocket"), L56: NOOP: () => { ... L107: } else { L108: buf = Buffer.from(data); L109: toBuffer.readOnly = false; ... L119: }; L120: if (!process.env.WS_NO_BUFFER_UTIL) { L121: try { ... L171: * L172: * @private L173: */
High
Cross File Remote Execution Context

Source spawns a local helper that also contains network and dynamic execution context; review data flow before blocking.

dist/index.jsView on unpkg · L54
6627sourceCode = this.opts.code.process(sourceCode, sch); L6628: const makeValidate = new Function(`${names_1.default.self}`, `${names_1.default.scope}`, sourceCode); L6629: const validate = makeValidate(this, this.scope.get());
Low
Eval

Package source references a known benign dynamic code generation pattern.

dist/index.jsView on unpkg · L6627

Findings

3 High1 Medium6 Low
HighChild Processdist/index.js
HighShell
HighCross File Remote Execution Contextdist/index.js
MediumEnvironment Vars
LowNon Install Lifecycle Scripts
LowScripts Present
LowEvaldist/index.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings