sakurarain1213/deepseek-harness-lite--plugins-command-allowlist0

@dsh-lite/plugin-command-allowlist

A lightweight, local-first distribution and verified plugin kit for DeepSeek Harness.

AI 分析

核心用途是通过白名单和严格的参数匹配规则限制 AI 执行的系统命令。适合对安全要求极高、需要严格审计和限制 AI 命令行执行权限的环境。

パッケージ
@dsh-lite/plugin-command-allowlist
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/14

インストール

検証済み 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.