jobs-digest

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 raw GitHub-hosted install scripts that the skill explicitly instructs users to fetch-and-execute (curl | bash and irm | iex), which is a high-risk pattern because remote .sh/.ps1 files can contain malicious code and should be inspected before running.

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

  • Third-party content exposure detected (medium risk: 0.30). In SKILL.md, the workflow step sjctl sync --json ingests outsider-authored offer titles/descriptions/company fields fetched from a public API and then ranks/summarizes them before producing the digest.

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 explicitly instructs fetching and executing remote installer scripts (curl ... | bash and irm ... | iex) to install sjctl, which runs arbitrary code and modifies the host system state.

Issues (4)

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).

W013
MEDIUM

Attempt to modify system services in skill instructions.

Audit Metadata
Risk Level
CRITICAL
Analyzed
Aug 14, 2026, 08:13 AM
Issues
4
Security Audit — snyk — jobs-digest