douyin-analytics
Fail
Audited by Snyk on Apr 7, 2026
Risk Level: HIGH
Full Analysis
HIGH W007: Insecure credential handling detected in skill instructions.
- Insecure credential handling detected (high risk: 1.00). The skill asks the user for a Douyin login Cookie and explicitly embeds it verbatim into shell commands (echo "<用户提供的Cookie>" > /tmp/dy_cookie.txt), forcing the agent to handle and output a sensitive secret directly, which creates an exfiltration risk.
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.90). The skill's SKILL.md explicitly instructs the agent to fetch and parse public, user-generated Douyin content (from a user-supplied Douyin user homepage URL and via scripts/fetch_videos.py using the provided Cookie) and then read and summarize those video titles/metadata (including picking top videos), so untrusted third-party content can be interpreted and materially influence the agent's outputs.
Issues (2)
W007
HIGHInsecure credential handling detected in skill instructions.
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
Audit Metadata