Delegate coding to OpenAI Codex CLI (features, PRs).
56
64%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Medium
Suggest reviewing before use
Fix and improve this skill with Tessl
tessl review fix ./skills/autonomous-ai-agents/codex/SKILL.mdSecurity
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill prompts the agent to compromise the security or integrity of the user’s machine by modifying system-level services or configurations, such as obtaining elevated privileges, altering startup scripts, or changing system-wide settings.
The skill explicitly documents flags and usage that disable sandboxing and approvals (e.g. "--dangerously-bypass-approvals-and-sandbox", "--sandbox danger-full-access", and recommending their use), which would allow the agent to bypass security controls and modify the host system.
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The skill runs a runtime git clone of https://github.com/user/repo.git (SKILL.md:91), which fetches external repository content that will be fed to and operated on by the Codex CLI, thereby allowing remote code/content to directly influence the agent's actions.
48f69e5
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.