The skill executes unverified remote code via insecure shell pipes and performs unauthorized network operations, creating critical vulnerabilities for arbitrary code execution and prompt injection attacks.
npx skills add https://github.com/EximAgent/cliRemote 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 installation instructions use `curl | sh` and `irm | iex`, which are classic vectors for arbitrary code execution without integrity verification. This bypasses security controls by executing remote content directly in the user's shell environment. [ensemble: confirmed by 3/3 passes; severity set to the agreed median (ADR-0067).]
curl -fsSL https://cli.eximagent.ai/install | sh
The skill instructs the agent to crawl arbitrary websites (`crawl run`) and process the content. If the agent uses this content to inform subsequent actions or outreach, an attacker-controlled website could inject malicious instructions into the agent's reasoning process. [ensemble: confirmed by 2/3 passes; severity set to the agreed median (ADR-0067).]
eximagent crawl --url ...
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.