coolify-cli

Fail

Audited by Snyk on Mar 25, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The skill instructs using API tokens directly on the command line (e.g., coolify context add ... <token>, --token flags and --show-sensitive), which requires the LLM to insert secret values verbatim into commands/outputs, creating high exfiltration risk.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). Suspicious because the skill directs users to execute remote install scripts (raw.githubusercontent.com/*.sh and *.ps1) piped into bash/PowerShell—a high-risk remote-code-execution pattern—while the other links are docs/placeholder hosts; executing such direct downloads is unsafe unless you fully trust and audit the repository.

MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).

  • Third-party content exposure detected (high risk: 0.90). The skill's workflows explicitly fetch and run third-party content (e.g., curl/install from https://raw.githubusercontent.com/coollabsio/coolify-cli/...) and instruct the agent/operator to query arbitrary Coolify instances and GitHub (e.g., coolify app logs, app get, github repos) whose untrusted, user-generated outputs (logs, JSON, repo data) are read and used to drive decisions in the documented workflows.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W011
MEDIUM

Third-party content exposure detected (indirect prompt injection risk).

W012
MEDIUM

Unverifiable external dependency detected (runtime URL that controls agent).

Audit Metadata
Risk Level
CRITICAL
Analyzed
Mar 25, 2026, 04:02 AM
Issues
4
Security Audit — snyk — coolify-cli