fusionaly-deploy

Fail

Audited by Snyk on Aug 6, 2026

Risk Level: CRITICAL
Full Analysis

HIGH W007: Insecure credential handling detected in skill instructions.

  • Insecure credential handling detected (high risk: 1.00). The prompt instructs the agent/user to paste API tokens and embed them verbatim into CLI commands and persistent files (e.g., hcloud --token , export CF_API_TOKEN="..."), which requires the LLM to handle and output secret values directly.

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). Two URLs point to executable shell installers hosted on non-official sources — a project site (fusionaly.com/install) and a raw GitHub script (raw.githubusercontent.com/.../harden.sh) that the guide instructs users to curl and execute, which is a high-risk pattern for malware distribution.

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


MEDIUM W013: Attempt to modify system services in skill instructions.

  • Attempt to modify system services in skill instructions detected (high risk: 1.00). This skill explicitly instructs running privileged installer/hardener scripts (uses sudo, curl|sudo bash), and the hardener creates an admin user and changes SSH/root settings — actions that modify system state and require elevated privileges.

Issues (4)

W007
HIGH

Insecure credential handling detected in skill instructions.

E005
CRITICAL

Suspicious download URL detected in skill instructions.

W012
MEDIUM

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

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Aug 6, 2026, 12:49 AM
Issues
4
Security Audit — snyk — fusionaly-deploy