Trusted — Risk Score 0/100
Last scan:11 hr ago Rescan
0 /100
JD.com API
Analyze JD.com workflows with JustOneAPI
JD.com API 封装工具,代码仅执行声明的 GET 请求到 justoneapi.com,无越权操作
Skill NameJD.com API
Duration19.8s
Enginepi
Safe to install
可安全使用
ResourceDeclaredInferredStatusEvidence
Network READ READ ✓ Aligned bin/run.mjs:117 fetch(url, requestInit)
Shell WRITE WRITE ✓ Aligned SKILL.md:53 通过 node 执行脚本
3 findings
🔗
Medium External URL 外部 URL
https://api.justoneapi.com
SKILL.md:5
🔗
Medium External URL 外部 URL
https://dashboard.justoneapi.com/
SKILL.md:50
🔗
Medium External URL 外部 URL
https://docs.justoneapi.com/en/usage
SKILL.md:51

File Tree

4 files · 18.7 KB · 619 lines
JavaScript 1f · 344L JSON 1f · 142L Markdown 2f · 133L
├─ 📁 bin
│ └─ 📜 run.mjs JavaScript 344L · 9.5 KB
├─ 📁 generated
│ ├─ 📋 operations.json JSON 142L · 4.1 KB
│ └─ 📝 operations.md Markdown 74L · 2.1 KB
└─ 📝 SKILL.md Markdown 59L · 3.1 KB

Security Positives

✓ 代码结构清晰,无混淆或隐藏逻辑
✓ 仅访问声明的域名 https://api.justoneapi.com
✓ 仅支持 GET 请求,无 POST/PUT 等写操作
✓ 参数验证完善,错误处理规范
✓ 无环境变量遍历、文件写入或凭证外泄行为
✓ 无第三方依赖,代码自主实现