musical-search
Enables users to search for musical performances by date, city, or title, providing detailed information about shows and cast.
Install this skill
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
Curl to non-GitHub URL
| 39 | curl -s "https://y.saoju.net/yyj/api/search_day/?date=2026-04-10" |
Curl to non-GitHub URL
| 61 | curl -s "https://y.saoju.net/yyj/api/search_day/?date=2026-04-10&city=上海" |
Curl to non-GitHub URL
| 74 | curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=阿波罗尼亚&begin_date=2026-04-01&end_date=2026-04-30" |
Curl to non-GitHub URL
| 131 | curl -s "https://y.saoju.net/yyj/api/search_day/?date=$DATE" |
Curl to non-GitHub URL
| 148 | curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=阿波罗尼亚&begin_date=2026-04-09&end_date=2026-05-09" |
Curl to non-GitHub URL
| 209 | curl -s "https://y.saoju.net/yyj/api/search_day/?date=$TODAY" | python3 -m json.tool |
Curl to non-GitHub URL
| 217 | curl -s "https://y.saoju.net/yyj/api/search_day/?date=$TODAY&city=上海" |
Curl to non-GitHub URL
| 223 | curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=粉丝来&begin_date=2026-04-09&end_date=2026-04-30" |
External URL reference
| 14 | 通过骚菊音乐剧数据库 API(https://y.saoju.net/yyj/api/)查询音乐剧演出信息。 |
External URL reference
| 32 | https://y.saoju.net/yyj/api/search_day/?date={YYYY-MM-DD} |
External URL reference
| 39 | curl -s "https://y.saoju.net/yyj/api/search_day/?date=2026-04-10" |
External URL reference
| 56 | https://y.saoju.net/yyj/api/search_day/?date={YYYY-MM-DD}&city={城市名} |
External URL reference
| 61 | curl -s "https://y.saoju.net/yyj/api/search_day/?date=2026-04-10&city=上海" |
External URL reference
| 69 | https://y.saoju.net/yyj/api/search_musical_show/?musical={剧名}&begin_date={开始日期}&end_date={结束日期} |
External URL reference
| 74 | curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=阿波罗尼亚&begin_date=2026-04-01&end_date=2026-04-30" |
External URL reference
| 82 | https://y.saoju.net/yyj/api/musical/ |
External URL reference
| 92 | https://y.saoju.net/yyj/api/city/ |
External URL reference
| 100 | https://y.saoju.net/yyj/api/theatre/ |
External URL reference
| 108 | https://y.saoju.net/yyj/api/artist/ |
External URL reference
| 131 | curl -s "https://y.saoju.net/yyj/api/search_day/?date=$DATE" |
External URL reference
| 148 | curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=阿波罗尼亚&begin_date=2026-04-09&end_date=2026-05-09" |
External URL reference
| 209 | curl -s "https://y.saoju.net/yyj/api/search_day/?date=$TODAY" | python3 -m json.tool |
External URL reference
| 217 | curl -s "https://y.saoju.net/yyj/api/search_day/?date=$TODAY&city=上海" |
External URL reference
| 223 | curl -s "https://y.saoju.net/yyj/api/search_musical_show/?musical=粉丝来&begin_date=2026-04-09&end_date=2026-04-30" |