robbin810130/dsh-rtk0

@robbin810130/dsh-rtk

DSH plugin that applies an explicit, RTK-based command-output filter to bash tools at boot.

AI 分析

核心用途是对 bash 工具的命令输出进行安全过滤。适合需要通过 RTK 限制和审计 DSH 命令行执行结果的安全敏感型用户,需安装 RTK。

パッケージ
@robbin810130/dsh-rtk
バージョン
1.0.1
ライセンス
MIT
最終更新
2026/08/24

インストール

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:robbin810130/dsh-rtk

ドキュメント

README 全文を読む ↗

配置与退出开关

设置效果
RTK_BIN=/absolute/path/to/rtk必需:明确指定受信任的 RTK 二进制
DSH_RTK_DISABLE=1全局关闭重写
DSH_RTK_DISABLE=1 单条或复合命令关闭重写

要让插件在 profile 中保持安装但不自动应用补丁,可在 ~/.dsh/profiles/web/cordis.patch.yml 添加:

- config:
    - id: dsh-rtk
      enabled: false