Scan Report
5 /100
justoneapi_youtube
Analyze YouTube workflows with JustOneAPI, including video Details and channel Videos
标准的 YouTube API 包装器,代码行为与文档声明一致,无恶意行为
Safe to install
可安全使用
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Network | READ | READ | ✓ Aligned | bin/run.mjs:94 fetch(url, requestInit) |
| Filesystem | NONE | NONE | — | 无文件读写操作 |
| Shell | NONE | NONE | — | 无 shell 执行 |
3 findings
Medium External URL 外部 URL
https://api.justoneapi.com SKILL.md:5 Medium External URL 外部 URL
https://dashboard.justoneapi.com/ SKILL.md:48 Medium External URL 外部 URL
https://docs.justoneapi.com/en/usage SKILL.md:49 File Tree
4 files · 15.4 KB · 501 lines JavaScript 1f · 298L
Markdown 2f · 107L
JSON 1f · 96L
├─
▾
bin
│ └─
run.mjs
JavaScript
├─
▾
generated
│ ├─
operations.json
JSON
│ └─
operations.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 代码结构清晰,仅使用标准 fetch API 发起 GET 请求
✓ 声明的功能(YouTube视频详情/频道视频)与实际代码完全一致
✓ 参数验证完善,有完整的错误处理
✓ 无敏感路径访问,无凭证外泄风险
✓ 无代码混淆或隐藏逻辑