codexcont-middleware
Warn
Audited by Gen Agent Trust Hub on Jul 7, 2026
Risk Level: MEDIUMREMOTE_CODE_EXECUTIONEXTERNAL_DOWNLOADSCOMMAND_EXECUTIONDATA_EXFILTRATIONPROMPT_INJECTION
Full Analysis
- [REMOTE_CODE_EXECUTION]: The skill provides instructions to clone an external repository from
https://github.com/neteroster/CodexCont.gitand execute its contents using theuvpackage manager (uv syncanduv run). This execution of third-party code from an unverified source poses a risk of arbitrary code execution. - [EXTERNAL_DOWNLOADS]: The installation process requires downloading the project source code and its dependencies from external repositories and package registries.
- [COMMAND_EXECUTION]: Setup and operation involve several shell commands, including
git clone,cp config.example.toml config.toml, anduv run python run.py. - [DATA_EXFILTRATION]: As a proxy for API requests, the middleware handles sensitive
Authorizationheaders and access tokens. Theinjectandpassthrough_then_injectauthentication modes, combined with the ability to override the upstream URL via theResponses-API-Baseheader, create a potential surface for credential redirection, although the documentation mentions built-in safeguards to prevent leaks in specific modes. - [PROMPT_INJECTION]: The skill presents an indirect prompt injection surface by processing and folding untrusted data streams from upstream APIs.
- Ingestion points: Upstream API responses via
upstream.urlandResponses-API-Baseoverrides. - Boundary markers: Standard SSE (Server-Sent Events) formatting.
- Capability inventory: Python script execution (
run.py), local server hosting, and network requests viahttpx. - Sanitization: JSON parsing and event folding logic implemented in the middleware core.
Audit Metadata