OpenClaw Claude Codex Workflow

PassAudited by VirusTotal on Mar 24, 2026.

Findings (1)

The skill bundle provides a legitimate orchestration framework for a multi-model development pipeline involving Claude, Codex, and Gemini. The primary logic resides in `scripts/ccg_orchestrator.sh`, which safely uses Bash arrays to wrap official CLI commands without evidence of shell injection or unauthorized data exfiltration. While the workflow requires sensitive API keys (e.g., `CLAUDE_API_KEY`, `GOOGLE_API_KEY`), the instructions in `SKILL.md` and the supporting documentation in the `references/` directory are transparent, align with the stated purpose, and include safety constraints such as dry-run modes and git-cleanliness checks.