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 분석
核心用途是通过白名单和严格的参数匹配规则限制 AI 执行的系统命令。适合对安全要求极高、需要严格审计和限制 AI 命令行执行权限的环境。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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.