扫描报告
5 /100
Douyin (TikTok China) API
Analyze Douyin (TikTok China) workflows with JustOneAPI, including user Profile, user Published Videos, and video Details across 9 operations.
This is a straightforward Douyin API wrapper that uses native fetch for GET requests to a declared API endpoint with no hidden functionality, obfuscation, or sensitive resource access.
可以安装
This skill is safe to use. No security concerns identified.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 网络访问 | READ | READ | ✓ 一致 | bin/run.mjs:145 - fetch(url, requestInit) |
| 文件系统 | NONE | NONE | — | No file system access in implementation |
| 命令执行 | NONE | NONE | — | No subprocess or shell execution used |
| 环境变量 | NONE | NONE | — | Token passed via CLI, no env iteration |
| 技能调用 | NONE | NONE | — | No skill invocation |
| 剪贴板 | NONE | NONE | — | No clipboard access |
| 浏览器 | NONE | NONE | — | No browser access |
| 数据库 | NONE | NONE | — | No database access |
1 项发现
中危 外部 URL 外部 URL
https://api.justoneapi.com SKILL.md:5 目录结构
4 文件 · 43.8 KB · 1431 行 JavaScript 1f · 665L
JSON 1f · 463L
Markdown 2f · 303L
├─
▾
bin
│ └─
run.mjs
JavaScript
├─
▾
generated
│ ├─
operations.json
JSON
│ └─
operations.md
Markdown
└─
SKILL.md
Markdown
安全亮点
✓ Clean, readable JavaScript code with no obfuscation
✓ Uses native Node.js fetch API (no external dependencies)
✓ All 9 operations are properly documented and match implementation
✓ No shell execution, file system access, or environment variable reading
✓ Token usage is limited to API authentication only
✓ No hidden functionality or shadow behavior
✓ No base64 encoding or dynamic code execution
✓ Proper input validation for required parameters