Scan Report
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.
Safe to install
No action required. The skill demonstrates standard practices for API credential management.
| Resource | Declared | Inferred | Status | Evidence |
|---|---|---|---|---|
| Filesystem | NONE | READ+WRITE | ✓ Aligned | ~/.bria/credentials read/write for credential storage |
| Network | READ | READ | ✓ Aligned | HTTPS calls to auth.bria.ai and engine.prod.bria-api.com |
| Shell | NONE | WRITE | ✓ Aligned | curl and python3 for API calls and JSON parsing |
2 findings
Medium External URL 外部 URL
https://auth.bria.ai SKILL.md:8 Medium External URL 外部 URL
https://engine.prod.bria-api.com/v2/image/edit/remove_background SKILL.md:110 File Tree
1 files · 4.9 KB · 144 lines Markdown 1f · 144L
└─
SKILL.md
Markdown
Security Positives
✓ 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