Cloud Share Downloader

Security checks across malware telemetry and agentic risk

Overview

This skill promises hands-off cloud-share transfers, but it may ask for raw cloud-drive cookies and copy or re-share files through an unspecified cloud account without clear controls.

Use caution before installing. Do not provide raw cloud-drive cookies, and only use the skill if you are comfortable with files being copied to a clearly identified destination account. Ask for explicit confirmations, scoped credentials, destination selection, link privacy settings, and deletion/retention details before any transfer.

VirusTotal

VirusTotal findings are pending for this skill version.

View on VirusTotal

Risk analysis

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

#
ASI03: Identity and Privilege Abuse
High
What this means

Providing cookies could let the skill or agent act inside the user’s cloud-drive account, not just download one shared file.

Why it was flagged

The script directs the assistant to request raw cloud-drive cookies. Cookies are broad session credentials, and the registry declares no credential contract or scope limits.

Skill content
"baidu": "百度网盘 - 需要Cookie授权" ... "how_to_help": "请提供网盘的Cookie,我可以帮你保存"
Recommendation

Do not provide raw cookies. Require a declared, scoped OAuth or token flow, clear credential handling rules, revocation guidance, and ideally use a limited/test account.

#
ASI02: Tool Misuse and Exploitation
High
What this means

A private or sensitive file link could be copied to another cloud account and made available through a new share link without the user reviewing the destination or sharing settings.

Why it was flagged

The skill instructs fully automatic file transfer and creation of a new share link, but does not require explicit user approval for the high-impact copy/re-share action.

Skill content
用户只需要发链接,其他全部自动! ... 我会把文件存到我的网盘,然后给你一个新的分享链接。
Recommendation

Require explicit confirmation before each transfer, let the user choose the destination account/folder and share visibility, and provide a clear undo/delete workflow.

#
ASI07: Insecure Inter-Agent Communication
High
What this means

User-selected files may leave the original sharing service and persist in an unknown cloud account, where access and deletion are unclear.

Why it was flagged

The destination is described only as “my cloud drive,” with no identified provider, account owner, access boundary, retention policy, or sharing control.

Skill content
转存到我的网盘 ... 返回我的分享链接
Recommendation

Disclose the exact storage provider/account boundary, retention period, link visibility, and deletion process before any transfer occurs.

#
ASI09: Human-Agent Trust Exploitation
Medium
What this means

Users may trust the automation and provide links or credentials without understanding the account-access and re-sharing consequences.

Why it was flagged

The skill frames the workflow as requiring only a link and no other action, which under-discloses the later cookie requirement and the implications of copying files to a separate cloud account.

Skill content
**只需发分享链接给我!** ... ## 完全没有操作
Recommendation

Revise the documentation to clearly state when login/cookies are required, what actions will be taken, and when the user must approve transfer or sharing.

#
ASI04: Agentic Supply Chain Vulnerabilities
Low
What this means

The skill may not work as advertised unless an undeclared external tool is installed, and users cannot verify pinned dependency versions from the provided artifacts.

Why it was flagged

The script references an external downloader, but the registry lists no required binaries and there is no install spec. This is purpose-aligned for video/cloud downloading, but it is not fully declared.

Skill content
# 这里会调用 yt-dlp 等工具自动下载
Recommendation

Declare and pin external tools such as yt-dlp, document installation steps, and align artifact versions.