The skill facilitates arbitrary code execution through insecure remote script piping, hides undocumented administrative commands, and performs unauthorized network access while bypassing security controls and sandbox restrictions.
npx skills add https://github.com/EximAgent/cliThe skill documentation promotes a 'one command' installation method that downloads and executes a remote script directly into a shell interpreter, which is a significant security risk (arbitrary code execution).
The 'Install' section contains: `curl -fsSL https://cli.eximagent.ai/install | sh` and `irm https://cli.eximagent.ai/install.ps1 | iex`.
The skill instructs users to pipe remote scripts directly into a shell interpreter, which bypasses security controls and allows arbitrary code execution with the privileges of the host agent.
curl -fsSL https://cli.eximagent.ai/install | sh
Remote code download and execution detected
curl -fsSL https://cli.eximagent.ai/install | sh
A remote resource is downloaded with curl/wget and piped directly into a shell interpreter (optionally via sudo). The downloaded script runs with no integrity check (no checksum/signature), so a compromised server, MITM, or hijacked URL leads to arbitrary code execution. Download to a file, verify it (e.g. sha256sum -c against a pinned digest, or a signature), then execute it.
curl -fsSL https://cli.eximagent.ai/install | sh
The skill explicitly instructs users on how to bypass sandbox network restrictions to ensure the CLI can reach its external server, potentially exposing the environment to exfiltration.
re-run with it enabled (e.g. `codex --dangerously-bypass-approvals-and-sandbox`)
The documentation references hidden '_admin/*' commands that are not listed in the command surface, suggesting undocumented capabilities that bypass user review.
Invoking `_admin/*` commands. Operator-tier, hidden.
Skill does not specify a license field. Specifying a license helps users understand usage terms.
[](https://mondoo.com/ai-agent-security/skills/github/EximAgent/cli/eximagent)<a href="https://mondoo.com/ai-agent-security/skills/github/EximAgent/cli/eximagent"><img src="https://mondoo.com/ai-agent-security/api/badge/github/EximAgent/cli/eximagent.svg" alt="Mondoo Skill Check" /></a>https://mondoo.com/ai-agent-security/api/badge/github/EximAgent/cli/eximagent.svgSkills can read files, run commands, and access credentials. Mondoo helps organizations manage the security risks of AI agent skills across their entire fleet.