dsh-auto-approve
Independent LLM review for DeepSeek Harness approval requests while the session's access mode is Auto Approve. The plugin adds that fourth permission preset on top of the official workspace-write sandbox. The other three access modes retain their original DSH behavior.
> Community project, not an official DeepSeek release. The current version targets DSH 0.1.0-rc.7, Node.js >=22.19, and macOS for reviewer command confinement.
Install
Replace default with your DSH profile name:
dsh plugin --profile default add github:tomcatzh/dsh-auto-approveGit installs build from source through the package's prepare script. Restart the selected profile after installation.
Reviewer models run in the configured order, may inspect the local machine only through three read-only tools, and must return strict allow, ask, or deny JSON. ask, an empty model list, and complete reviewer unavailability preserve the normal human approval UI.
Configure model ordering and browser notifications under Settings → Auto Approve, save, then select Auto Approve from the current session's access-mode menu. The recent decision audit is secret-free.
Decision behavior
allowapproves the current request once.denyrejects it.ask, disabled review, missing reviewers, invalid output, timeouts, and reviewer failure preserve the normal human approval UI.- Reviewer inspection tools are read-only and network-denied on macOS. If full confinement is unavailable, the tool fails and review falls back to a human.
This is a heuristic review layer, not a security boundary. Read [THREAT_MODEL.md](THREAT_MODEL.md) before relying on it.
Develop
pnpm install
pnpm checkLicense
[MIT](LICENSE)