discover-skills

Fail

Audited by Snyk on Jul 22, 2026

Risk Level: CRITICAL
Full Analysis

CRITICAL E005: Suspicious download URL detected in skill instructions.

  • Suspicious download URL detected (high risk: 1.00). These URLs include unverified remote ZIP install URLs hosted on a non-official CDN (cdn.skillradar.quest) and an external API endpoint (api.skillradar.quest) used to deliver install links, creating a supply-chain risk because remote ZIPs can carry malware and there is no integrity verification.

CRITICAL E006: Malicious code pattern detected in skill scripts.

  • Malicious code pattern detected (high risk: 0.90). The skill deliberately sends user-provided task text to a hardcoded third‑party API and instructs agents to download and extract unverified ZIP packages into persistent hidden skill directories (supply‑chain and privacy risk); no obfuscated payloads or active backdoor code are present in the source files.

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

  • Third-party content exposure detected (high risk: 0.75). 在运行时通过 scripts/discover.py 向外部 SkillRadar API 发起请求并读取其返回 JSON(含 name/description/match_reasons 等文本字段),这些外部服务返回的“候选技能描述”等自由文本会进入代理的上下文用于展示/决策。

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 (low risk: 0.30). The skill instructs the agent to download, unzip, execute a local script and automatically install remote "skills" into project or user global directories (modifying the filesystem and running code), but it does not ask for sudo, system-level changes, or creation of user accounts.

Issues (5)

E005
CRITICAL

Suspicious download URL detected in skill instructions.

E006
CRITICAL

Malicious code pattern detected in skill scripts.

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
Jul 22, 2026, 10:40 AM
Issues
5
Security Audit — snyk — discover-skills