Cloud Architecture Holistic View

WarnAudited by ClawScan on May 10, 2026.

Overview

The skill matches its Tencent Cloud architecture purpose, but it asks for powerful cloud credentials, can create broad IAM roles, disables HTTPS verification in helper scripts, and contains unrelated guidance for evading ClawHub anti-spam publishing checks.

Review this skill carefully before installing. If you use it, create a narrowly scoped Tencent Cloud sub-account or temporary credentials, do not approve role creation until you verify the policies, and avoid running the helper scripts unless the TLS verification issue and provenance concerns are fixed.

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

If approved or misused, the skill could gain broad access to Tencent Cloud advisor and tag functions, not just display architecture diagrams.

Why it was flagged

The skill requires long-lived Tencent Cloud credentials and can create/attach IAM roles with full read/write Tag and Advisor policies, which is high-impact account authority.

Skill content
TENCENTCLOUD_SECRET_ID, TENCENTCLOUD_SECRET_KEY ... cam:CreateRole, cam:AttachRolePolicy ... QcloudTAGFullAccess(标签全读写权限)、QcloudAdvisorFullAccess(智能顾问全读写权限)
Recommendation

Use a least-privilege Tencent Cloud sub-account or temporary credentials, verify the exact policies before approving role creation, and remove any created role when finished.

What this means

A user may approve role creation believing it is read-only when the documented permissions are broader.

Why it was flagged

The instructions first describe the policy as read-only and not affecting other resources, then later disclose full read/write Tag and Advisor permissions.

Skill content
QcloudAdvisorFullAccess(智能顾问只读访问权限,不影响其他云资源) ... QcloudTAGFullAccess(标签全读写权限)、QcloudAdvisorFullAccess(智能顾问全读写权限)
Recommendation

The skill should accurately describe all permissions in one place and require explicit confirmation for each write-capable policy.

What this means

Network attackers could have an easier path to intercept or tamper with signed cloud API/login traffic.

Why it was flagged

The static scan reports HTTPS verification weakening in the Tencent Cloud API client, with the same pattern also reported in scripts/login_url.py.

Skill content
ctx.check_hostname = False
Recommendation

Do not use the helper scripts until TLS verification is restored to the Python defaults and the affected files are reviewed.

What this means

This raises trust and provenance concerns: the skill may be part of a bulk/template publishing campaign rather than a carefully maintained integration.

Why it was flagged

The package includes unrelated instructions for bulk publishing many skills, rotating tokens, and changing content to reduce anti-spam detection.

Skill content
ClawHub ... 反垃圾机制 ... MAX_PER_TOKEN = 3 - 每个 token 连续发 3 个后切换 ... 增强内容差异 ... 80 个技能
Recommendation

Verify the publisher and source repository before installing, and prefer a version without anti-spam evasion materials.