Caveat verdict
腾讯云资源管理工具
tencentcloud-management-tool
Accesses credentials AND encodes data
Legitimate Tencent Cloud CLI management tool (tccli) that manages cloud resources; credential access is through standard env vars/OAuth with explicit security guidance recommending temporary OAuth over permanent keys, all behavior matches the stated cloud management purpose.
Automated static analysis — not a human review. Caveat flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.
What it does
These are capability combinations: each listed behavior occurs in the skill, but Caveat detects co-occurrence — it does not verify that one flows into another. Read the code to confirm a live chain.
Accesses credentials AND encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
credential_access
package_install
Findings (6)
Pipe to python — executes piped content as Python code
references/lighthouse-app-deploy.md · code · | python3
Pipe-to-shell pattern (curl | sh) — supply chain attack vector
references/lighthouse-app-deploy.md · code · curl -fsSL https://get.docker.com | sh
Pipe to sh — executes piped content as shell commands
references/lighthouse-app-deploy.md · code · | sh
Recursive delete from root or home — destructive command
references/lighthouse-app-deploy.md · code · rm -rf /
Pipe to bash — executes piped content as shell commands
references/lighthouse-app-deploy.md · code · | bash
HTTP request to bare IP address — common in malicious payloads
references/lighthouse-app-deploy.md · code · http://127.0.0.1
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class A). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
package_installdata_encodingcredential_accessnetwork_in Thanks — recorded.