codex-lb-load-balancer
Pass
Audited by Gen Agent Trust Hub on May 17, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: The skill instructs the user to pull a Docker image from the GitHub Container Registry (
ghcr.io/soju06/codex-lb:latest). This is a well-known service for hosting container images. - [EXTERNAL_DOWNLOADS]: It suggests running a tool using
uvx codex-lb, which fetches and executes the specified package from the Python Package Index (PyPI), the official registry for Python packages. - [COMMAND_EXECUTION]: The skill provides commands to migrate existing session data and configurations. This involves using
sedto update JSONL files,sqlite3to update local databases (~/.codex/state_5.sqlite), andjqto modify authentication files (~/.local/share/opencode/auth.json). These operations are consistent with the skill's primary purpose of migrating users to the new load balancer. - [COMMAND_EXECUTION]: Provides standard Docker commands for container deployment, including volume creation and port mapping to local network interfaces.
Audit Metadata