AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Sysadmin Security

skill-hermeticormus-linux-sysadmin-skills-sysadmin-security · by HermeticOrmus

Security audit and hardening for Debian/Ubuntu Linux systems covering user access, SSH, firewall, ports, file permissions, updates, and backups. Explains each change's benefit and lock-out risk before applying. Use when auditing or hardening a server or workstation.

No reviews yet
0 installs
24 views
0.0% view→install

Install

$ agentstack add skill-hermeticormus-linux-sysadmin-skills-sysadmin-security

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-hermeticormus-linux-sysadmin-skills-sysadmin-security)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Sysadmin Security? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

System security audit

Audit and improve the security of a Debian/Ubuntu Linux machine. Work through the checklist below interactively. Inspection is read-only and runs freely; every change is explained first, including how it could lock you out, and waits for confirmation.

Security checklist

1. User and access control

  • Review user accounts: who should have access?
  • Check for unused accounts.
  • Verify sudo permissions.
  • Review SSH keys.
  • Check password policies.
  • Disable root login over SSH.

2. SSH hardening

  • Disable password authentication in favor of keys.
  • Change the default SSH port (optional).
  • Configure fail2ban.
  • Limit SSH access by user or IP.
  • Use SSH key passphrases.
  • Review ~/.ssh/authorized_keys.

3. Firewall

  • Enable UFW (Uncomplicated Firewall).
  • Configure allowed ports.
  • Block unnecessary services.
  • Review current rules.
  • Set a default-deny policy.

4. Updates and patches

  • Check for system updates with apt update.
  • Enable automatic security updates.
  • Review update history.
  • Check for end-of-life software.

5. Services and ports

  • List running services with systemctl.
  • Disable unnecessary services.
  • Review open ports with ss -tlnp.
  • Check listening services.
  • Verify service permissions.

6. File permissions

  • Check sensitive file permissions (/etc/passwd, /etc/shadow).
  • Review home directory permissions.
  • Check SUID/SGID files.
  • Verify critical system files.

7. Logs and monitoring

  • Review system logs with journalctl.
  • Check authentication logs.
  • Monitor failed login attempts.
  • Set up log rotation.
  • Consider log monitoring tools.

8. Application security

  • Review installed packages with apt list --installed.
  • Remove unnecessary software.
  • Check for vulnerable packages.
  • Update applications.
  • Verify sources (PPAs, repositories).

9. Network security

  • Review network interfaces.
  • Check the routing table.
  • Verify DNS settings.
  • Review /etc/hosts.
  • Check for suspicious connections.

10. Backup and recovery

  • Verify backups exist.
  • Test backup restoration.
  • Document the recovery process.
  • Secure backup storage.

Running the checks

Guide me through running each check and implementing hardening measures. Explain each step and the security benefit.

Safety first: explain the risks before any change that could lock me out, especially SSH, firewall, and account changes.


See full content at https://github.com/HermeticOrmus/linux-sysadmin-skills.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.