sakurarain1213/deepseek-harness-lite--plugins-command-allowlist ↗★ 0
@dsh-lite/plugin-command-allowlist
A lightweight, local-first distribution and verified plugin kit for DeepSeek Harness.
AI Analysis
核心用途是通过白名单和严格的参数匹配规则限制 AI 执行的系统命令。适合对安全要求极高、需要严格审计和限制 AI 命令行执行权限的环境。
Install
This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗
README
Read the full 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.