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. 8. 24.

설치

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

配置与退出开关

设置效果
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