ClawAudit verdict
douyin-automation
douyin-auto-hnc
The setup script automatically clones an external GitHub repo (HNC87/douyin-agent-master) and executes it as a backend service, meaning the agent runs third-party code that was not reviewed at skill-publish time.
⚠ Flagged for review — coarse, uncorroborated signal, not a confirmed exploit. Review the config yourself before installing.
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.
Findings (9)
Possible hardcoded credential
references/config-reference.md · code · TOKEN = "<从 openclaw.json 获取>
HTTP request to bare IP address — common in malicious payloads
SKILL.md · code · http://127.0.0.1
Pipe to python — executes piped content as Python code
scripts/setup.py · prose · downgraded · | Python
Dynamic __import__('os') — Python OS command execution
scripts/status-check.py · prose · downgraded · __import__('os')
subprocess execution — runs system commands from Python
scripts/run-pipeline.py · prose · downgraded · subprocess.run(
subprocess with shell=True — command injection vector
scripts/setup.py · prose · downgraded · subprocess.run(
cmd, shell=True
Python os.environ.get — reads environment variable
scripts/setup.py · prose · downgraded · os.environ.get(
Python urllib.request — network access
scripts/setup.py · prose · downgraded · urllib.request
Python shutil file operation — copies/moves/deletes files
scripts/setup.py · prose · downgraded · shutil.copy(
Why the tier is capped
Execution sink present in raw bytes (Hard Floor: class D). Final tier capped at Caution — cannot be lifted by any downgrade, example-payload opt-in, or allowlist.
Permissions & capabilities
No declared permissions — minimal attack surface.
Is this flag fair?
Thanks — recorded.