jobs-track

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: 0.90). These are direct raw GitHub links to .sh and .ps1 installer scripts that the skill instructs users to pipe into bash/PowerShell—executing remote scripts from a repository without review is a high-risk distribution vector even if hosted on GitHub.

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.80). The skill instructs users to fetch and execute remote install scripts (curl ... | bash and PowerShell irm ... | iex), which run arbitrary code and can modify the host system's state, so it poses a significant risk of compromising the machine.

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:13 AM
Issues
3
Security Audit — snyk — jobs-track