Scan Report
5 /100
looper
Looper 自动化内容创作和代码改进引擎,支持博客生成、代码分析、社交媒体发布
Looper API 辅助工具,代码与文档完全一致,仅执行声明的 API 调用,无任何可疑行为。
Safe to install
无需额外操作,可安全使用。
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | NONE | — | scripts/looper-api.sh 无文件操作 |
| Network | READ | READ | ✓ Aligned | 仅 curl GET/POST 到 api.looper.bot |
| Shell | WRITE | WRITE | ✓ Aligned | 使用 curl 调用 API (line 17-58) |
| Environment | READ | READ | ✓ Aligned | 仅读取 LOOPER_ADMIN_KEY (line 10) |
9 findings
Medium External URL 外部 URL
https://looper.bot SKILL.md:4 Medium External URL 外部 URL
https://api.looper.bot SKILL.md:30 Medium External URL 外部 URL
https://api.looper.bot/api/signup SKILL.md:38 Medium External URL 外部 URL
https://api.looper.bot/api/login SKILL.md:48 Medium External URL 外部 URL
https://api.looper.bot/api/loops SKILL.md:62 Medium External URL 外部 URL
https://api.looper.bot/api/loops/ SKILL.md:149 Medium External URL 外部 URL
https://api.looper.bot/api/github/connect SKILL.md:204 Medium External URL 外部 URL
https://api.looper.bot/api/github/status SKILL.md:208 Medium External URL 外部 URL
https://api.looper.bot/api/keys SKILL.md:216 File Tree
3 files · 11.6 KB · 395 lines Markdown 2f · 333L
Shell 1f · 62L
├─
▾
references
│ └─
api-reference.md
Markdown
├─
▾
scripts
│ └─
looper-api.sh
Shell
└─
SKILL.md
Markdown
Security Positives
✓ 文档与代码完全一致,无阴影功能
✓ 仅使用声明的 LOOPER_ADMIN_KEY 环境变量
✓ 仅调用声明的 api.looper.bot 端点
✓ 无文件写入、无本地代码执行
✓ 无凭证收割、无数据外泄
✓ 脚本结构简单清晰,易于审计