jobs-interview

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). Both URLs are raw GitHub-hosted install scripts that the skill instructs to pipe directly into bash/PowerShell — executing remote scripts from an unverified repository is a high-risk vector for malware distribution.

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 reads outsider-authored offer text from a cached offer using sjctl offer show <offerKey> --json (and then generates questions and saves them), so attacker-submitted free text can be consumed at runtime if it was inserted into that cache by a prior /jobs-search flow.

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 (medium risk: 0.60). The skill tells the agent to install a remote CLI by piping a downloaded script into a shell/PowerShell (curl | bash, irm | iex) which modifies the host system and could run with elevated privileges, so it encourages changing machine state even though it doesn't explicitly request sudo.

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-interview