Scan Report
5 /100
Beike API
Analyze Beike workflows with JustOneAPI
贝壳找房 API 封装技能,代码仅实现参数解析、URL构造和GET请求,与声明功能完全一致,无恶意行为。
Safe to install
可直接使用。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| 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
├─
▾
generated
│ ├─
operations.json
JSON
│ └─
operations.md
Markdown
└─
SKILL.md
Markdown
Security Positives
✓ 仅使用 Node.js 标准库,无第三方依赖风险
✓ 代码结构清晰,参数验证完整
✓ 声明的功能与实际代码完全一致
✓ 所有网络请求仅指向声明的 baseUrl
✓ token 仅用于构造查询参数,未外传