Trusted — Risk Score 5/100
Last scan:9 hr ago Rescan
5 /100
Beike API
Analyze Beike workflows with JustOneAPI
贝壳找房 API 封装技能,代码仅实现参数解析、URL构造和GET请求,与声明功能完全一致,无恶意行为。
Skill NameBeike API
Duration20.5s
Enginepi
Safe to install
可直接使用。
ResourceDeclaredInferredStatusEvidence
Network READ READ ✓ Aligned bin/run.mjs:92-93 使用 fetch 发送请求
Environment READ READ ✓ Aligned bin/run.mjs:147 仅读取 JUST_ONE_API_TOKEN
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 · 22.0 KB · 676 lines
JavaScript 1f · 371L JSON 1f · 169L Markdown 2f · 136L
├─ 📁 bin
│ └─ 📜 run.mjs JavaScript 371L · 10.6 KB
├─ 📁 generated
│ ├─ 📋 operations.json JSON 169L · 5.2 KB
│ └─ 📝 operations.md Markdown 77L · 2.7 KB
└─ 📝 SKILL.md Markdown 59L · 3.5 KB

Security Positives

✓ 仅使用 Node.js 标准库,无第三方依赖风险
✓ 代码结构清晰,参数验证完整
✓ 声明的功能与实际代码完全一致
✓ 所有网络请求仅指向声明的 baseUrl
✓ token 仅用于构造查询参数,未外传