
Security News
The Code You Didn't Write Is Still Yours to Defend
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.
hermes-deployer
Advanced tools
Hermes is a robust and extensible environment manager designed to orchestrate complex DevOps workflows across multiple servers, applications, and services.
It provides a DevOps-as-Code interface that simplifies:
Built with flexibility and scalability in mind, Hermes allows teams to define environments declaratively using a lightweight DSL (YAML), enabling:
# File Extends
import?:
- ...
# Server Dict
servers?:
# Server
<id>:
server_name?:
credentials: # Must contain either file or the other fields
file: ".env.hermes"
project_id: ...
vm_name: ...
host_address: ...
user: ...
ssh_key: ...
env: <file>
# Apps
apps?:
# Must contain repository+branch and/or images
<id>:
app_name?:
repository?:
branch?:
images?:
- ...
services:
events?:
- ...
# Server service-compose
services?: <server_compose> # no tested
# Event Dict (interrupt + body)
events?:
# Event
<id>:
when?: (default=call)
# Body (actions & in-time calls)
push?:
- from: <path>
to: <path=server_root>
- ...
pull?:
- from: <path=server_path>
to: <path=call_root>
- ...
remove?:
- path: <path>
- ...
migrate?:
- from: <path>
to: <path>
- ...
call?:
- <event>: <scope=self>
run_local:
- ...
run_serverside:
- ...
# annonymous loop func
loop?:
break: <event>
# ... funcs
FAQs
Multi-Server, Multi-App, Multi-Service Orchestrator.
We found that hermes-deployer demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
AI agents are pulling packages into environments no scanner is watching, creating exposure before security teams can see it.

Security News
GitHub Actions checkout now blocks risky pull_request_target checkouts by default to help prevent pwn request supply chain attacks.

Product
Socket now supports Custom Roles and Repository Access Permissions so organizations can control who can access specific repositories and actions.