Caveat verdict
tke-skill
tencentcloud-tke-skill
Accesses system credential store AND makes external network calls
Standard TKE/Kubernetes cluster management skill using official Tencent Cloud SDK and kubectl/helm; credential handling via env vars follows expected patterns for a cloud operations tool.
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 system credential store AND makes external network calls
LLM02 · ASI03
Permission integrity
network_out
Findings (5)
Accesses Kubernetes config (may contain cluster credentials)
SKILL.md · code · ~/.kube/config
Pipe to python — executes piped content as Python code
SKILL.md · prose · downgraded · | Python
Uses exec() — may execute shell commands
k8s_cli.py · code · exec(
subprocess execution — runs system commands from Python
k8s_cli.py · prose · downgraded · subprocess.run(
Python os.getenv — reads environment variable
k8s_cli.py · prose · downgraded · os.getenv(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). 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.
network_innetwork_outcredential_store Thanks — recorded.