Scan Report
0 /100
justoneapi_kuaishou
Analyze Kuaishou workflows with JustOneAPI, including user Search, user Published Videos, and video Details across 7 operations.
标准快手API封装技能,代码干净无恶意行为,声明与实际能力完全一致
Safe to install
无需修改,可安全使用
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | bin/run.mjs:88 fetch(url, requestInit) |
| Shell | WRITE | WRITE | ✓ Aligned | SKILL.md:39 node {baseDir}/bin/run.mjs 调用 |
| Filesystem | READ | READ | ✓ Aligned | bin/run.mjs 仅读取自身代码执行 |
4 findings
Medium External URL 外部 URL
https://api.justoneapi.com SKILL.md:5 Medium External URL 外部 URL
https://dashboard.justoneapi.com/ SKILL.md:51 Medium External URL 外部 URL
https://docs.justoneapi.com/en/usage SKILL.md:52 Medium External URL 外部 URL
https://v.kuaishou.com/ bin/run.mjs:287 File Tree
4 files · 32.2 KB · 1051 lines JavaScript 1f · 510L
JSON 1f · 308L
Markdown 2f · 233L
├─
▾
bin
│ └─
run.mjs
JavaScript
├─
▾
generated
│ ├─
operations.json
JSON
│ └─
operations.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 代码简洁,仅约200行,无外部依赖
✓ 使用Node.js原生fetch API,无第三方HTTP库引入风险
✓ 参数验证完善,必填参数缺失时明确报错
✓ token通过CLI参数传入,非硬编码或环境变量遍历
✓ 错误处理规范,区分网络错误和业务错误