AI Agent Hub
Back to plugins
hermes-security-audit preview

hermes-security-audit

admin-security Updated 2026.09.11

Run the following command in DeepSeek Harness:

dsh plugin install axelfreeman/hermes-security-audit

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install axelfreeman/hermes-security-audit in the DeepSeek Harness terminal to install this plugin. Full source code: https://github.com/axelfreeman/hermes-security-audit

About this plugin

Self-hosted AI agents typically run on Linux servers with root access, Docker containers, and open network ports. That is a far larger attack surface than a personal laptop, yet most users never run a security check on the machine where their agent lives. hermes-security-audit fills that gap.

It bundles twelve detection methods into a single five-minute audit: ClamAV antivirus scanning, dual rootkit detection via rkhunter and chkrootkit, process and crypto-miner identification, plain-text credential and private-key scanning, unnecessary port detection, SSH brute-force log analysis, Docker privileged-mode and host-network checks, cron job review across all users, SUID/SGID privilege-escalation vectors, and outbound connection tracing. The output is a readable report with concrete findings rather than a wall of alerts.

The audit is designed to be repeatable: run it after a fresh install, on a weekly cron schedule, after adding new containers or tools, or whenever unusual resource usage appears. It is aimed at self-hosting users of Hermes Agent, developers securing AI infrastructure, and Linux sysadmins who want a quick, dependency-light, MIT-licensed health check before a small issue becomes an incident.

Screenshots

Use Cases

  • Full security check after deploying a new Hermes Agent instance
  • Weekly audit of a self-hosted AI server as a recurring cron job
  • Re-scan attack surface after adding new Docker containers or tools

Best For

  • Individual users self-hosting a Hermes Agent instance
  • Developers securing their AI infrastructure stack
  • Ops teams managing multiple Linux servers