CMSKL/dsh-plugin-observatory1

dsh-plugin-observatory

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

AI 分析

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

パッケージ
dsh-plugin-observatory
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/22

インストール

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

ドキュメント

README 全文を読む ↗

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.