Aliyun OSS or Tencent COS oss upload online access

ReviewAudited by ClawScan on May 10, 2026.

Overview

This appears to be a coherent file-upload skill, but users should treat it carefully because it needs cloud storage credentials and creates public file links.

Install only if you need public OSS/COS upload links. Use a dedicated least-privilege cloud key, keep config files private, and verify each file is safe to make publicly accessible before asking the agent to upload it.

Findings (4)

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.

What this means

A file uploaded through this skill may become publicly accessible through the returned URL.

Why it was flagged

The skill intentionally uploads selected local files or downloaded URL content and returns publicly accessible links. This is aligned with the stated purpose, but the action can expose file contents if invoked on the wrong file.

Skill content
本地文件:工作区相对路径或绝对路径... 在线超链接:HTTP/HTTPS URL... 成功... 返回远程访问 URL
Recommendation

Use it only for files you explicitly want online, and ask the agent to confirm before uploading sensitive or absolute-path files.

What this means

Cloud storage keys may allow uploading objects and possibly other bucket operations depending on the permissions assigned to the key.

Why it was flagged

The skill needs Aliyun or Tencent cloud access credentials, but the registry metadata does not declare required env vars. The credential use is documented and purpose-aligned, but users should understand the privilege being granted.

Skill content
OSS_ALIYUN_ACCESS_KEY_ID / OSS_ALIYUN_ACCESS_KEY_SECRET... OSS_TENCENT_SECRET_ID / OSS_TENCENT_SECRET_KEY... 本技能未在 metadata 声明 requires.env
Recommendation

Use a dedicated least-privilege key limited to the intended bucket/path, avoid pasting secrets in public chats, and rotate the key if exposed.

What this means

Future installs could pull updated dependency versions that were not exactly the versions reviewed here.

Why it was flagged

The skill relies on npm packages with caret version ranges. These dependencies are expected for the upload purpose, but installs may resolve newer package versions over time.

Skill content
"ali-oss": "^6.20.0", "axios": "^1.6.0", "cos-nodejs-sdk-v5": "^2.14.2"
Recommendation

Prefer a lockfile or pinned dependency versions when deploying in higher-trust environments.

What this means

Users might be encouraged to dismiss a future security warning without independently checking the credential and upload behavior.

Why it was flagged

The documentation explains why a security scanner may flag the skill. This is not proof of malicious behavior, but users should not rely on the skill author's explanation alone when evaluating credential-handling risk.

Skill content
关于平台安全扫描的 Suspicious 标记... 扫描器对此标注 Suspicious 属预期行为
Recommendation

Treat scanner explanations as context only; review the actual credentials, permissions, and upload destinations before use.