real-estate-search
Enables real estate price and rent lookups for Korean properties using public data APIs.
Install this skill
or
79/100
Security score
The real-estate-search skill was audited on May 16, 2026 and we found 9 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 82
Curl to non-GitHub URL
SourceSKILL.md
| 82 | curl -fsS --get 'https://k-skill-proxy.nomadamas.org/v1/real-estate/region-code' \ |
medium line 89
Curl to non-GitHub URL
SourceSKILL.md
| 89 | curl -fsS --get 'https://k-skill-proxy.nomadamas.org/v1/real-estate/apartment/trade' \ |
medium line 97
Curl to non-GitHub URL
SourceSKILL.md
| 97 | curl -fsS --get 'https://k-skill-proxy.nomadamas.org/v1/real-estate/officetel/rent' \ |
low line 15
External URL reference
SourceSKILL.md
| 15 | 기본적으로 `https://k-skill-proxy.nomadamas.org/v1/real-estate/...` 로 요청해서 한국 부동산 실거래가/전월세 데이터를 조회한다. 국토교통부(MOLIT) 실거래가 신고 데이터를 기반으로 한다. |
low line 47
External URL reference
SourceSKILL.md
| 47 | `KSKILL_PROXY_BASE_URL` 환경변수가 있으면 그 값을 사용하고, 없으면 기본 경로 `https://k-skill-proxy.nomadamas.org` 를 사용한다. |
low line 82
External URL reference
SourceSKILL.md
| 82 | curl -fsS --get 'https://k-skill-proxy.nomadamas.org/v1/real-estate/region-code' \ |
low line 89
External URL reference
SourceSKILL.md
| 89 | curl -fsS --get 'https://k-skill-proxy.nomadamas.org/v1/real-estate/apartment/trade' \ |
low line 97
External URL reference
SourceSKILL.md
| 97 | curl -fsS --get 'https://k-skill-proxy.nomadamas.org/v1/real-estate/officetel/rent' \ |
low line 180
External URL reference
SourceSKILL.md
| 180 | - 공식 데이터 출처: 공공데이터포털 (`https://www.data.go.kr`) |
Scanned on May 16, 2026
View Security Dashboard