kdocs
Fail
Audited by Snyk on May 14, 2026
Risk Level: CRITICAL
Full Analysis
CRITICAL E005: Suspicious download URL detected in skill instructions.
- Suspicious download URL detected (high risk: 0.90). Yes — a direct HTTPS link to an unspecified .zip used to update/replace a CLI Skill is suspicious: it comes from an unknown/unverified host, delivers an archive (which can contain executables/scripts), and bypasses official package channels and code-signing, matching multiple high-risk indicators.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill explicitly includes a scrape_url tool (drive/create_and_upload.md and SKILL.md) and a "网页剪藏" workflow that fetches arbitrary webpage URLs and saves their content as documents which the agent is expected to read/use (e.g., AI PPT generation and web-scrape workflows), so untrusted third‑party pages can materially influence subsequent actions.
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 1.00). The skill's update flow directs the agent at runtime to download and replace the Skill directory from a remote ZIP (format "https://...kdocs.zip"), which fetches and can execute remote code that controls agent behavior, so this runtime external dependency is high-risk.
Issues (3)
E005
CRITICALSuspicious download URL detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata