ClawAudit verdict

douyin-automation

douyin-auto-hnc

45
🟠 Risky
Significant concerns — only install if you understand the risks

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.

0
security
90
transparency
70
maintenance

Findings (9)

Pattern match critical

Possible hardcoded credential

references/config-reference.md · code · TOKEN = "<从 openclaw.json 获取>

Pattern match high

HTTP request to bare IP address — common in malicious payloads

SKILL.md · code · http://127.0.0.1

Pattern match high

Pipe to python — executes piped content as Python code

scripts/setup.py · prose · downgraded · | Python

Pattern match high

Dynamic __import__('os') — Python OS command execution

scripts/status-check.py · prose · downgraded · __import__('os')

Pattern match medium

subprocess execution — runs system commands from Python

scripts/run-pipeline.py · prose · downgraded · subprocess.run(

Pattern match medium

subprocess with shell=True — command injection vector

scripts/setup.py · prose · downgraded · subprocess.run( cmd, shell=True

Pattern match low

Python os.environ.get — reads environment variable

scripts/setup.py · prose · downgraded · os.environ.get(

Pattern match low

Python urllib.request — network access

scripts/setup.py · prose · downgraded · urllib.request

Pattern match low

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?

Check another skill Browse the registry Auditing your own skills or configs? Use the API