Tencent Cloud COS
Analysis
This appears to be a real Tencent Cloud COS/CI integration, but it needs powerful cloud credentials and can perform high-impact storage, bucket, and generic API operations, so it should be reviewed carefully before installation.
Findings (6)
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.
Checks for instructions or behavior that redirect the agent, misuse tools, execute unexpected code, cascade across systems, exploit user trust, or continue outside the intended task.
即使用户没有明确提到COS或腾讯云,只要涉及"把文件传到云上"、"生成下载链接"、"帮我建个知识库"...也应该触发此技能。
The trigger wording covers generic cloud-storage and knowledge-base intents, not only explicit Tencent Cloud COS requests.
- **文件存储**:上传、下载、列出、删除文件... - **存储桶管理**:列出/创建存储桶,ACL、跨域、标签、版本控制、生命周期管理
The skill advertises destructive and administrative COS actions, including object deletion and bucket policy-style controls such as ACL and lifecycle management.
ci-request — 通用 CI API 请求 ... --method ... --path ... --body ... --query ... 请求自动发送到 `https://{Bucket}.ci.{Region}.myqcloud.com/{path}`。The documented generic request action allows caller-controlled method, path, body, and query parameters against the CI API using the user's credentials.
(cd "$BASE_DIR" && npm install cos-nodejs-sdk-v5 --no-progress 2>&1 | tail -3)
The setup script installs the COS SDK from npm without pinning a package version.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
"secrets": ["SecretId", "SecretKey"], "optionalSecrets": ["Token"] ... "sensitivity": "critical" ... "scope": "COS object storage and CI data processing APIs"
The skill explicitly requires Tencent Cloud API credentials, including critical long-lived key material or an optional STS token.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
知识库场景:一键创建知识库、上传文档到知识库、从知识库检索内容片段。
The skill can create a persistent knowledge base, upload documents into it, and retrieve content snippets later.
