bangumi-api
Facilitates interaction with the Bangumi API for querying anime, manga, and game information, including user collections and calendars.
Install this skill
Security score
The bangumi-api skill was audited on Mar 8, 2026 and we found 29 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Curl to non-GitHub URL
| 318 | curl https://api.bgm.tv/calendar \ |
Curl to non-GitHub URL
| 324 | curl -X POST https://api.bgm.tv/v0/search/subjects \ |
Curl to non-GitHub URL
| 332 | curl -X POST https://api.bgm.tv/v0/search/subjects \ |
Curl to non-GitHub URL
| 344 | curl https://api.bgm.tv/v0/subjects/100228 \ |
Curl to non-GitHub URL
| 350 | curl https://api.bgm.tv/v0/subjects/100228/characters \ |
Curl to non-GitHub URL
| 356 | curl https://api.bgm.tv/v0/subjects/100228/persons \ |
Curl to non-GitHub URL
| 362 | curl https://api.bgm.tv/v0/users/540730 \ |
Curl to non-GitHub URL
| 368 | curl https://api.bgm.tv/v0/me \ |
Curl to non-GitHub URL
| 374 | curl "https://api.bgm.tv/v0/users/540730/collections?limit=10" \ |
External URL reference
| 12 | **Base URL**: `https://api.bgm.tv` |
External URL reference
| 14 | **Calendar URL**: `https://api.bgm.tv/calendar` (no v0 prefix) |
External URL reference
| 23 | 1. Obtain a token from: https://next.bgm.tv/demo/access-token |
External URL reference
| 30 | GET https://bgm.tv/oauth/authorize |
External URL reference
| 43 | POST https://bgm.tv/oauth/access_token |
External URL reference
| 77 | POST https://bgm.tv/oauth/access_token |
External URL reference
| 93 | POST https://bgm.tv/oauth/token_status |
External URL reference
| 114 | - Authorization: `https://bgm.tv/oauth/authorize` |
External URL reference
| 115 | - Token: `https://bgm.tv/oauth/access_token` |
External URL reference
| 116 | - Token Status: `https://bgm.tv/oauth/token_status` |
External URL reference
| 117 | - API: `https://api.bgm.tv` |
External URL reference
| 318 | curl https://api.bgm.tv/calendar \ |
External URL reference
| 324 | curl -X POST https://api.bgm.tv/v0/search/subjects \ |
External URL reference
| 332 | curl -X POST https://api.bgm.tv/v0/search/subjects \ |
External URL reference
| 344 | curl https://api.bgm.tv/v0/subjects/100228 \ |
External URL reference
| 350 | curl https://api.bgm.tv/v0/subjects/100228/characters \ |
External URL reference
| 356 | curl https://api.bgm.tv/v0/subjects/100228/persons \ |
External URL reference
| 362 | curl https://api.bgm.tv/v0/users/540730 \ |
External URL reference
| 368 | curl https://api.bgm.tv/v0/me \ |
External URL reference
| 374 | curl "https://api.bgm.tv/v0/users/540730/collections?limit=10" \ |