CMSKL/dsh-plugin-observatory1

dsh-plugin-observatory

Static DSH plugin compatibility audit before installation, plus bounded Loader lifecycle observation

AI Analysis

核心用途是在安装前对本地插件进行静态安全与兼容性审计,输出 JSON 报告。适合 DSH 插件开发者或对插件安全性有严格要求的系统管理员。

Package
dsh-plugin-observatory
Version
0.1.0
License
MIT
Last updated
Aug 22, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:CMSKL/dsh-plugin-observatory

Configuration

KeyDefaultMeaning
allowedRoots[process.cwd()] in a direct mount; the shipped bundle uses the working directory and DSH profile rootPackage directories must resolve beneath one of these canonical roots.
maxManifestBytes262144Maximum UTF-8 bytes read from package.json; maximum accepted value is 32 MiB.
maxPatchBytes1048576Maximum UTF-8 bytes read from the declared bundle patch; maximum accepted value is 32 MiB.
maxPatchDepth64Maximum parsed patch object/array nesting depth; maximum accepted value is 256.
maxPatchNodes10000Maximum object/array visits, including repeated alias expansion; maximum accepted value is 100,000.
maxObservedEntries256Maximum Loader entry histories retained in memory.
maxTransitionsPerEntry64Maximum recent transitions retained for one Loader entry.