Back to skill

Security audit

CraftMyPDF

Security checks for vulnerabilities and agentic risk

Overview

The skill is a coherent CraftMyPDF connector, with a disclosed but risky one-time oo CLI installer users should review before running.

Install only if you are comfortable using OOMOL as the credential broker for CraftMyPDF. Before running the installer commands, prefer reading the official install guide, inspecting the script or using a trusted package path if available, then confirm any PDF-generation payload before the agent runs a write action.

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 users to install the CLI via a remote script piped directly into a shell (`curl ... | bash`), which executes code fetched at runtime without prior verification. If the install endpoint, transport path, or hosting account is compromised, an attacker could achieve arbitrary code execution on the user's machine; the skill context makes this more dangerous because it is framed as a remediation step users may follow during normal operation.

Static analysis

No suspicious patterns detected.