registry  /  grix-connector  /  3.2.0

grix-connector@3.2.0

⚠ Under review

Connect local AI coding agents (Claude, Codex, Gemini, Qwen, DeepSeek, Cursor, OpenCode, Pi, OpenHuman, Reasonix) to the Grix scheduling platform. Also serves as an OpenClaw plugin for Grix channel transport.

Static Scan Results

scanned 2d ago · by rust-scanner

Static analysis flagged 18 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
ChildProcessCryptoEnvironmentVarsFilesystemNativeBindingsNetworkShellWebSocket
Supply chain
HighEntropyStringsMinifiedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 275 file(s), 1.42 MB of source, external domains: 127.0.0.1, antigravity.google, api.anthropic.com, api.deepseek.com, api.kimi.com, api.novita.ai, api.openai.com, api.stepfun.com, api.z.ai, brew.sh, chatgpt.com, cli.github.com, cli.kiro.dev, codewhisperer.us-east-1.amazonaws.com, curl.se, cursor.com, docs.anthropic.com, docs.github.com, fnm.vercel.app, github.com, grix.dhf.pub, grix.internal, kiro.dev, nodejs.org, opencode.ai, openrouter.ai, qwen-code-assets.oss-cn-hangzhou.aliyuncs.com, raw.githubusercontent.com, registry.npmjs.org, registry.npmmirror.com, schemas.microsoft.com, www.apple.com

Source & flagged code

10 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/install-guardian.mjs
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
openclaw-plugin/index.jsView file
3396// src/openclaw/shared/file-serve/tailnet-ip.ts L3397: import { execFile } from "node:child_process"; L3398: import * as os5 from "node:os";
High
Child Process

Package source references child process execution.

openclaw-plugin/index.jsView on unpkg · L3396
3058} L3059: function buildExecApprovalResolveArgv(params) { L3060: const cliArgvPrefix = params.cliArgvPrefix && params.cliArgvPrefix.length > 0 ? params.cliArgvPrefix : resolveOpenClawCliArgvPrefix();
High
Shell

Package source references shell execution.

openclaw-plugin/index.jsView on unpkg · L3058
dist/core/proxy/crypto/certificate.jsView file
1import{createHash as x,createPrivateKey as G,createPublicKey as V,generateKeyPairSync as I,sign as z}from"node:crypto";import{existsSync as b}from"node:fs";import{mkdir as J,readFi... L2: `)??"";return`-----BEGIN ${e}-----
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/core/proxy/crypto/certificate.jsView on unpkg · L1
dist/adapter/openhuman/openhuman-adapter.jsView file
1import{EventEmitter as m}from"node:events";import{stat as R}from"node:fs/promises";import{mkdirSync as I}from"node:fs";import{homedir as u}from"node:os";import{join as p,resolve as... L2: `);i("sqlite3",[s,l],{timeout:1e4,stdio:"ignore"}),n.info("openhuman-adapter",`MCP server registered in SQLite: ${s}`);const c=p(u(),".openhuman","skills"),h=b(c);h.length>0&&n.inf... L3: `)+`
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/adapter/openhuman/openhuman-adapter.jsView on unpkg · L1
dist/core/provider-quota/kiro.jsView file
1import{readFile as _}from"node:fs/promises";import{existsSync as m}from"node:fs";import{homedir as h}from"node:os";import{join as u}from"node:path";import{execFile as I}from"node:c...
High
Command Output Exfiltration

Source combines command execution, command-output handling, and outbound requests; review data flow before blocking.

dist/core/provider-quota/kiro.jsView on unpkg · L1
dist/core/installer/npm-registry.jsView file
1import{execFile as f}from"node:child_process";import{promisify as y}from"node:util";import{log as g}from"../log/logger.js";import{probeUrls as h}from"./speed-test.js";const w=y(f),... L2: ${m??""}`.trim())})})}function S(t){return c.map(e=>({label:e.label,command:`npm install -g ${t} --registry ${e.url}`}))}export{c as NPM_REGISTRIES,U as getCurrentRegistry,S as get...
High
Sandbox Evasion Gated Capability

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

dist/core/installer/npm-registry.jsView on unpkg · L1
dist/adapter/claude/claude-adapter.jsView file
matchType = previous_version_dangerous_delta matchedPackage = grix-connector@3.1.17 matchedIdentity = npm:Z3JpeC1jb25uZWN0b3I:3.1.17 similarity = 0.742 summary = stored previous version shares package body but lacks this dangerous source file
Critical
Previous Version Dangerous Delta

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

dist/adapter/claude/claude-adapter.jsView on unpkg
1Cross-file remote execution chain: dist/adapter/claude/claude-adapter.js spawns openclaw-plugin/index.js; helper contains network access plus dynamic code execution. L1: import{spawn as z,spawnSync as Ae,execSync as j,execFile as Ie}from"node:child_process";import{promisify as be}from"node:util";import{randomUUID as q}from"node:crypto";import{killP... L2: `):"No skills found",data:n}}catch(n){return{status:"failed",message:`Failed to scan skills: ${n instanceof Error?n.message:n}`}}if(!this.claudeProcess&&!this.claudePty)if(e==="com... L3: `)}finally{Oe(r)}}else this.claudeProcess?.stdin?.write(`${s} L4: `);if(e==="compact"){const n=new Promise(o=>{this.compactionDoneResolver=o});this.beginCompaction();const r=await n;return r==="process-exit"?{status:"failed",message:"Claude exite... L5: `)}extractSingleTurnDelta(e){const t=e.trim();if(!t)return"";try{const i=JSON.parse(t),s=String(i.type??"");if(s==="content_block_delta"){const n=i.delta;if(n&&typeof n=="object"){... L6: `);for(;b>=0;){const ke=E.slice(0,b);E=E.slice(b+1);const ee=this.extractSingleTurnDelta(ke);ee&&(I+=1,_=!0,this.bridgeCallbacks.sendStreamChunk(e.event_id,e.session_id,ee,I,!1,k,e... ... L12: `}let o="";try{o=a…
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/adapter/claude/claude-adapter.jsView on unpkg · L1
scripts/upgrade-guardian.shView file
path = scripts/upgrade-guardian.sh kind = build_helper sizeBytes = 4088 magicHex = [redacted]
Medium
Ships Build Helper

Package ships non-JavaScript build or shell helper files.

scripts/upgrade-guardian.shView on unpkg

Findings

1 Critical7 High4 Medium6 Low
CriticalPrevious Version Dangerous Deltadist/adapter/claude/claude-adapter.js
HighInstall Time Lifecycle Scriptspackage.json
HighChild Processopenclaw-plugin/index.js
HighShellopenclaw-plugin/index.js
HighSame File Env Network Executiondist/adapter/openhuman/openhuman-adapter.js
HighCommand Output Exfiltrationdist/core/provider-quota/kiro.js
HighSandbox Evasion Gated Capabilitydist/core/installer/npm-registry.js
HighCross File Remote Execution Contextdist/adapter/claude/claude-adapter.js
MediumNetwork
MediumEnvironment Vars
MediumShips Build Helperscripts/upgrade-guardian.sh
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/core/proxy/crypto/certificate.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings