DSH Plugin Doctor: compatibility and security checks for plugin bundles #1380
Xrainsmile
started this conversation in
Ideas
Replies: 1 comment
|
装前检查兼容性 + 扫描危险行为——正是我们第 13 章"插件安全审计清单"的工具化落地(检查清单 vs 自动化检查,互补)。 已收录进手册生态章节 + 第 13 章审计清单可结合使用:https://github.com/Electricitysheep/dsh-handbook/blob/main/docs/13-security.md |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I built a small tool for validating DSH plugin bundles before they are installed into a real Profile:
https://github.com/Xrainsmile/DSH-Plugin-Doctor
DSH Plugin Doctor checks plugin compatibility, scans risky behavior, installs the plugin in an isolated temporary
DSH_HOME, starts a test Web/Profile, and generates Markdown/JSON reports plus a compatibility badge.Main features:
package.jsonanddsh.bundle.patchDSH_HOMEand test Profiledsh-plugin-doctor installflow with automatic Profile rollback on failureI made this because official plugins are npm Bundles installed through:
All reactions