2-c-q/dsh-capsule

2-c-q★ 0TypeScript最后同步: 2026-08-15

在 GitHub 打开

OS-isolated capability capsules for third-party DeepSeek Harness plugins

README 摘要

dsh-capsule Everything is a plugin. Ambient authority should not be. dsh-capsule v0.1 runs compatible third-party DeepSeek Harness guests in fresh Linux Bubblewrap processes. The trusted host verifies one integrity-pinned JavaScript artifact, discovers its contributions in an isolated describe cell, and registers real DSH tools and static system-prompt sections on the guest's behalf. Every tool call starts another fresh cell; guest code is never loaded into the DSH process and never remains resident between calls. 中文说明见 README.zh.md. v0.1 security boundary The v0.1 isolation provider is Linux-only and accepts a DSH managed subprocess runtime only after fail-closed execution-world attestation. Before any guest code runs, an empty-environment probe with bounded time and output must echo a private random challenge, report Host-identical Node, Bubblewrap, reported non-addon shared-object, mount-namespace, and root identities, then join its managed process tree. The built-in local subprocess provider is the normal implementation that satisfies this proof, but class identity is not required. The selected subprocess provider remains part of the trusted computing base. A small trusted laun…

在 GitHub 查看完整 README →
Agent/智能体agentbubblewrapcapability-securitydeepseek-harnessdsh-pluginsandbox

分类