jobs-create-profile

Fail

Audited by Snyk on Aug 14, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). These are direct raw GitHub links to shell/PowerShell installer scripts that the skill instructs users to pipe into a shell (curl | bash, irm | iex), a high-risk pattern for distributing malware from an external/unverified source.

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: 0.70). The prompt instructs the agent to download and execute a remote installer (curl | bash and irm | iex), which executes arbitrary code on the host and can modify system state or require elevated privileges.

Issues (3)

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 14, 2026, 08:12 AM
Issues
3
Security Audit — snyk — jobs-create-profile