registry  /  @ainecto/mcp  /  0.1.4

@ainecto/mcp@0.1.4

Ainecto MCP connector and first-party CLI.

Static Scan Results

scanned 2h ago · by rust-scanner

Static analysis completed at 65.0% confidence. No malicious behavior was detected; 10 low-signal pattern(s) were surfaced and cleared.

Static reason
No blocking static signals were detected.

Decision evidence

public snapshot
Behavioral surface
Source
ChildProcessCryptoEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 2 file(s), 260 KB of source, external domains: 127.0.0.1, ainecto.com, dev.ainecto.com

Source & flagged code

2 flagged · loading source
dist/bin/ainecto.jsView file
81import { createServer } from "http"; L82: import { spawn } from "child_process"; L83: import { URLSearchParams } from "url";
High
Child Process

Package source references child process execution.

dist/bin/ainecto.jsView on unpkg · L81
80import { createHash as createHash2, randomBytes } from "crypto"; L81: import { createServer } from "http"; L82: import { spawn } from "child_process"; L83: import { URLSearchParams } from "url"; ... L90: function resolveEndpoint(input = {}) { L91: const envVars = input.envVars ?? process.env; L92: const env = input.env ?? "prod";
High
Same File Env Network Execution

A single source file combines environment access, network access, and code or shell execution; review context before blocking.

dist/bin/ainecto.jsView on unpkg · L80

Findings

3 High2 Medium5 Low
HighChild Processdist/bin/ainecto.js
HighShell
HighSame File Env Network Executiondist/bin/ainecto.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License