ClawAudit verdict
dahua-cloud-open-iot-basic-general-kit
Accesses credentials AND encodes data
Legitimate IoT device management client for the Dahua Cloud platform with 43 documented APIs; credentials are read from declared env vars and sent only to the Dahua Cloud platform as needed for authentication, matching stated 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 encodes data — may obfuscate stolen credentials
LLM02 · ASI03 · ASI04
Permission integrity
package_install
Findings (5)
Possible hardcoded credential
SKILL.md · code · password='admin123
Long base64 string (100+ chars) — likely obfuscated payload
references/api_reference.md · code · 85119125974213185EB25E1198350B8EDDF74A54EA08E092E472675E36FB353B953257F62A71A9EA
References webhook/callback URL
SKILL.md · code · callback_url
Python os.environ.get — reads environment variable
scripts/dahua_iot_client.py · prose · downgraded · os.environ.get(
Base64 encoding/decoding
scripts/device_code_encrypt.py · prose · downgraded · base64_encode
Permissions & capabilities
Requires 3 environment variables.
credential_accessnetwork_indata_encodingpackage_install Thanks — recorded.