Skip to main content

bangumi-api

Facilitates interaction with the Bangumi API for querying anime, manga, and game information, including user collections and calendars.

Install this skill

or
35/100

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

medium line 318

Curl to non-GitHub URL

SourceSKILL.md
318curl https://api.bgm.tv/calendar \
medium line 324

Curl to non-GitHub URL

SourceSKILL.md
324curl -X POST https://api.bgm.tv/v0/search/subjects \
medium line 332

Curl to non-GitHub URL

SourceSKILL.md
332curl -X POST https://api.bgm.tv/v0/search/subjects \
medium line 344

Curl to non-GitHub URL

SourceSKILL.md
344curl https://api.bgm.tv/v0/subjects/100228 \
medium line 350

Curl to non-GitHub URL

SourceSKILL.md
350curl https://api.bgm.tv/v0/subjects/100228/characters \
medium line 356

Curl to non-GitHub URL

SourceSKILL.md
356curl https://api.bgm.tv/v0/subjects/100228/persons \
medium line 362

Curl to non-GitHub URL

SourceSKILL.md
362curl https://api.bgm.tv/v0/users/540730 \
medium line 368

Curl to non-GitHub URL

SourceSKILL.md
368curl https://api.bgm.tv/v0/me \
medium line 374

Curl to non-GitHub URL

SourceSKILL.md
374curl "https://api.bgm.tv/v0/users/540730/collections?limit=10" \
low line 12

External URL reference

SourceSKILL.md
12**Base URL**: `https://api.bgm.tv`
low line 14

External URL reference

SourceSKILL.md
14**Calendar URL**: `https://api.bgm.tv/calendar` (no v0 prefix)
low line 23

External URL reference

SourceSKILL.md
231. Obtain a token from: https://next.bgm.tv/demo/access-token
low line 30

External URL reference

SourceSKILL.md
30GET https://bgm.tv/oauth/authorize
low line 43

External URL reference

SourceSKILL.md
43POST https://bgm.tv/oauth/access_token
low line 77

External URL reference

SourceSKILL.md
77POST https://bgm.tv/oauth/access_token
low line 93

External URL reference

SourceSKILL.md
93POST https://bgm.tv/oauth/token_status
low line 114

External URL reference

SourceSKILL.md
114- Authorization: `https://bgm.tv/oauth/authorize`
low line 115

External URL reference

SourceSKILL.md
115- Token: `https://bgm.tv/oauth/access_token`
low line 116

External URL reference

SourceSKILL.md
116- Token Status: `https://bgm.tv/oauth/token_status`
low line 117

External URL reference

SourceSKILL.md
117- API: `https://api.bgm.tv`
low line 318

External URL reference

SourceSKILL.md
318curl https://api.bgm.tv/calendar \
low line 324

External URL reference

SourceSKILL.md
324curl -X POST https://api.bgm.tv/v0/search/subjects \
low line 332

External URL reference

SourceSKILL.md
332curl -X POST https://api.bgm.tv/v0/search/subjects \
low line 344

External URL reference

SourceSKILL.md
344curl https://api.bgm.tv/v0/subjects/100228 \
low line 350

External URL reference

SourceSKILL.md
350curl https://api.bgm.tv/v0/subjects/100228/characters \
low line 356

External URL reference

SourceSKILL.md
356curl https://api.bgm.tv/v0/subjects/100228/persons \
low line 362

External URL reference

SourceSKILL.md
362curl https://api.bgm.tv/v0/users/540730 \
low line 368

External URL reference

SourceSKILL.md
368curl https://api.bgm.tv/v0/me \
low line 374

External URL reference

SourceSKILL.md
374curl "https://api.bgm.tv/v0/users/540730/collections?limit=10" \
Scanned on Mar 8, 2026
View Security Dashboard

Install this skill with one command

/learn @gal-criticism/bangumi-api
Rate this skill
Categorysecurity
UpdatedMarch 29, 2026
Gal-criticism/gal-skills