update

Fail

Audited by Snyk on May 23, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.90). The URL is a direct raw GitHub link to an install.sh script from an unverified/unknown user and is intended to be executed directly (bash <(curl ...)), which is a high-risk pattern for distributing malware or arbitrary commands.

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

  • Third-party content exposure detected (high risk: 1.00). The skill's SKILL.md explicitly requires executing a remote installer fetched with curl from the public URL https://raw.githubusercontent.com/boshu2/agentops/main/scripts/install.sh, which pulls and runs public/untrusted third-party code that can change agent behavior and therefore enable indirect prompt injection.

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 commands the agent to fetch and execute a remote install script that installs/upgrades skills globally (modifying system/agent state and potentially requiring elevated privileges), so it actively changes the machine and is high risk.

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
May 23, 2026, 08:52 PM
Issues
4
Security Audit — snyk — update