DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Hermes Security Audit — DeepSeek Harness 插件(DSH Plugin)
← Plugins
H

dsh-hermes-security-audit

Hermes Security Audit

免费的 Linux 服务器安全审计——无需 API 密钥,也无需付费工具。扫描病毒(ClamAV)、Rootkit(rkhunter + chkrootkit)、SSH 暴力破解、加密货币挖矿程序、暴露的凭据和开放端口。1

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add github:axelfreeman/hermes-security-audit#36920e274e7650ea03a7c3439144380b261de176
README兼容性版本

兼容性与来源证明

Hermes Security Audit 以 dsh-hermes-security-audit 发布,当前版本为 1.0.0。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
any
发布来源
github
Registry 更新时间
2026/9/11

版本

1.0.0stable
2026/9/11

相关插件

正在加载相关插件…

最新版
1.0.0
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
未提供
文件数
未提供
Surface
any
许可证
MIT
发布源
github
GitHub
★ 1
周下载
0
最近提交
2026/9/18
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录

相关插件

继续浏览 security-access 分类下经过校验的插件。

Doctor@linxin666/dsh-doctorDSH 配置档案的事务性救援模式,配备受监督的启动器、隔离的恢复容器、确定性修复、健康监控以及本地 Web 恢复控制台DSCODE@toddzheng024/dscode-bundle完整的 DeepSeek 编码代理,支持持久化 shell、Ultra 协作和自动权限审查。Plugin Subscriptionsdsh-plugin-subscriptions将 ChatGPT (Codex)、Claude、Grok (X Premium)、GitHub Copilot 和 Google Antigravity 订阅用作 DeepSeek Harness LLM 提供商,并通过网页设置页面使用 OAuth 登录Mobiledsh-mobileDeepSeek Harness 移动端适配与安全访问插件,支持局域网、远程连接、Android App 和手机浏览器。

README

🔒 Hermes Agent Security Audit — AI Agent Antivirus & Vulnerability Scanner

skills.sh

⭐ Star this repo to help more people audit their AI agents for malware.

12 detection methods. 5 minutes to run. Open source.
Check your Hermes agent for malware, rootkits, crypto miners, and SSH brute force attacks.


What is this?

A security audit skill for Hermes Agent — an open-source AI assistant by Nous Research. If you run Hermes Agent on your own Linux server, this skill scans it for viruses, rootkits, backdoors, and other threats.

Think of it as antivirus for AI agents. Just like you scan your laptop, you should scan the server where your AI agent lives.

Why you need an AI agent security audit

Hermes Agent runs on Linux servers with root access, Docker containers, API keys, and open network ports. That's a lot of attack surface. This Hermes agent vulnerability scanner checks:

ThreatDetection Method
🦠 Viruses & malwareClamAV — industry-standard antivirus
👻 Rootkits & backdoorsrkhunter + chkrootkit — dual rootkit detection
⛏️ Crypto minersProcess audit — signature + behavioral analysis
🔑 Exposed credentialsFile scan — API keys, tokens, private keys in plain sight
🚪 Open doorsPort audit — unnecessary services (CUPS, SMTP, printing)
🤖 SSH brute forceLog analysis — 11,000+ failed attempts found and blocked
🐳 Docker escapesContainer audit — privileged mode, exposed ports
📅 Hidden cron jobsCron audit — all users, all schedules
📁 SUID/SGID exploitsPrivilege escalation vector detection
🌐 Outbound connectionsNetwork connection audit — who's calling home

Quick Start

# 1. Install Hermes Agent (if not already)
# https://github.com/nous-research/hermes-agent

# 2. Load the security skill
hermes skill load hermes-security-audit

# 3. Run the audit
# Say to your Hermes agent: "run a security audit on my server"

Or just copy the SKILL.md into ~/.hermes/profiles/your_profile/skills/.

12 Security Checks — Full Breakdown

1. Open Ports (TCP/UDP)

Detects hidden services listening on unexpected ports. Finding: CUPS print service on port 631, SMTP on port 25, Zabbix agent on 10050 — all unnecessary, all removed.

2. Process Audit

Scans for crypto miners (xmrig, stratum), suspicious process names mimicking legitimate ones, and orphaned services. Finding: orphaned Xray SOCKS5 proxy from previous testing — killed.

3. SSH Brute Force Detection

Counts failed authentication attempts and identifies attacker IPs. Finding: 11,099 failed SSH attempts across three servers. Top attacker IPs blocked, fail2ban installed.

4. SUID/SGID Files

Finds binaries with elevated privileges — potential privilege escalation vectors. Finding: 0 dangerous SUID files found.

5. Cron Job Audit

Lists crontabs for all system users. Finding: legitimate outreach scripts and certbot renewals — no hidden miners.

6. Docker Container Audit

Checks all containers for privileged mode, host network access, and unexpected images. Finding: only known containers running (amnezia-awg2, open-seo).

7. chkrootkit

Signature-based rootkit scanner. Finding: false positives for basename, date, dirname — expected on modern kernels.

8. rkhunter

Behavioral rootkit and backdoor detection. Finding: standard warnings for snap users, hidden config files — all benign.

9. ClamAV

Full antivirus scan of /tmp, /opt, and /root. Finding: 0 infected files.

10. Lynis Security Score

Comprehensive hardening audit with numerical score. Finding: initial score 65/100 — improved by disabling unnecessary services.

11. Exposed Credentials

Scans home directories for API keys, tokens, private keys stored in plain text. Finding: Amnezia VPN private keys moved to protected storage.

12. Network Connections

Checks active outbound connections for suspicious destinations. Finding: only legitimate Hermes gateway and Chrome browser connections.

Real Results from Production Server

Server: 195.133.93.243 (Hetzner, Ubuntu 26.04)
Profile: Hermes Agent marketing profile + 2 additional gateways

Before audit:
  - PermitRootLogin: yes (password auth allowed)
  - Open ports: 22, 25, 443, 631, 10050, 18960, 20808
  - SSH brute force: 3,194 failed attempts
  - VPN private keys: exposed in /root/
  - Lynis hardening index: 65/100

After audit + fixes:
  - PermitRootLogin: prohibit-password (key-only auth)
  - Open ports: 22, 443, 18960 (memmy-agent)
  - SSH brute force: fail2ban active, 8 attacker IPs blocked
  - VPN keys: moved to ~/.hermes/profiles/ (600 permissions)
  - Lynis hardening index: 72/100 (+7 points)
  - CUPS, SMTP, Xray SOCKS5: all removed

When to Run This Audit

  • ✅ After installing Hermes Agent on a new server
  • ✅ Weekly as a cron job (0 0 * * 0)
  • ✅ After installing new tools or Docker containers
  • ✅ When you notice unusual CPU/memory usage
  • ✅ Before exposing your agent to external platforms (Telegram, Discord)

Who Is This For?

  • Hermes Agent users running self-hosted instances
  • AI agent developers who want to secure their infrastructure
  • Linux server admins — works on any Linux server, not just Hermes
  • Security-conscious teams building on open-source AI tools

Related Searches (SEO)

People find this skill by searching:

hermes agent security audit · ai agent antivirus · check hermes agent malware · ai assistant vulnerability scanner · hermes agent safety check · linux server security audit · how to check hermes agent for malware · is hermes agent safe to use · hermes agent vulnerability scanner · ai agent malware detection · hermes agent rootkit scan · open source ai agent security · how to secure hermes agent server · detect crypto miners on ai server

License

MIT — use, modify, share freely. Part of Axel Freeman's open-source marketing and security toolkit.

Last updated: August 2026.