ClawAudit verdict

tsa-risk

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Accesses credentials AND writes files

Tencent Cloud Smart Advisor architecture risk inspection tool that uses AK/SK credentials to call Tencent Cloud APIs; IAM operations are explicitly documented as requiring user consent, and temporary credentials are not persisted — behavior matches stated cloud auditing purpose.

Automated static analysis — not a human review. ClawAudit flags capabilities, not confirmed intent, and can produce false positives. Disagree with this verdict? Use Dispute below.

0
security
60
transparency
70
maintenance

What it does

These are capability combinations: each listed behavior occurs in the skill, but ClawAudit 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 critical

Pipe to python — executes piped content as Python code

SKILL.md · code · | python3

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 urllib.request — network access

check_env.py · prose · downgraded · urllib.request

Pattern match low

Python os.environ.get — reads environment variable

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

Pattern match low

Python shutil file operation — copies/moves/deletes files

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

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