030611/dsh-telemetry-redactor1

dsh-telemetry-redactor

会话遥测导出脱敏插件:将匹配敏感模式的内容替换为固定字符串,便于共享日志。

AI 分析

适合希望降低遥测泄露风险的部署;仅处理已接入的遥测后端,不提供后端开关。

套件
dsh-telemetry-redactor
版本
0.1.0
授權
MIT
最近更新
2026年8月14日

安裝

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:030611/dsh-telemetry-redactor

Configuration

The only option is replacement, which defaults to [REDACTED]. It must contain 1 to 128 characters and must not itself match a supported credential pattern; invalid values fail loudly when the Cordis plugin fiber is awaited.

- id: telemetry-redactor
  config:
    replacement: '[TELEMETRY-REDACTED]'

The key and pattern rules are fixed security behavior and cannot be disabled through configuration.