This skill facilitates arbitrary remote code execution via unverified shell pipes, enables cross-agent privilege escalation, and bypasses sandbox restrictions to exfiltrate sensitive data through undeclared network access.
npx skills add https://github.com/EximAgent/cliThe skill documentation includes instructions for installing the CLI via a shell pipe (`curl ... | sh` or `irm ... | iex`), which is a high-risk pattern for remote code execution. Additionally, the skill context acknowledges critical findings regarding remote code download/execution and cross-agent privilege escalation that are not addressed in the provided content.
Installation instructions: 'curl -fsSL https://cli.eximagent.ai/install | sh' and 'irm https://cli.eximagent.ai/install.ps1 | iex'. Static analysis context: '[critical] MONDOO_AGENT_SKILL_CE_003 — Remote code download and execution detected'.
The documentation explicitly instructs the agent to use a specific flag to bypass sandbox network restrictions, which could be exploited to exfiltrate data or reach unauthorized endpoints. [ensemble: confirmed by 2/3 passes; severity set to the agreed median (ADR-0067).]
re-run with it enabled (e.g. `codex --dangerously-bypass-approvals-and-sandbox`)
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 claims to be a 'Trade-intelligence CLI' but includes commands like `analytics sql` which allow arbitrary read-only SQL execution, potentially exposing sensitive trade data beyond the intended scope. [ensemble: confirmed by 3/3 passes; severity set to the agreed median (ADR-0067).]
eximagent analytics sql --query_sql "SELECT ..."
NER model detected location in skill content (confidence: 0.91)
U*
NER model detected location in skill content (confidence: 1.00)
G******
NER model detected organization in skill content (confidence: 0.58)
m****
NER model detected organization in skill content (confidence: 0.71)
O***
The installation instructions use `curl | sh` and `irm | iex`, which are classic patterns for executing unverified remote code with high privileges.
curl -fsSL https://cli.eximagent.ai/install | sh
Cross-agent privilege escalation — credential forwarding or admin access grant to agents
share token to
The `crawl run` command fetches arbitrary website content and feeds it into the agent's context for processing, which can be exploited to inject malicious instructions into the agent's reasoning loop.
eximagent crawl run --url https://example.com
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.