Codex Skill
Analysis
This is a coherent Codex automation skill, but it deliberately enables hands-off code changes, no-sandbox modes, long-running background agents, and PR-merge workflows that deserve review before use.
Findings (5)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
Provides non-interactive automation mode for hands-off task execution without approval prompts.
The skill’s core mode suppresses approval prompts while delegating coding work, so the agent can initiate changes without per-action human confirmation.
`-s danger-full-access` | Full access including network and system ... `--dangerously-bypass-approvals-and-sandbox` | Skip all prompts + no sandbox
The documented Codex modes allow broad system and network access while bypassing sandboxing and prompts, which is materially riskier than normal scoped coding assistance.
Operate Codex CLI as a **managed coding agent** — from worktree setup through PR merge.
The workflow is framed as continuing through PR merge, meaning an automated implementation path could propagate changes into a shared repository.
Do NOT use `timeout=` for codex tasks. Instead, use background execution with periodic polling... if no new output for 12 hours, ask user before killing
The skill intentionally creates long-running background Codex sessions; this is disclosed and purpose-aligned, but users should notice the persistence.
# Install: npm i -g @openai/codex or brew install codex tmux -V # tmux required for full workflow
The skill depends on external CLI tooling installed outside the skill package; this is expected for the purpose but not pinned or enforced by an install spec.
