sakurarain1213/deepseek-harness-lite--plugins-command-allowlist ↗★ 0
@dsh-lite/plugin-command-allowlist
DeepSeek Harness 的轻量级本地优先发行版及验证插件包,提供命令工具名称的单调守护规则。
AI 分析
核心用途是通过白名单和严格的参数匹配规则限制 AI 执行的系统命令。适合对安全要求极高、需要严格审计和限制 AI 命令行执行权限的环境。
安裝
此插件尚未提供可驗證的 bundle,或相容性檢查未通過。請先閱讀倉庫說明。 閱讀完整 README ↗
說明文件
閱讀完整 README ↗@dsh-lite/plugin-command-allowlist
Adds a monotonic guard for configured command tool names. Rules match the executable plus exact arguments, or a non-empty explicitly declared argument prefix. The default is deny; audit facts omit argument values.
Official Bash and PowerShell { command } strings are accepted only when every whitespace-delimited token uses a conservative ASCII character set. Quotes, escapes, pipes, redirects, substitutions, variables, command separators, and newlines fail closed. The Lite shell pack supplies a narrow read-only default for pwd, git status, git diff, and git log; standalone activation without rules still denies every command.