codex-cli-model-bridge

Warn

Audited by Socket on Sep 2, 2026

2 alerts found:

Anomalyx2
AnomalyLOW
SKILL.md

SUSPICIOUS. The skill’s core behavior is coherent with its stated purpose of managing a local Codex model bridge, and it avoids obvious malware patterns like remote payload execution or known exfiltration endpoints. However, it is still medium-high risk because it forwards existing Codex/ChatGPT credentials through external proxy infrastructure (CLIProxyAPI), modifies sensitive local config, and can install/run local background proxy components; these behaviors are powerful and trust-expanding even when locally scoped.

Confidence: 84%Severity: 68%
AnomalyLOW
scripts/transparent_proxy.mjs

No explicit indicators of covert malware (no external C2, no suspicious payloads, no eval/obfuscation) are present in this code fragment. However, it contains a significant supply-chain/runtime integrity risk: it executes a local helper via execFileSync where the helper executable/interpreter and arguments can be influenced by environment variables, and the helper output becomes an Authorization Bearer token injected into all proxied requests (including upgraded connections). Additionally, the proxy forwards largely unvalidated request.url and headers to a privileged upstream on localhost, so any local caller reaching the proxy can gain access through the injected token. Overall: functionality appears intended, but trust boundaries are critical and the security risk is substantial if environment variables or the helper file are not strictly controlled.

Confidence: 66%Severity: 63%
Audit Metadata
Analyzed At
Sep 2, 2026, 01:21 AM
Package URL
pkg:socket/skills-sh/zjp1997720%2Fzhijian-skills%2Fcodex-cli-model-bridge%2F@227a8aa4bb5101480e576bb2d3b41af33395cf00b7b4e04d4bfecd84a4db6d47
Security Audit — socket — codex-cli-model-bridge