Caveat verdict

cloudq

cloudq-1

88
🟢 Trusted
No high-risk patterns surfaced by the deep scan — automated capability review, not behavioral proof.

Accesses credentials AND writes files

A Tencent Cloud management skill using standard AK/SK authentication for cloud advisory APIs; IAM operations (role creation/deletion) are explicitly gated on user consent, temporary credentials stay in memory and are not persisted.

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.

18
security
60
transparency
70
maintenance

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.

Capability combination high

Accesses credentials AND writes files — may persist stolen credentials locally

LLM02 · LLM06 · ASI03

Permission integrity

Performs file operations but does not declare file-accessing binaries

file_read+write

Findings (8)

Pattern match medium

Accesses shell history/config

SKILL.md · prose · downgraded · ~/.zshrc

Pattern match medium

subprocess execution — runs system commands from Python

check_env.py · prose · downgraded · subprocess.run(

Pattern match medium

Instructs covert action — may act without user awareness

scripts/cleanup.py · prose · downgraded · Silently

Pattern match medium

os.system/popen — direct OS command execution

scripts/setup_role.py · prose · downgraded · os.system(

Pattern match low

Python os.environ.get — reads environment variable

check_env.py · prose · downgraded · os.environ.get(

Pattern match low

pip3 install — installs Python packages at runtime

references/plugins/tsa-risk/scripts/html_to_png.py · prose · downgraded · pip3 install

Pattern match low

Python shutil file operation — copies/moves/deletes files

scripts/cleanup.py · prose · downgraded · shutil.rmtree(

Pattern match low

Python urllib.request — network access

scripts/login_url.py · prose · downgraded · urllib.request

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class D/F). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.

Permissions & capabilities

Requires 2 environment variables. (2 sensitive: TENCENTCLOUD_SECRET_ID, TENCENTCLOUD_SECRET_KEY). Requires 1 system binary.

file_writecredential_accessnetwork_in
Check another skill Browse the registry Auditing your own skills or configs? Use the API