MkaliezZ / dsh-plugin-firewall

已收录

Offline-first static admission scanner for DeepSeek Harness community plugins: inspect a plugin package before you trust it.

main工具 查看源代码

安装

npx -y @deepseek-ai/dsh plugin --profile web add github:MkaliezZ/dsh-plugin-firewall

此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。

README

维护者编写的文档快照。

在 GitHub 查看 ↗
提交版本 5bad351同步于 2026年8月18日

dsh-plugin-firewall

Offline-first static admission scanner for DeepSeek Harness community plugins.

/plugin-firewall <path> inspects a local plugin package before you trust it. v0.1 looks for package install scripts, git/URL dependencies, native addons, Cordis/profile patches, tool registration, process/network/filesystem/environment access indicators, and emits a deterministic risk receipt with a SHA-256 digest.

v0.1 goals

  • no network calls or vulnerability database;
  • deterministic local analysis;
  • explicit LOW / MEDIUM / HIGH findings;
  • JSON-safe receipt with digest;
  • never executes the scanned plugin;
  • does not claim malware detection or complete supply-chain safety.

Development

npm install
npm test

License

MIT

项目文件与信号

以下项目是目录快照中检测到的公开仓库信号。

测试已检测

仓库信息

开发语言
TypeScript
许可证
未提供
最后更新
2026年8月15日 07:02

谨慎安装

请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。