Static Scan Results
scanned 7d ago · by rust-scannerStatic analysis completed at 65.0% confidence. No malicious behavior was detected; 11 low-signal pattern(s) were surfaced and cleared.
Static reason
No blocking static signals were detected.
Decision evidence
public snapshotBehavioral surface
ChildProcessEnvironmentVarsFilesystemNetworkShell
HighEntropyStringsUrlStrings
NoLicense
Source & flagged code
3 flagged · loading sourcedist/hooks/_helpers.jsView file
5// format/emit output the way Codex expects.
L6: import { spawnSync } from 'node:child_process';
L7: import { basename } from 'node:path';
High
Child Process
Package source references child process execution.
dist/hooks/_helpers.jsView on unpkg · L55// format/emit output the way Codex expects.
L6: import { spawnSync } from 'node:child_process';
L7: import { basename } from 'node:path';
L8: export const DEFAULT_BASE_URL = 'https://nexusmind-backend.fly.dev';
L9: export const HEALTH_TIMEOUT_MS = 5000;
...
L12: function envInt(name, fallback) {
L13: const raw = process.env[name];
L14: if (!raw)
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/hooks/_helpers.jsView on unpkg · L5dist/setup.jsView file
13import * as readline from 'node:readline/promises';
L14: import { stdin as input, stdout as output } from 'node:process';
L15: import { spawnSync } from 'node:child_process';
L16: // ── Paths ─────────────────────────────────────────────────────────────────────
L17: const HOME = homedir();
L18: const CLAUDE_JSON_PATH = join(HOME, '.claude.json');
...
L30: function codexHomeDir() {
L31: return process.env.CODEX_HOME || join(HOME, '.codex');
L32: }
...
L53: try {
L54: return JSON.parse(readFileSync(path, 'utf8'));
L55: }
Medium
Install Persistence
Source writes installer persistence such as shell profile or service configuration.
dist/setup.jsView on unpkg · L13Findings
3 High3 Medium5 Low
HighChild Processdist/hooks/_helpers.js
HighShell
HighSame File Env Network Executiondist/hooks/_helpers.js
MediumNetwork
MediumEnvironment Vars
MediumInstall Persistencedist/setup.js
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License