Scan Report
5 /100
video-auto-publisher-cn
自动发布视频到中国三大平台(B站、抖音、小红书)
这是一个完全合法的视频自动发布工具,使用 Playwright 实现浏览器自动化,代码结构清晰,无恶意行为,与文档声明完全一致。
Safe to install
可安全使用。该技能功能明确,使用标准 Playwright 浏览器自动化方式发布视频到指定平台。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | WRITE | WRITE | ✓ Aligned | auto_publish.py:38 cookies目录创建, auto_publish.py:54 cookies文件读写 |
| Network | READ | READ | ✓ Aligned | auto_publish.py:27-47 访问平台URL, 使用 Playwright 浏览器自动化 |
| Browser | WRITE | WRITE | ✓ Aligned | auto_publish.py:50-67 Playwright 浏览器启动和控制, 页面元素操作 |
| Shell | NONE | NONE | — | 无 shell 命令执行,纯 Python 实现 |
| Clipboard | NONE | NONE | — | 未使用剪贴板相关API |
| Environment | NONE | READ | ✓ Aligned | auto_publish.py:13 sys.platform 仅用于编码处理,非敏感操作 |
| Skill Invoke | NONE | NONE | — | 无子技能调用 |
| Database | NONE | NONE | — | 无数据库操作 |
8 findings
Medium External URL 外部 URL
https://img.shields.io/badge/version-1.0.0-blue.svg README.md:3 Medium External URL 外部 URL
https://img.shields.io/badge/license-MIT-green.svg README.md:4 Medium External URL 外部 URL
https://img.shields.io/badge/python-3.8+-yellow.svg README.md:5 Medium External URL 外部 URL
https://www.python.org/ README.md:5 Medium External URL 外部 URL
https://creator.douyin.com/creator-micro/content/upload?enter_from=dou_web auto_publish.py:30 Medium External URL 外部 URL
https://cp.kuaishou.com/article/publish/video?origin=www.kuaishou.com&source=NewReco auto_publish.py:35 Medium External URL 外部 URL
https://member.bilibili.com/platform/upload/video/frame auto_publish.py:40 Medium External URL 外部 URL
https://creator.xiaohongshu.com/publish/publish?source=official auto_publish.py:45 File Tree
7 files · 60.9 KB · 1809 lines Python 3f · 1403L
Markdown 3f · 405L
Text 1f · 1L
├─
auto_publish.py
Python
├─
publish_in_order.py
Python
├─
QUICKSTART.md
Markdown
├─
README.md
Markdown
├─
requirements.txt
Text
├─
skill_video_publisher.py
Python
└─
SKILL.md
Markdown
Dependencies 1 items
| Package | Version | Source | Known Vulns | Notes |
|---|---|---|---|---|
playwright | >=1.40.0 | pip | No | 无上限版本锁定,但这是合法的大型开发库 |
Security Positives
✓ 代码结构清晰,注释详细,易于审计
✓ 使用标准 Playwright 库,无自定义危险操作
✓ 功能与文档声明完全一致,无阴影功能
✓ Cookie 以 JSON 文件形式本地存储,不外传
✓ 错误处理完善,有截图保存功能便于调试
✓ 日志记录完整,支持故障排查