Vladimir-Kryshchenko/dsh-route-fence-linter0

dsh-route-fence-linter

Static linter: every plugin HTTP route must carry a browser-trust fence (loopback Host pin before Origin / sec-fetch-site).

AI Analysis

核心用途是保障 DSH 插件路由的安全性。适合插件开发者用于静态扫描,确保插件路由不会暴露给非信任的跨站请求。

Package
dsh-route-fence-linter
Version
0.1.0
License
MIT
Last updated
Aug 21, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Vladimir-Kryshchenko/dsh-route-fence-linter

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.