ClawAudit verdict
architecture-inventory-risk-assessment
Accesses credentials AND writes files
Another variant of the Tencent Cloud Smart Advisor skill with identical security controls and consent requirements for IAM operations; content matches the stated cloud inventory and risk assessment 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 (11)
Possible hardcoded credential
advisor-2020-07-21/调用方式/签名方法 v3.md · code · Credential=' + SecretId +
Accesses shell history/config
README.md · code · ~/.zshrc
Dynamic import() — loads module at runtime
advisor-2020-07-21/调用方式/签名方法 v3.md · code · import (
"
Python os.environ.get — reads environment variable
advisor-2020-07-21/调用方式/签名方法 v3.md · code · os.environ.get(
Accesses sensitive environment variables
advisor-2020-07-21/调用方式/签名方法 v3.md · code · process.env.TENCENTCLOUD_SECRET
Base64 encoding/decoding
advisor-2020-07-21/调用方式/签名方法.md · code · base64_encode
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 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 B/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.