Skip to main content

musical-search

Enables users to search for musical performances by date, city, or title, providing detailed information about shows and cast.

Install this skill

or
44/100

Security score

The musical-search skill was audited on Apr 14, 2026 and we found 24 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

medium line 39

Curl to non-GitHub URL

SourceSKILL.md
39curl -s "https://y.saoju.net/yyj/api/search_day/?date=2026-04-10"
medium line 61

Curl to non-GitHub URL

SourceSKILL.md
61curl -s "https://y.saoju.net/yyj/api/search_day/?date=2026-04-10&city=上海"
medium line 74

Curl to non-GitHub URL

SourceSKILL.md
74curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=阿波罗尼亚&begin_date=2026-04-01&end_date=2026-04-30"
medium line 131

Curl to non-GitHub URL

SourceSKILL.md
131curl -s "https://y.saoju.net/yyj/api/search_day/?date=$DATE"
medium line 148

Curl to non-GitHub URL

SourceSKILL.md
148curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=阿波罗尼亚&begin_date=2026-04-09&end_date=2026-05-09"
medium line 209

Curl to non-GitHub URL

SourceSKILL.md
209curl -s "https://y.saoju.net/yyj/api/search_day/?date=$TODAY" | python3 -m json.tool
medium line 217

Curl to non-GitHub URL

SourceSKILL.md
217curl -s "https://y.saoju.net/yyj/api/search_day/?date=$TODAY&city=上海"
medium line 223

Curl to non-GitHub URL

SourceSKILL.md
223curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=粉丝来&begin_date=2026-04-09&end_date=2026-04-30"
low line 14

External URL reference

SourceSKILL.md
14通过骚菊音乐剧数据库 API(https://y.saoju.net/yyj/api/)查询音乐剧演出信息。
low line 32

External URL reference

SourceSKILL.md
32https://y.saoju.net/yyj/api/search_day/?date={YYYY-MM-DD}
low line 39

External URL reference

SourceSKILL.md
39curl -s "https://y.saoju.net/yyj/api/search_day/?date=2026-04-10"
low line 56

External URL reference

SourceSKILL.md
56https://y.saoju.net/yyj/api/search_day/?date={YYYY-MM-DD}&city={城市名}
low line 61

External URL reference

SourceSKILL.md
61curl -s "https://y.saoju.net/yyj/api/search_day/?date=2026-04-10&city=上海"
low line 69

External URL reference

SourceSKILL.md
69https://y.saoju.net/yyj/api/search_musical_show/?musical={剧名}&begin_date={开始日期}&end_date={结束日期}
low line 74

External URL reference

SourceSKILL.md
74curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=阿波罗尼亚&begin_date=2026-04-01&end_date=2026-04-30"
low line 82

External URL reference

SourceSKILL.md
82https://y.saoju.net/yyj/api/musical/
low line 92

External URL reference

SourceSKILL.md
92https://y.saoju.net/yyj/api/city/
low line 100

External URL reference

SourceSKILL.md
100https://y.saoju.net/yyj/api/theatre/
low line 108

External URL reference

SourceSKILL.md
108https://y.saoju.net/yyj/api/artist/
low line 131

External URL reference

SourceSKILL.md
131curl -s "https://y.saoju.net/yyj/api/search_day/?date=$DATE"
low line 148

External URL reference

SourceSKILL.md
148curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=阿波罗尼亚&begin_date=2026-04-09&end_date=2026-05-09"
low line 209

External URL reference

SourceSKILL.md
209curl -s "https://y.saoju.net/yyj/api/search_day/?date=$TODAY" | python3 -m json.tool
low line 217

External URL reference

SourceSKILL.md
217curl -s "https://y.saoju.net/yyj/api/search_day/?date=$TODAY&city=上海"
low line 223

External URL reference

SourceSKILL.md
223curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=粉丝来&begin_date=2026-04-09&end_date=2026-04-30"
Scanned on Apr 14, 2026
View Security Dashboard
Installation guide →
Rating
5.01
Rate this skill
Categoryother
UpdatedMay 13, 2026
muchu/musical-search