taiwan-postal-tracking — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited taiwan-postal-tracking (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
查詢中華郵政掛號郵件的投遞狀態。支援國內各類掛號郵件(掛號信、雙掛號、包裹等)。
httpx 套件(pip install httpx)附帶的 scripts/track_postal.py 腳本處理驗證碼下載與查詢提交:
# 步驟 1:取得驗證碼
python <skill-path>/scripts/track_postal.py captcha
# 輸出:驗證碼圖片路徑和 UUID
# 步驟 2:用 Read tool 辨識驗證碼圖片(4 位數字)
# 步驟 3:送出查詢
python <skill-path>/scripts/track_postal.py query --uuid <UUID> --code <驗證碼> <追蹤碼1> [追蹤碼2] ...
# 輸出:JSON 格式的追蹤結果當 AI Agent 需要查詢郵局追蹤時,按以下步驟操作:
步驟 1:取得並辨識驗證碼
python <skill-path>/scripts/track_postal.py captcha腳本會輸出:
{"captcha_image": "/tmp/postal-captcha.jpg", "uuid": "xxx-xxx-xxx"}步驟 2:用 Read tool 辨識驗證碼
讀取 /tmp/postal-captcha.jpg,辨識 4 位數字。驗證碼特徵:
步驟 3:立即送出查詢(驗證碼約 60 秒過期)
python <skill-path>/scripts/track_postal.py query --uuid <UUID> --code <4位數字> <追蹤碼>輸出 JSON:
[
{
"mail_no": "07896140245117",
"events": [
{
"datetime": "2026/03/27 14:34",
"status": "投遞成功",
"branch_name": "太平宜欣郵局郵務股",
"branch_code": "400601",
"event_code": "I4"
}
],
"error": ""
}
]重要:步驟 2 和步驟 3 之間不要做其他事,驗證碼有時效限制。
一次最多可查 5 筆追蹤碼(共用同一個驗證碼):
python <skill-path>/scripts/track_postal.py query --uuid <UUID> --code <驗證碼> 追蹤碼1 追蹤碼2 追蹤碼3中華郵政的掛號追蹤碼常見格式:
07896140245117)06450954000017)RR123456789TW)| 事件碼 | 狀態 | 說明 |
|---|---|---|
| I1 | 收寄 | 郵局收件 |
| I2 | 到達處理中心 | 轉運中 |
| I3 | 離開處理中心 | 已發送 |
| I4 | 投遞成功 | 已送達 |
| I5 | 無法投遞 | 投遞失敗(招領/退回) |
驗證碼錯誤或已過期:重新取得驗證碼再試查無此郵件:確認追蹤碼是否正確此 skill 使用中華郵政「郵件查詢」系統的 eSoaf 框架 API:
GET https://postserv.post.gov.tw/pstmail/jcaptcha?uuid={uuid}POST https://postserv.post.gov.tw/pstmail/EsoafDispatcherverify=False~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.