Перейти к основному содержимому

Безопасность и права доступа

Плагины «Безопасность и права доступа» защищают DeepSeek-Harness (dsh) от рискованных вызовов инструментов и вредоносных плагинов. В этой категории — политики доступа к инструментам с уровнями allow/deny/ask, сканеры плагин-бандлов и npm-архивов перед установкой, защита от prompt-инъекций и утечки секретов, маскирование телеметрии и журналы аудита с хеш-цепочкой.

Найдено плагинов: 56

T

dsh-auth-gate

tecfancy/dsh-auth-gate

Login gate for the dsh web surface: password or shared-token authentication, session cookies, rate limiting, and a user-management CLI (dsh.bundle manifest since 0.4.1, one-command `dsh plugin add` mounting).

28 часов назадБезопасность и права доступаMIT
M

dsh-approval-gate

moon09300731/dsh-approval-gate

Risk-gated approval automation for DeepSeek Harness: flash pre-classifies whether a write/command is irreversible — safe operations are auto-approved, dangerous ones are escalated to human approval (fail-safe).

215 часов назадБезопасность и права доступаMIT
P

dsh-skill-pack-security

perrylink/dsh-skill-pack-security

Опциональный плагин-провайдер для dsh-skill-pack-security: регистрирует издание навыков пакета skills/ (zh) или skills-en/ (en) в ctx.skills. Оба издания поставляются встроенными в pack/.

24 часа назадБезопасность и права доступаApache-2.0
A

dsh-turn-approval

arrow949/dsh-turn-approval

Подтверждения «Разрешить для этой задачи» в рамках хода: автоматически разрешает подходящие эскалации `danger-full-access` только для текущей задачи, затем истекает.

25 дней назадБезопасность и права доступаMIT
O

sandbox-mxc

omdsh-dev/sandbox-mxc

Поддержка кроссплатформенной песочницы Microsoft.

27 часов назадБезопасность и права доступа
C

dsh-mcpguard

chenlaoshiyf/dsh-mcpguard

Сканирует навыки и конфигурации MCP на предмет prompt injection, омоглифов, скрытого Unicode, опасных shell-команд и утечек учётных данных.

211 часов назадБезопасность и права доступаMIT
T

dsh-egress-guard

tancheng33/dsh-egress-guard

Runtime security gate on the tool pipeline: denies calls naming hosts outside an egress allowlist, redacts credentials from results at the canonical value rather than only the rendered content, and appends every decision to a JSONL audit log; ships in monitor-only mode.

13 дня назадБезопасность и права доступаMIT
S

dsh-web-auth

summersec/dsh-web-auth

Transport-level authentication gate for the DeepSeek Harness Web GUI with server-side sessions, HttpOnly cookies, IP-based login throttling, and an scrypt password CLI.

1вчераБезопасность и права доступаMIT
S

dsh-code-security

stardustlc666/dsh-code-security

Deterministic code security review: 40+ rules, secret entropy detection, staged-diff review, SARIF export, baseline acceptance and SBOM-lite dependency inventory.

16 часов назадБезопасность и права доступаMIT
J

dsh-rule-engine

jilian-dsh/dsh-rule-engine

Rules execution engine for dsh: parses AGENTS.md, hard-blocks rule-violating tool calls, text-based B/D rule auditing, /guard command, version-guard for versioned files, and free-zone support (engine skips free-zone sections).

1вчераБезопасность и права доступаMIT
B

dsh-security-guard

bigclawd/dsh-security-guard

Static and runtime security guard for dsh: rule-based scans for malicious code, prompt injection and token waste, runtime interception of dangerous tool calls, /scan command, plugin_scan tool, web panel, and allowlist.

13 дня назадБезопасность и права доступаMIT
L

dsh-guardian

lonelymoon87/dsh-guardian

Добавляет проверку политик для опасных операций, редактирование вывода и процесс проверки безопасности.

15 дней назадБезопасность и права доступаMIT
I

dsh-tool-approval

ilharp/dsh-tool-approval

Режим ручного подтверждения («Manual Mode» / «Ask Mode»).

15 дней назадБезопасность и права доступаBSD-3-Clause
L

dsh-fleet-audit

lesliewylie/dsh-fleet-audit

Аудит гигиены учётных данных парка агентов, только для чтения: права доступа к файлам с учётными данными, встроенные учётные данные в git-remotes (маскируются в выводе) и количество токенов провайдеров в открытом виде; без зависимостей и детерминированно.

116 часов назадБезопасность и права доступаMIT
Y

noatmark-dsh-plugin

ylwl1997/noatmark-dsh-plugin

Гигиена текста как плагин dsh: очистка ненадёжного текста, поиск невидимых символов, очистка форматирования LLM и экранирование CSV-инъекций формул.

1вчераБезопасность и права доступаMIT
Z

dsh-poison-guard

zoahdev/dsh-poison-guard

Pre-install supply-chain poison scanner for DSH plugins: AST (JS-X-Ray) + deobfuscation + regex heuristics, exits non-zero on findings for CI gating.

0вчераБезопасность и права доступаMIT
T

dsh-credentials-vault

tancheng33/dsh-credentials-vault

HashiCorp Vault backend for the credential seam: KV v2/v1, AppRole machine auth, per-operation reads so rotation needs no restart, and compare-and-swap writes.

03 дня назадБезопасность и права доступаMIT
T

dsh-code-runtime-container

tancheng33/dsh-code-runtime-container

Container-isolated backend for the `ctx.codeRuntime` seam: each Code Mode program runs in a fresh container with no network, a read-only rootfs, dropped capabilities, and kernel-enforced memory, CPU and pid ceilings.

03 дня назадБезопасность и права доступаMIT
S

dsh-risk-guard

shuxue6662-a11y/dsh-risk-guard

Zero-interruption audit and fuse blocking for DeepSeek Harness: silently records every tool call with deterministic risk scoring, cumulative-risk bonuses, risk-level breakdowns and retention-based cleanup; blocks irreversible catastrophes (protected-path deletion, disk wipe, force-push to protected branches/refs, credential exfiltration), and renders a redacted /risk-guard operation bill with --since filtering.

0вчераБезопасность и права доступаMIT
S

dsh-cve-audit

sarthak2511/dsh-cve-audit

Live CVE/supply-chain audit for your workspace's own project dependencies (npm/pip/go), backed by OSV.dev, with a `cve_audit` tool plus optional automatic re-scan on lockfile changes.

03 дня назадБезопасность и права доступа
P

dsh-plugin-judge

pengxuding/dsh-plugin-judge

Plugin value auditor: pre-install review (source scan + LLM judge) and post-install audit of installed bundles, with model-switch re-audit reminders.

04 дня назадБезопасность и права доступаMIT
P

dsh-auto-classifier

pakiknowledge/dsh-auto-classifier

Autonomous permission classifier for the auto preset: tool-scoped allow/deny rules, an LLM semantic judge, and git checkpointing for unattended sessions.

0позавчераБезопасность и права доступа
J

secret-guard

johnxu22786/secret-guard

Blocks agents from reading or writing sensitive files (.env, credentials, key material), masks leaked secret-shaped values in tool results, keeps an audit journal, and exposes safe sg_* inspection tools that never print raw values.

0позавчераБезопасность и права доступаMIT
J

safety-net

johnxu22786/safety-net

Destructive-command interception gate for dsh: parses shell semantics, judges risk against 41 built-in rules, and holds irreversible rm -rf, git reset --hard, and git push --force style commands at a confirmation gate.

0позавчераБезопасность и права доступаMIT