扫描报告
5 /100
kay-video-upload
多平台短视频自动发布工具,支持抖音、视频号、快手、小红书、B站
Multi-platform video publisher with legitimate automation patterns; no malicious behavior detected. All shell access and network operations are documented and necessary for the skill's stated functionality.
可以安装
This skill can be safely used. No additional security controls needed beyond standard best practices.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | READ | READ | ✓ 一致 | SKILL.md declares video directory access |
| 文件系统 | WRITE | WRITE | ✓ 一致 | Writes cookies/logs - documented in SKILL.md |
| 网络访问 | READ | READ | ✓ 一致 | Playwright visits social media platforms - documented |
| 命令执行 | WRITE | WRITE | ✓ 一致 | subprocess for pip install/biliup - documented |
| 环境变量 | READ | READ | ✓ 一致 | VIDEO_DIR, CHROME_PATH, XHS_SERVER - documented |
| 浏览器 | WRITE | WRITE | ✓ 一致 | Playwright browser automation - documented |
18 项发现
中危 外部 URL 外部 URL
http://127.0.0.1:11901 README.md:78 中危 外部 URL 外部 URL
https://www.xiaohongshu.com/explore scripts/publish.py:92 中危 外部 URL 外部 URL
https://creator.douyin.com/creator-micro/content/upload scripts/uploader/douyin_uploader/main.py:21 中危 外部 URL 外部 URL
https://creator.douyin.com/ scripts/uploader/douyin_uploader/main.py:60 中危 外部 URL 外部 URL
https://creator.douyin.com/creator-micro/content/publish?enter_from=publish_page scripts/uploader/douyin_uploader/main.py:126 中危 外部 URL 外部 URL
https://creator.douyin.com/creator-micro/content/post/video?enter_from=publish_page scripts/uploader/douyin_uploader/main.py:133 中危 外部 URL 外部 URL
https://creator.douyin.com/creator-micro/content/manage** scripts/uploader/douyin_uploader/main.py:211 中危 外部 URL 外部 URL
https://cp.kuaishou.com/article/publish/video scripts/uploader/ks_uploader/main.py:22 中危 外部 URL 外部 URL
https://cp.kuaishou.com scripts/uploader/ks_uploader/main.py:58 中危 外部 URL 外部 URL
https://cp.kuaishou.com/article/manage/video?status=2&from=publish scripts/uploader/ks_uploader/main.py:179 中危 外部 URL 外部 URL
https://channels.weixin.qq.com/platform/post/create scripts/uploader/tencent_uploader/main.py:42 中危 外部 URL 外部 URL
https://channels.weixin.qq.com scripts/uploader/tencent_uploader/main.py:67 中危 外部 URL 外部 URL
https://channels.weixin.qq.com/platform/post/list scripts/uploader/tencent_uploader/main.py:203 中危 外部 URL 外部 URL
https://www.xiaohongshu.com scripts/uploader/xhs_uploader/main.py:28 中危 外部 URL 外部 URL
https://www.mnot.net/blog/2016/03/09/alt-svc scripts/utils/stealth.min.js:7 中危 外部 URL 外部 URL
https://source.chromium.org/chromium/chromium/src/+/master:components/crx_file/id_util.cc;drc=14a055ccb17e8c8d5d437fe080... scripts/utils/stealth.min.js:7 中危 外部 URL 外部 URL
https://developer.chrome.com/apps/runtime#method-connect\n scripts/utils/stealth.min.js:7 中危 外部 URL 外部 URL
https://developer.mozilla.org/en-US/docs/Web/API/WebGL2RenderingContext#Browser_compatibility\n scripts/utils/stealth.min.js:7 目录结构
23 文件 · 258.6 KB · 2147 行 Python 19f · 1865L
Markdown 3f · 276L
JavaScript 1f · 6L
├─
▾
references
│ └─
platforms.md
Markdown
├─
▾
scripts
│ ├─
▾
uploader
│ │ ├─
▾
bilibili_uploader
│ │ │ ├─
__init__.py
Python
│ │ │ └─
main.py
Python
│ │ ├─
▾
douyin_uploader
│ │ │ ├─
__init__.py
Python
│ │ │ └─
main.py
Python
│ │ ├─
▾
ks_uploader
│ │ │ ├─
__init__.py
Python
│ │ │ └─
main.py
Python
│ │ ├─
▾
tencent_uploader
│ │ │ ├─
__init__.py
Python
│ │ │ └─
main.py
Python
│ │ ├─
▾
xhs_uploader
│ │ │ ├─
__init__.py
Python
│ │ │ └─
main.py
Python
│ │ └─
__init__.py
Python
│ ├─
▾
utils
│ │ ├─
__init__.py
Python
│ │ ├─
base_social_media.py
Python
│ │ ├─
constant.py
Python
│ │ ├─
files_times.py
Python
│ │ ├─
log.py
Python
│ │ └─
stealth.min.js
JavaScript
│ ├─
conf.py
Python
│ ├─
publish.py
Python
│ └─
setup.py
Python
├─
README.md
Markdown
└─
SKILL.md
Markdown
依赖分析 4 项
| 包名 | 版本 | 来源 | 已知漏洞 | 备注 |
|---|---|---|---|---|
playwright | * | pip | 否 | Version not pinned, standard browser automation library |
biliup | * | pip | 否 | Bilibili upload tool |
loguru | * | pip | 否 | Logging library |
requests | * | pip | 否 | HTTP client, version not pinned |
安全亮点
✓ All capabilities properly declared in SKILL.md
✓ No credential harvesting or exfiltration detected
✓ No reverse shells or C2 infrastructure
✓ No base64/eval/exec patterns found
✓ No sensitive path access (~/.ssh, ~/.aws, .env)
✓ No curl|wget remote script execution
✓ Dependencies are standard legitimate libraries (playwright, requests, loguru, biliup)
✓ Cookies stored locally and used only for platform authentication
✓ stealth.min.js is a publicly known legitimate anti-bot evasion library