Security fixes are applied to the latest release. Users should update the plugin before reporting an issue that is already fixed on main.
DSH plugins run in the DSH host process with the user's operating-system permissions. Installing any third-party catalog entry therefore executes code outside the model tool approval boundary.
DSH Get Plugin reduces this risk by:
- keeping model-facing tools read-only;
- requiring a human
/dshget installcommand; - accepting only npm package identifiers,
github:specifications, or GitHub-hosted release tarballs; - rejecting local paths, arbitrary URLs, and shell syntax;
- executing
dsh plugin addwith a fixed argument array rather than a shell; - reporting the exact installed identity, available lockfile integrity, package repository metadata, lifecycle scripts, pnpm build policy, bundle rows, and effective configuration changes;
- writing private restoration evidence without retaining raw effective configuration values;
- validating and size-limiting remote catalog snapshots before caching them.
The audit is generated after pnpm succeeds. It does not prevent lifecycle scripts from running, prove that a package is benign, or sandbox a loaded Host plugin. Catalog inclusion and audit output are not a security review or endorsement. Users should inspect a plugin's source, permissions, maintenance history, and license before installation.
Use GitHub's private security advisory flow at Security > Advisories > Report a vulnerability in this repository. Include the affected version, a minimal reproduction, and the expected impact. Do not publish credentials, exploit details, or private repository data in a public issue.