registry  /  impel-cli  /  0.14.1

impel-cli@0.14.1

Configure Claude Code and Codex CLI to talk to Impel's gateway, authenticated by an Impel Personal Access Token

Static Scan Results

scanned 2h ago · by rust-scanner

Static 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 snapshot
Behavioral surface
Source
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
Manifest
NoLicense
scanned 38 file(s), 402 KB of source, external domains: apps.microsoft.com, claude.com, downloads.claude.ai, gateway.useimpel.ai, gateway.useimpel.com, persistent.oaistatic.com, registry.npmjs.org, www.apple.com, www.useimpel.com

Source & flagged code

4 flagged · loading source
src/codesign.jsView file
26import crypto from "node:crypto"; L27: import { spawnSync } from "node:child_process"; L28:
High
Child Process

Package source references child process execution.

src/codesign.jsView on unpkg · L26
src/commands/update.jsView file
210if (io.platform === "win32") { L211: console.error(" Verify `npm --version` in PowerShell, then retry `impel update`."); L212: console.error(" Manual recovery: `npm install --global impel-cli@latest`.");
High
Shell

Package source references shell execution.

src/commands/update.jsView on unpkg · L210
src/apps.jsView file
1647if (process.type === "browser" && displayName) { L1648: const Module = require("node:module"); L1649: const path = require("node:path");
Medium
Dynamic Require

Package source references dynamic require/import behavior.

src/apps.jsView on unpkg · L1647
src/updates.jsView file
11import path from "node:path"; L12: import { spawn } from "node:child_process"; L13: import { fileURLToPath } from "node:url"; ... L21: const DEFAULT_UPDATE_PACKAGE = "impel-cli"; L22: const DEFAULT_UPDATE_REGISTRY = "https://registry.npmjs.org"; L23: const VERSION_RE = /^(\d+)\.(\d+)\.(\d+)(?:-([0-9A-Za-z.-]+))?(?:\+[0-9A-Za-z.-]+)?$/u; ... L25: export function updatePackage() { L26: return process.env.IMPEL_UPDATE_PACKAGE || DEFAULT_UPDATE_PACKAGE; L27: }
High
Same File Env Network Execution

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

src/updates.jsView on unpkg · L11

Findings

3 High3 Medium5 Low
HighChild Processsrc/codesign.js
HighShellsrc/commands/update.js
HighSame File Env Network Executionsrc/updates.js
MediumDynamic Requiresrc/apps.js
MediumNetwork
MediumEnvironment Vars
LowScripts Present
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings
LowNo License