Back to skill

Security audit

Clockify

Security checks for vulnerabilities and agentic risk

Overview

This is a disclosed Clockify integration that uses OOMOL's CLI to read and manage Clockify data, with clear warnings before state-changing actions.

Install only if you are comfortable using OOMOL as an intermediary for Clockify and connecting your Clockify API key. Review exact payloads before approving project, task, time-entry, or deletion actions, and prefer installing the `oo` CLI through a reviewed or official package path instead of blindly running the pipe-to-shell command.

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
98% confidence
Finding
The skill instructs the agent to install software by piping a remotely fetched script directly into a shell (`curl ... | bash`), which is a classic supply-chain and arbitrary code execution risk. If the remote host, script, transport, or distribution path is compromised, the machine running the skill could execute attacker-controlled code with the user's privileges.

Static analysis

No suspicious patterns detected.