pet-commerce-creator
Warn
Audited by Snyk on Jul 27, 2026
Risk Level: MEDIUM
Full Analysis
MEDIUM W011: Third-party content exposure detected (indirect prompt injection risk).
- Third-party content exposure detected (high risk: 0.78). SKILL.md要求“用户输入视频链接”,并在步骤2调用
scripts/video_downloader.py用yt-dlp在运行时抓取外部视频/网页信息(title/description/tags等)写入info.json等可读文本,再被后续“爆款解析铲屎官/知识库运营”作为创作参考输入LLM,存在外部自由文本(视频页面元数据/描述)的间接提示注入风险。
MEDIUM W012: Unverifiable external dependency detected (runtime URL that controls agent).
- Potentially malicious external URL detected (high risk: 0.90). The skill downloads user-provided videos (e.g., https://www.bilibili.com/video/BV1xx411c7mD and https://www.douyin.com/video/xxx) at runtime via scripts/video_downloader.py and the parsed results are auto-ingested into the knowledge base that creative agents consult, meaning external video URLs can directly influence agent prompts/outputs.
Issues (2)
W011
MEDIUMThird-party content exposure detected (indirect prompt injection risk).
W012
MEDIUMUnverifiable external dependency detected (runtime URL that controls agent).
Audit Metadata