ticket-availability
Fetches performance schedules and seat availability from YES24 and Interpark with a single HTTP call.
Install this skill
or
89/100
Security score
The ticket-availability skill was audited on May 16, 2026 and we found 11 security issues across 1 threat category. Review the findings below before installing.
Categories Tested
Security Issues
low line 45
External URL reference
SourceSKILL.md
| 45 | > 예: `https://tickets.interpark.com/goods/26000541` |
low line 46
External URL reference
SourceSKILL.md
| 46 | > `https://ticket.yes24.com/Perf/58026` |
low line 65
External URL reference
SourceSKILL.md
| 65 | | `https://tickets.interpark.com/goods/<goods_code>` | platform=interpark | |
low line 66
External URL reference
SourceSKILL.md
| 66 | | `https://ticket.yes24.com/Perf/<perf_id>` | platform=yes24 | |
low line 67
External URL reference
SourceSKILL.md
| 67 | | `https://ticket.yes24.com/New/Perf/Detail/View/<perf_id>` | platform=yes24 | |
low line 73
External URL reference
SourceSKILL.md
| 73 | python3 scripts/ticket_availability.py schedule "https://tickets.interpark.com/goods/26000541" |
low line 152
External URL reference
SourceSKILL.md
| 152 | | YES24 | POST | `https://ticket.yes24.com/New/Perf/Sale/Ajax/axPerfDay.aspx` | |
low line 153
External URL reference
SourceSKILL.md
| 153 | | YES24 | POST | `https://ticket.yes24.com/NEw/Perf/Detail/Ajax/axPerfPlayTime.aspx` | |
low line 154
External URL reference
SourceSKILL.md
| 154 | | YES24 | POST | `https://ticket.yes24.com/New/Perf/Detail/Ajax/axPerfRemainSeat.aspx` | |
low line 155
External URL reference
SourceSKILL.md
| 155 | | Interpark | GET | `https://api-ticketfront.interpark.com/v1/goods/<id>/playSeq` | |
low line 156
External URL reference
SourceSKILL.md
| 156 | | Interpark | GET | `https://api-ticketfront.interpark.com/v1/goods/<id>/playSeq/PlaySeq/<seq>/REMAINSEAT` | |
Scanned on May 16, 2026
View Security Dashboard