court-sms
Automates the extraction and downloading of court documents from SMS notifications, streamlining legal workflows.
Install this skill
or
63/100
Security score
The court-sms skill was audited on May 14, 2026 and we found 17 security issues across 3 threat categories. Review the findings below before installing.
Categories Tested
Security Issues
medium line 154
Template literal with variable interpolation in command context
SourceSKILL.md
| 154 | ```bash |
medium line 217
Template literal with variable interpolation in command context
SourceSKILL.md
| 217 | ```bash |
medium line 162
Curl to non-GitHub URL
SourceSKILL.md
| 162 | resp=$(curl -s -X POST "https://zxfw.court.gov.cn/yzw/yzw-zxfw-sdfw/api/v1/sdfw/getWsListBySdbhNew" \ |
medium line 222
Curl to non-GitHub URL
SourceSKILL.md
| 222 | resp=$(curl -s -X POST "http://dzsd.hbfy.gov.cn/delimobile/tDeliSms/findSmsInfo?t=$(date +%s%3N)" \ |
medium line 233
Curl to non-GitHub URL
SourceSKILL.md
| 233 | curl -sL -o "/tmp/court-sms-staging/${name}.pdf" "http://dzsd.hbfy.gov.cn/delimobile${path}" |
low line 22
External URL reference
SourceSKILL.md
| 22 | 【xx市人民法院】张三,您好!您有(2025)苏0981民初1234号案件文书送达,请点击链接查收:https://zxfw.court.gov.cn/zxfw/#/pagesAjkj/app/wssd/index?qdbh=DEMO1&sdbh=DEMO2&sdsin=DEMO3 |
low line 30
External URL reference
SourceSKILL.md
| 30 | https://zxfw.court.gov.cn/zxfw/#/pagesAjkj/app/wssd/index?qdbh=xxx&sdbh=xxx&sdsin=xxx |
low line 52
External URL reference
SourceSKILL.md
| 52 | - **纯链接**:用户直接发送送达 URL(如 `https://zxfw.court.gov.cn/...?qdbh=xxx&sdbh=xxx&sdsin=xxx`)→ 跳过短信文本解析,直接从 URL 提取参数,进入第三步下载。案号、当事人等信息在下载文书后从文书内容中提取。 |
low line 148
External URL reference
SourceSKILL.md
| 148 | - 端点:`POST https://zxfw.court.gov.cn/yzw/yzw-zxfw-sdfw/api/v1/sdfw/getWsListBySdbhNew` |
low line 162
External URL reference
SourceSKILL.md
| 162 | resp=$(curl -s -X POST "https://zxfw.court.gov.cn/yzw/yzw-zxfw-sdfw/api/v1/sdfw/getWsListBySdbhNew" \ |
low line 222
External URL reference
SourceSKILL.md
| 222 | resp=$(curl -s -X POST "http://dzsd.hbfy.gov.cn/delimobile/tDeliSms/findSmsInfo?t=$(date +%s%3N)" \ |
low line 224
External URL reference
SourceSKILL.md
| 224 | -H "Referer: http://dzsd.hbfy.gov.cn/deli-mobile-ui/" \ |
low line 233
External URL reference
SourceSKILL.md
| 233 | curl -sL -o "/tmp/court-sms-staging/${name}.pdf" "http://dzsd.hbfy.gov.cn/delimobile${path}" |
low line 494
External URL reference
SourceSKILL.md
| 494 | https://zxfw.court.gov.cn/zxfw/#/pagesAjkj/app/wssd/index?qdbh=DEMO1&sdbh=DEMO2&sdsin=DEMO3 |
low line 517
External URL reference
SourceSKILL.md
| 517 | http://dzsd.hbfy.gov.cn/hb/msg=XXXXXXX |
low line 527
External URL reference
SourceSKILL.md
| 527 | 请登录 http://dzsd.hbfy.gov.cn/sfsddz 查收。 |
low line 535
External URL reference
SourceSKILL.md
| 535 | 请点击链接查收:https://sfpt.cdfy12368.gov.cn/sfsdw//r/xxxxxxxxxxxx |
Scanned on May 14, 2026
View Security Dashboard