learn

Fail

Audited by Snyk on May 6, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 0.80). These URLs are API and homepage endpoints for agentskill.sh (not direct binary downloads), but the skill instructs installing and running a remote CLI via npx (@agentskill.sh/cli) — effectively executing code fetched from an external, non-mainstream domain — which is a supply‑chain / remote‑execution risk if the package or site is malicious or compromised.

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

  • Third-party content exposure detected (high risk: 0.90). The skill explicitly fetches and parses user-generated content from the public agentskill.sh site (e.g., via npx @agentskill.sh/cli search "<query>" --json, WebFetch calls like https://agentskill.sh/api/agent/... for trending/skillsets, and installs skills based on returned slugs as described in SKILL.md), and those external descriptions/metadata are read and used to drive decisions and install actions, which could enable indirect prompt injection.

MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).

Issues (3)

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

Audit Metadata
Risk Level
CRITICAL
Analyzed
May 6, 2026, 01:54 PM
Issues
3