registry  /  codex-multi-auth  /  2.5.0

codex-multi-auth@2.5.0

Codex CLI multi-account OAuth manager with account switching, health checks, runtime rotation, diagnostics, and recovery tools for @openai/codex

Static Scan Results

scanned 5d ago · by rust-scanner

Static analysis flagged 12 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
ChildProcessCryptoDynamicRequireEnvironmentVarsFilesystemNetworkShell
Supply chain
HighEntropyStringsUrlStrings
ManifestNo manifest risk signals triggered.
scanned 305 file(s), 2.35 MB of source, external domains: 127.0.0.1, api.github.com, api.openai.com, auth.openai.com, chatgpt.com, codex-multi-auth.local, github.com, json-schema.org, raw.githubusercontent.com, registry.npmjs.org, www.apple.com

Source & flagged code

4 flagged · loading source
package.jsonView file
scripts.postinstall = node scripts/postinstall.js
High
Install Time Lifecycle Scripts

Package defines install-time lifecycle scripts.

package.jsonView on unpkg
scripts.postinstall = node scripts/postinstall.js
Medium
Ambiguous Install Lifecycle Script

Install-time lifecycle script is not statically allowlisted and needs review.

package.jsonView on unpkg
dist/lib/codex-manager/commands/uninstall.jsView file
82async function loadDefaultLauncher() { L83: const launcherModule = await import(new URL("../../../../scripts/codex-app-launcher.js", import.meta.url).href); L84: if (typeof launcherModule.installCodexAppLauncher !== "function") {
Medium
Dynamic Require

Package source references dynamic require/import behavior.

dist/lib/codex-manager/commands/uninstall.jsView on unpkg · L82
dist/lib/tools/hashline-tools.jsView file
66} L67: const baseDir = context.directory || process.cwd(); L68: return normalize(isAbsolute(trimmed) ? trimmed : resolve(baseDir, trimmed)); ... L82: always: [absolutePath], L83: metadata: { path: absolutePath }, L84: });
Low
Weak Crypto

Package source references weak cryptographic algorithms.

dist/lib/tools/hashline-tools.jsView on unpkg · L66

Findings

1 High5 Medium6 Low
HighInstall Time Lifecycle Scriptspackage.json
MediumAmbiguous Install Lifecycle Scriptpackage.json
MediumDynamic Requiredist/lib/codex-manager/commands/uninstall.js
MediumNetwork
MediumEnvironment Vars
MediumStructural Risk Force Deep Review
LowNon Install Lifecycle Scripts
LowScripts Present
LowWeak Cryptodist/lib/tools/hashline-tools.js
LowFilesystem
LowHigh Entropy Strings
LowUrl Strings