registry  /  grix-connector  /  3.1.17

grix-connector@3.1.17

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 3d ago · by rust-scanner

Static analysis flagged 17 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
ChildProcessCryptoEnvironmentVarsFilesystemNativeBindingsNetworkShellWebSocket
Supply chain
HighEntropyStringsMinifiedUrlStrings
ManifestNo manifest risk signals triggered.
scanned 228 file(s), 1.30 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, 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

9 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/service/service-paths.jsView file
1import{createHash as u}from"node:crypto";import o from"node:os";import t from"node:path";import{normalizeString as a}from"../core/util/normalize-string.js";const i="com.dhfpub.grix...
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/service/service-paths.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
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 Pe,execSync as j,execFile as Ce}from"node:child_process";import{promisify as ke}from"node:util";import{randomUUID as H}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{De(r)}}else this.claudeProcess?.stdin?.write(`${s} L4: `);if(e==="compact"){const n=new Promise(a=>{this.compactionDoneResolver=a});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 Ee=S.slice(0,b);S=S.slice(b+1);const te=this.extractSingleTurnDelta(Ee);te&&(I+=1,g=!0,this.bridgeCallbacks.sendStreamChunk(e.event_id,e.session_id,te,I,!1,C,e... ... L12: `}let a="";try{a=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

7 High4 Medium6 Low
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/service/service-paths.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings