● Free scripts · MIT
agent-ops-free
Two read-only safety checks for Linux servers, especially ones run by an AI agent. Neither changes anything.
git clone https://testedtemplates.com/code/agent-ops-free.git
| Script | What it checks |
|---|---|
docker-port-audit.sh | Container ports published beyond loopback, which bypass ufw. Exits 1 if any are found. |
preflight.sh | SSH hardening, ufw and its SSH rule, public ports, Docker exposure, failed units, secret-file permissions. |
README.md | Usage. LICENSE (MIT). |