Vladimir-Kryshchenko/dsh-route-fence-linter ↗★ 0
dsh-route-fence-linter
静态代码检查工具:确保每个插件的 HTTP 路由都带有浏览器信任边界(在 Origin / sec-fetch-site 之前锁定 loopback Host)。
AI 分析
核心用途是保障 DSH 插件路由的安全性。适合插件开发者用于静态扫描,确保插件路由不会暴露给非信任的跨站请求。
安裝
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Vladimir-Kryshchenko/dsh-route-fence-linter說明文件
閱讀完整 README ↗Usage
dsh-route-fence scan # $DSH_HOME/profiles/web
dsh-route-fence scan /path/to/profile
Exit codes: 0 clean · 1 at least one FAIL · 2 usage/IO error.