Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
luomious
/
deepseek-harness-desktop
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Releases
v1.1.3
v1.1.3 安全硬化与稳定性修复
Compare
Choose a tag to compare
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
No results found
luomious
released this
14 Aug 10:54
·
55 commits
to master since this release
v1.1.3
01bc423
v1.1.3 安全硬化与稳定性修复
🔒 安全修复
修复插件管理窗口存储型 XSS
:恶意本地插件包名不再直接拼入 HTML(esc 转义 + data-name 事件委托),杜绝注入脚本调用 electronAPI
收紧 IPC 权限隔离
:插件安装/卸载/选目录仅允许插件管理窗口调用(新增 isPluginManagerSender),主窗口的 DSH Web UI(远程内容)无法再操作插件
isTrustedSender 精确化
:不再用 getAllWindows 全放行,改为精确窗口引用
🐛 Bug 修复
修复更新检查版本比较全错
:checkForUpdates 中 getInstalledVersion() 缺 await(local 是 Promise 对象导致 isNewer 误判)
修复更新完成后"稍后重启"仍立即重启
:现在正确读取用户选择
修复更新进程用 shell 执行 npm
:改为 node + npm-cli.js 直接执行(shell:false)
修复 npm 仓库挂起卡死
:getLatestVersion 加 15 秒超时保护
✅ 验证
安全专项测试 43/43 通过
插件管理端到端 18/18 通过(注入拦截 + 真实安装/卸载)
启动链路回归通过(3080 端口 / HTTP 200 / UI 正常 / 无崩溃)
退出无孤儿进程验证通过
使用
桌面版:直接运行 DeepSeek Harness.exe(便携版)
源码:npm install -g @deepseek-ai/dsh 后运行
You can’t perform that action at this time.