Architecture Inventory & Risk Assessment
Analysis
This skill is related to Tencent Cloud architecture assessment, but it asks for powerful cloud credentials, can create persistent IAM roles with broad policies, and includes unrelated bulk-publishing anti-spam materials.
Findings (5)
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.
`QcloudAdvisorFullAccess`(智能顾问只读访问权限,不影响其他云资源) ... `QcloudTAGFullAccess`(标签全读写权限)、`QcloudAdvisorFullAccess`(智能顾问全读写权限)
The same role setup is framed as read-only in one place but later described as full read/write and includes tag permissions, which could mislead a user approving the IAM change.
使用优化后的批量发布脚本 ... `MAX_PER_TOKEN = 3` ... Token 轮换 ... 修改 metadata 中的权限和依赖
The package includes guidance for bulk publishing, token rotation, and changing metadata/dependencies to avoid anti-spam detection, which is unrelated to the architecture assessment skill.
python3 {baseDir}/check_env.py ... python3 {baseDir}/scripts/create_role.py ... python3 {baseDir}/scripts/tcloud_api.pyThe skill relies on local Python helper scripts for environment checks, role creation, and Tencent Cloud API calls; this is disclosed and purpose-aligned but important because some scripts perform high-impact account operations.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
关联策略:`QcloudTAGFullAccess`(标签全读写权限)、`QcloudAdvisorFullAccess`(智能顾问全读写权限)
The skill’s setup can attach full read/write Tencent Cloud policies to a persistent CAM role, which is broader than simple architecture inventory or risk viewing.
**环境变量必须永久写入 shell 配置文件** ... echo 'export TENCENTCLOUD_SECRET_KEY="your-secret-key"' >> ~/.bashrc
The instructions require long-lived Tencent Cloud credentials to be stored permanently in shell startup files, increasing exposure if those files are backed up, synced, or read by other tools.
