linux-security-audit

Comprehensive Linux security audit - check SSH config, firewall rules, user permissions, open ports, running services, and common vulnerabilities. Use when securing a new server, investigating a breach, or running routine security checks.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "linux-security-audit" with this command: npx skills add laolaoqi/linux-security-audit

Linux Security Audit

10-point security check for Linux servers.

Quick Scan

# Open ports
ss -tlnp

# Failed SSH logins
grep "Failed password" /var/log/auth.log | wc -l

# Sudo users
grep -Po '^sudo:.*$' /etc/group

# World-writable files
find / -perm -2 -type f 2>/dev/null | wc -l

# Users with shells
cat /etc/passwd | grep -E '/(bash|sh|zsh)$'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Security

Content Quality Auditor

Use when auditing content quality, E-E-A-T, publish readiness, or 内容质量/EEAT评分. Runs 80-item CORE-EEAT scoring with veto checks and fix plan.

Registry SourceRecently Updated
Security

sys-updater

System package maintenance for Ubuntu (apt), npm, brew, and OpenClaw skills. Conservative workflow with 2-day quarantine for non-security updates, automatic...

Registry SourceRecently Updated
Security

Openclaw Defender

Provides real-time file integrity monitoring, pre-installation skill audits, runtime threat blocking, kill switch activation, and incident response to protec...

Registry SourceRecently Updated
Security

Bomb Dog Sniff

Security-first skill management for OpenClaw - like a bomb-sniffing dog for skills. Sniffs out malicious payloads (crypto stealers, keyloggers, reverse shells) before installation. Quarantine → Scan → Install only the safe ones.

Registry SourceRecently Updated
1.4K2Profile unavailable