ClawAudit verdict
tsa-risk
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.
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.
Accesses credentials AND writes files — may persist stolen credentials locally
LLM02 · LLM06 · ASI03
Permission integrity
file_read+write
Findings (8)
Pipe to python — executes piped content as Python code
SKILL.md · code · | python3
Accesses shell history/config
SKILL.md · prose · downgraded · ~/.zshrc
subprocess execution — runs system commands from Python
check_env.py · prose · downgraded · subprocess.run(
Instructs covert action — may act without user awareness
scripts/cleanup.py · prose · downgraded · Silently
os.system/popen — direct OS command execution
scripts/setup_role.py · prose · downgraded · os.system(
Python urllib.request — network access
check_env.py · prose · downgraded · urllib.request
Python os.environ.get — reads environment variable
check_env.py · prose · downgraded · os.environ.get(
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 Thanks — recorded.