Claude Skill

Audit Linux host hardening drift before exposing SSH or rolling to production

Uses Lynis to run an on-host security audit and turn the findings into a prioritized hardening checklist for an agent or operator. Invoke it when a machine is about to become internet-facing, after base image changes, or whenever you need a quick read on hardening drift instead o

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_audit-linux-host-hardening-drift-before-exposing-ssh-or-rolling-to-production-07beb56.zip · 1 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/audit-linux-host-hardening-drift-before-exposing-ssh-or-rolling-to-production
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Audit Linux host hardening drift before exposing SSH or rolling to production

Uses Lynis to run an on-host security audit and turn the findings into a prioritized hardening checklist for an agent or operator. Invoke it when a machine is about to become internet-facing, after base image changes, or whenever you need a quick read on hardening drift instead of a generic vulnerability scan.

Prerequisites

Shell access to the target UNIX-like host, with root or sudo recommended for fuller audit coverage

Installation

Use the upstream install or setup path that matches your environment:

Requirements and caveats from upstream:

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2.3 KB
    ---
    name: "Audit Linux host hardening drift before exposing SSH or rolling to production"
    slug: "audit-linux-host-hardening-drift-before-exposing-ssh-or-rolling-to-production"
    description: "Uses Lynis to run an on-host security audit and turn the findings into a prioritized hardening checklist for an agent or operator. Invoke it when a machine is about to become internet-facing, after base image changes, or whenever you need a quick read on hardening drift instead of a generic vulnerability scan."
    github_stars: 15505
    verification: "security_reviewed"
    source: "https://github.com/CISOfy/lynis"
    author: "CISOfy"
    publisher_type: "Company"
    category: "Security & Verification"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "CISOfy/lynis"
      github_stars: 15505
    ---
    
    # Audit Linux host hardening drift before exposing SSH or rolling to production
    
    Uses Lynis to run an on-host security audit and turn the findings into a prioritized hardening checklist for an agent or operator. Invoke it when a machine is about to become internet-facing, after base image changes, or whenever you need a quick read on hardening drift instead of a generic vulnerability scan.
    
    ## Prerequisites
    
    Shell access to the target UNIX-like host, with root or sudo recommended for fuller audit coverage
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - git clone https://github.com/CISOfy/lynis
    
    Requirements and caveats from upstream:
    - Article by TechRepublic, considering Lynis a "must-have" tool: [How to quickly audit a Linux system from the command line](http://www.techrepublic.com/article/how-to-quickly-audit-a-linux-system-from-the-command-line/)
    
    Basic usage or getting-started notes:
    - There are multiple options available to install Lynis.
    - ### Software package
    - For systems running Linux, BSD, and macOS, there is typically a package available. This is the preferred method of obtaining Lynis, as it is quick to install and easy to update. The Lynis project itself also provides...
    
    - Source: https://github.com/CISOfy/lynis
    - Extracted from upstream docs: https://raw.githubusercontent.com/CISOfy/lynis/HEAD/README.md
    
    ## Documentation
    
    - https://cisofy.com/documentation/lynis/
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/audit-linux-host-hardening-drift-before-exposing-ssh-or-rolling-to-production/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related