court-auction-notice-search
Enables users to search and retrieve real estate auction notices from South Korea's official court auction site efficiently.
Install this skill
Security score
The court-auction-notice-search skill was audited on May 17, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
Template literal with variable interpolation in command context
| 132 | console.log(`법원사무소 ${courts.count}개 로드됨`); |
Template literal with variable interpolation in command context
| 139 | console.log(`서울중앙지방법원 매각공고 ${notices.count}건`); |
Template literal with variable interpolation in command context
| 145 | `${item.caseNumber} (${item.usage}) — 감정 ${item.appraisedPrice}원 / 최저 ${item.minimumSalePrice}원` |
Template literal with variable interpolation in command context
| 147 | console.log(` 주소: ${item.address}`); |
Template literal with variable interpolation in command context
| 156 | console.log(`사건명: ${caseInfo.caseInfo.caseName}`); |
Template literal with variable interpolation in command context
| 157 | console.log(`매각기일 횟수: ${caseInfo.schedule.length}`); |
External URL reference
| 58 | - 법원경매정보 메인: `https://www.courtauction.go.kr` |
External URL reference
| 59 | - 부동산매각공고 진입: `https://www.courtauction.go.kr/pgj/index.on?w2xPath=/pgj/ui/pgj100/PGJ143M01.xml&pgjId=143M01` |
External URL reference
| 60 | - 경매사건검색 진입: `https://www.courtauction.go.kr/pgj/index.on?w2xPath=/pgj/ui/pgj100/PGJ159M00.xml&pgjId=159M00` |