Tencent Cloud Log Service
Analysis
This skill is a coherent Tencent Cloud log-query helper, but users should notice it relies on a third-party CLI and Tencent Cloud API credentials to read potentially sensitive logs.
Findings (3)
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.
brew tap dbwang0130/clscli brew install dbwang0130/clscli/clscli
The setup instructions install an external CLI from a Homebrew tap. This is central to the skill's purpose, but the registry has no install spec or pinned provenance information.
Checks whether tool use, credentials, dependencies, identity, account access, or inter-agent boundaries are broader than the stated purpose.
env": ["TENCENTCLOUD_SECRET_ID", "TENCENTCLOUD_SECRET_KEY"]
The skill requires Tencent Cloud API credentials to access CLS. This is purpose-aligned, but those credentials may carry broader cloud permissions if the user supplies an over-privileged key.
Checks for exposed credentials, poisoned memory or context, unclear communication boundaries, or sensitive data that could leave the user's control.
Query and analyze Tencent Cloud CLS logs.
The skill brings retrieved log content into the agent's context for analysis. Logs may contain sensitive data or attacker-controlled text, so they should be treated as data rather than instructions.
