delivery-tracking
Tracks CJ대한통운 and 우체국 parcels using invoice numbers, providing real-time delivery status through official endpoints.
Install this skill
or
86/100
Security score
The delivery-tracking skill was audited on May 17, 2026 and we found 10 security issues across 2 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 240
Python subprocess execution
SourceSKILL.md
| 240 | subprocess.run(cmd, check=True) |
low line 66
External URL reference
SourceSKILL.md
| 66 | | `cj` | `https://www.cjlogistics.com/ko/tool/parcel/tracking` | page GET + `tracking-detail` POST JSON | 10자리 또는 12자리 숫자 | `parcelDetailResultMap.resultList` | |
low line 67
External URL reference
SourceSKILL.md
| 67 | | `epost` | `https://service.epost.go.kr/trace.RetrieveRegiPrclDeliv.postal?sid1=` | form POST HTML | 13자리 숫자 | 기본정보 `table_col` + 상세 `processTable` | |
low line 81
External URL reference
SourceSKILL.md
| 81 | - 진입 페이지: `https://www.cjlogistics.com/ko/tool/parcel/tracking` |
low line 82
External URL reference
SourceSKILL.md
| 82 | - 상세 endpoint: `https://www.cjlogistics.com/ko/tool/parcel/tracking-detail` |
low line 94
External URL reference
SourceSKILL.md
| 94 | "https://www.cjlogistics.com/ko/tool/parcel/tracking" \ |
low line 110
External URL reference
SourceSKILL.md
| 110 | "https://www.cjlogistics.com/ko/tool/parcel/tracking-detail" \ |
low line 201
External URL reference
SourceSKILL.md
| 201 | - 진입 페이지: `https://service.epost.go.kr/trace.RetrieveRegiPrclDeliv.postal?sid1=` |
low line 202
External URL reference
SourceSKILL.md
| 202 | - 실제 조회 endpoint: `https://service.epost.go.kr/trace.RetrieveDomRigiTraceList.comm` |
low line 238
External URL reference
SourceSKILL.md
| 238 | "https://service.epost.go.kr/trace.RetrieveDomRigiTraceList.comm", |
Scanned on May 17, 2026
View Security Dashboard