Back to skill

Security audit

AgentQL

Security checks for vulnerabilities and agentic risk

Overview

This appears to be a coherent OOMOL connector skill, but its first-time setup includes a remote installer command that users should verify before running.

Install only if you intend to use this skill through OOMOL. Prefer installing the `oo` CLI from verified documentation, review the installer before execution, and require explicit approval before any agent runs pipe-to-shell or PowerShell installer commands.

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 includes a `curl ... | bash` installation command that fetches and immediately executes a remote script without integrity verification, pinning, or out-of-band validation. If the distribution endpoint, network path, or hosting account is compromised, a user following this guidance could execute arbitrary code on their system.

Static analysis

No suspicious patterns detected.