ClawAudit verdict

douyin-daily-report

douyin-analyse-batch

88
🟢 Trusted
Low risk — reviewed by ClawAudit, behavior matches stated purpose

Automated Douyin hot-list report system that fetches trending videos via TikHub API, runs LLM analysis, and emails a Word document to configured recipients; all data flows are transparent and user-controlled.

⚠ 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
80
transparency
70
maintenance

Findings (11)

Pattern match critical

Recursive delete from root or home — destructive command

SKILL.md · code · rm -rf /

Pattern match critical

Possible hardcoded credential

dependencies/douyin-mcp-server/douyin-video/SKILL.md · code · API_KEY="your-siliconflow-api-key

Pattern match high

Pipe-to-shell pattern (curl | sh) — supply chain attack vector

dependencies/douyin-mcp-server/README.md · prose · downgraded · curl -LsSf https://astral.sh/uv/install.sh \| sh

Pattern match high

Pipe to sh — executes piped content as shell commands

dependencies/douyin-mcp-server/README.md · prose · downgraded · | sh

Pattern match high

Pipe to python — executes piped content as Python code

dependencies/douyin-mcp-server/README.md · prose · downgraded · | Python

Pattern match medium

References child_process — can spawn system processes

dependencies/douyin-hot-trend/cron-job.js · prose · downgraded · child_process

Pattern match medium

subprocess execution — runs system commands from Python

dependencies/douyin-video-analysis/helpers/douyin_grab.py · prose · downgraded · subprocess.run(

Pattern match low

Node http/https module — low-level network access

dependencies/douyin-hot-trend/scripts/douyin-with-cover.js · prose · downgraded · require('https')

Pattern match low

Python shutil file operation — copies/moves/deletes files

dependencies/douyin-mcp-server/douyin_mcp_server/server.py · prose · downgraded · shutil.rmtree(

Pattern match low

Python os.getenv — reads environment variable

dependencies/douyin-mcp-server/douyin_mcp_server/server.py · prose · downgraded · os.getenv(

Pattern match low

Python os.environ.get — reads environment variable

dependencies/douyin-video-analysis/helpers/douyin_grab.py · prose · downgraded · os.environ.get(

Why the tier is capped

Execution sink present in raw bytes (Hard Floor: class A/B/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.

network_in

Is this flag fair?

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