dsh plugins中文
← Back to popular plugin directory

This plugin automates the entire chain

lxzy-7/dsh-plugin-guard · skills

Install safety net for DeepSeek Harness: pre-install snapshots, one-click/automatic rollback, guarded boot, and incident reports that auto-trigger agent analysis.

★ 15GitHub stars
1Forks
2026-08-17Last updated
JavaScriptLanguage
MITLicense

Project overview

A bad plugin install can leave the app unable to boot, and fixing it by hand usually means digging through config files. This plugin automates the whole chain: How it detects problems (important to understand)

The guard does not statically inspect plugin code, and it does not try to "test" a plugin in isolation. Detection works at three levels:

1. Snapshots are pure file copies. Taking a snapshot just copies 5 config files (package.json, pnpm-lock.yaml, pnpm-workspace.yaml, cordis.yml, cordis.patch.yml). No plugin is run, no behavior is evaluated.

Install command

dsh plugin --profile web add github:lxzy-7/dsh-plugin-guard
View GitHub repository ↗Back to popular plugin directory