uckkk/dsh-html-escape0

dsh-html-escape

HTML 实体编解码:转义/反转义 HTML 特殊字符与常用实体

AI Analysis

用于 HTML 特殊字符的转义与反转义。提供 html_escape 和 html_unescape 工具,适合防范 XSS 攻击及文本处理任务。

Package
dsh-html-escape
Version
0.1.0
License
MIT
Last updated
Aug 16, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:uckkk/dsh-html-escape

dsh-html-escape · HTML 实体编解码

转义/反转义 HTML 特殊字符与常用实体。纯 Node 实现。

提供的工具

工具作用
html_escape转义 & " '
html_unescape反转义实体

安装

dsh plugin add dsh-html-escape

安装后在 profile 的 package.jsondsh.profile.bundles 中加入 "dsh-html-escape"

用法示例

把这段用户输入转义,防止 XSS
→ 调用 html_escape(text="alert(1)")