扫描报告
5 /100
remove-bg
Remove image background to transparent PNG using RMBG-2.0 model
This is a legitimate Bria AI skill for image background removal with proper OAuth authentication flow and documented credential handling.
可以安装
No action required. The skill demonstrates standard practices for API credential management.
| 资源类型 | 声明权限 | 推断权限 | 状态 | 证据 |
|---|---|---|---|---|
| 文件系统 | NONE | READ+WRITE | ✓ 一致 | ~/.bria/credentials read/write for credential storage |
| 网络访问 | READ | READ | ✓ 一致 | HTTPS calls to auth.bria.ai and engine.prod.bria-api.com |
| 命令执行 | NONE | WRITE | ✓ 一致 | curl and python3 for API calls and JSON parsing |
2 项发现
中危 外部 URL 外部 URL
https://auth.bria.ai SKILL.md:8 中危 外部 URL 外部 URL
https://engine.prod.bria-api.com/v2/image/edit/remove_background SKILL.md:110 目录结构
1 文件 · 4.9 KB · 144 行 Markdown 1f · 144L
└─
SKILL.md
Markdown
安全亮点
✓ Uses OAuth device flow for authentication (industry standard)
✓ All network requests go to legitimate Bria AI domains (HTTPS)
✓ Credentials stored locally in standard dotfile location
✓ No exfiltration or credential harvesting to external parties
✓ No base64 obfuscation or suspicious code patterns
✓ Clear documentation of all API interactions
✓ User consent required for device authorization flow
✓ Skill authored by Bria AI with MIT license