Back to skill

Security audit

Coda

Security checks for vulnerabilities and agentic risk

Overview

This OOMOL connector skill appears disclosed and purpose-aligned, but it needs review because setup includes running a remote installer directly in a shell.

Review before installing if you do not already trust OOMOL’s CLI distribution path. Prefer installing the `oo` CLI through verified official guidance, inspect or verify installer contents where possible, and do not let an agent run the pipe-to-shell setup automatically.

Vulnerability Patterns
  • Supply ChainUnpinned Dependencies, External Script Fetching, Obfuscated Code
  • Prompt InjectionInstruction Override, Hidden Instructions, Exfiltration Commands
  • Data ExfiltrationExternal Transmission, Env Variable Harvesting, File System Enumeration
  • Privilege EscalationExcessive Permissions, Sudo/Root Execution, Credential Access
  • Excessive AgencyUnrestricted Tool Access, Autonomous Decision Making, Scope Creep
Findings (1)

External Script Fetching

High
Category
Supply Chain
Content
- **`oo: command not found`** — install the oo CLI (other platforms: <https://cli.oomol.com/install-guide.md>):

  ```bash
  curl -fsSL https://cli.oomol.com/install.sh | bash    # macOS / Linux
  ```

  ```powershell
Confidence
97% confidence
Finding
The skill instructs the agent to install software via a remote script piped directly into a shell (`curl ... | bash`), which is a classic supply-chain and arbitrary code execution risk. Because the skill is allowed to use Bash and presents this as an automatic fallback during setup, a failure path could lead to execution of unverified code from the network on the host environment.

Static analysis

No suspicious patterns detected.