Безопасность и права доступа
Плагины «Безопасность и права доступа» защищают DeepSeek-Harness (dsh) от рискованных вызовов инструментов и вредоносных плагинов. В этой категории — политики доступа к инструментам с уровнями allow/deny/ask, сканеры плагин-бандлов и npm-архивов перед установкой, защита от prompt-инъекций и утечки секретов, маскирование телеметрии и журналы аудита с хеш-цепочкой.
Найдено плагинов: 56
api-relay-audit
toby-bridges/api-relay-audit
Runs local security audits of AI API relays and LLM proxies from DeepSeek Harness, producing Markdown reports for prompt injection, model substitution signals, tool-call rewriting, error leakage, stream integrity, and profile-gated Web3 risks.
dsh-auto-review
perrylink/dsh-auto-review
Second-model auto-review on the approval answerer chain: a read-only reviewer subagent returns structured allow/deny verdicts with reasons, fail-closed by default.
dsh-security-audit
omdsh-dev/dsh-security-audit
Локальный аудит безопасности: конфигурация, источники плагинов, сессии, сетевая доступность — отчёт о рисках только для чтения, с редактированием чувствительных данных.
dsh-passwords
slywalker2006/dsh-passwords
Шлюз входа для веб-интерфейса DSH: защита паролем с настройкой при первом запуске, bcrypt + шифрование хранимых данных (AES-256-GCM/HMAC), блокировка при переборе, журнал аудита, TLS 1.2+ с редиректом 80→443, защита от CSRF и от framing-атак.
dsh-permission-rules
perrylink/dsh-permission-rules
Декларативные правила разрешений в стиле Claude Code для DeepSeek Harness: упорядоченные правила allow/deny/ask с сопоставлением по имени инструмента, аргументу (glob/regex) и пути рабочего пространства на этапе tools/pre-execute, полный аудит в журнале сессии и горячая перезагрузка правил (HMR).
dsh-webui-auth
yuuz12/dsh-webui-auth
Аутентификация WebUI на уровне HTTP/транспорта: четырёхслойный шлюз входа (ресурсы, бандлы плагинов, /api, WebSocket), серверные сессии с HttpOnly-куками.
dsh-movein (plugin)
sjh9714/dsh-movein
Fine grained per tool permission rules for DSH at the tools/pre-execute gate, deny and ask lists in Claude Code rule syntax (Bash(rm -rf:*), Read(_secrets_), mcp__server__tool), works standalone without migrating.
dsh-auto-approve
jiao-xxx/dsh-auto-approve
Консервативный пресет автоматического подтверждения эскалаций песочницы DeepSeek Harness
dsh-approval-llm
letter2025/dsh-approval-llm
Подтверждение разрешений на основе модели: ответчик на запросы подтверждения, работающий через отдельную модель-рецензента.
upstream-radar
micromilo/upstream-radar
Always-on dependency security for DSH plugins: tracks exact installed paths, OSV vulnerabilities, npm releases, and breaking-change signals, then routes project evidence to a DSH Agent.
dsh-auto-mode
nanmicoder/dsh-auto-mode
Безопасные автоматические разрешения для DeepSeek Harness.
qiushi-dsh-evidence-audit
030611/qiushi-dsh-evidence-audit
Добавляет локальные хеш-цепочечные квитанции JSONL для результатов инструментов и событий сессии, не сохраняя промпты, аргументы инструментов, текст результатов или сырые ID сессий.
dsh-verification-receipt
030611/dsh-verification-receipt
Записывает локальные сводки JSONL по количеству вызовов инструментов на каждый ход и грубым сигналам верификации, не сохраняя промпты, аргументы инструментов или текст результатов.
dsh-remote
xgone/dsh-remote
Remote access & authentication for DeepSeek Harness web UI: account/password login gate, MFA (TOTP), signed session cookies, role-based access, in-browser directory picker, account management settings, fully localized in English and Chinese.
dsh-auth-gateway
xbzbing/dsh-auth-gateway
Password + TOTP two-factor authentication gateway for the dsh web UI: every HTTP request and WebSocket upgrade is refused until login, with per-source lockout, global rate limits and one-time backup codes.
dsh-plugin-vetting
truelove-dreamer/dsh-plugin-vetting
Vets third-party plugins before you trust them: static scan for malicious patterns (exfiltration, credential access, obfuscation, persistence) and over-privileged path use, transitive-dependency coverage, official-package hash baseline for supply-chain tamper detection, and an optional plugin-tool call gate.
dsh-permgate
mrweicodes/dsh-permgate
Fine-grained permission gateway: per-category tool-call review (outside-workspace directories, commands, file read/write, subagents, repeated actions) with global & per-project allow/deny exceptions, quick-tool defaults, custom rules, a bilingual approval modal with inline diff details, custom rejection reasons and a sandbox-upgrade flow.
dsh-guardian
cdxiaodong/dsh-guardian
Agent security guardrail: intercepts and audits every tool call, requiring human confirmation on sensitive operations.
dsh-auto
simon300000/dsh-auto
Добавляет пресет разрешений Auto Approve в веб-интерфейс, используя свежего ограниченного агента-рецензента для одобрения или отклонения каждого запроса подтверждения.
dsh-yolo-mode
severuszh/dsh-yolo-mode
LLM auto-approval for sandbox escalation requests, with presets and a fail-closed fallback.
sandbox-nono
omdsh-dev/sandbox-nono
Поддержка бэкенда песочницы nono.
sandbox-micro
omdsh-dev/sandbox-micro
Поддержка бэкенда microsandbox.
dsh-telemetry-redactor
030611/dsh-telemetry-redactor
Скрывает поддерживаемые шаблоны секретов из экспортной копии `session-telemetry/record`, прежде чем она попадёт в настроенные бэкенды телеметрии.
dsh-plugin-vet
wulun811/dsh-plugin-vet
Plugin trust pipeline for DeepSeek Harness: deterministic static scan with verdicts, opt-in runtime guard with honeypot lures, agent audit-protocol skill, and a browser shield status light. Alarm-only, never an enforcer.