src/skills/bundled/harden/SKILL.md
VPS security auditing and hardening
npx skillsauth add alsk1992/cloddsbot hardenInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Security auditing and automated hardening for remote servers.
/harden audit <host>Run security audit against a server. Checks:
/harden fix <host>Apply safe fixes that won't lock you out:
/harden emergency <host>Quick 10-minute hardening for new servers:
/harden report <host>Generate markdown security report.
| Option | Description |
|--------|-------------|
| --user=NAME | SSH user (default: root) |
| --dry-run | Preview changes without applying |
/harden audit 192.168.1.100
/harden fix myserver.com --user=admin
/harden emergency vps.example.com --dry-run
/harden report server.io > security-report.md
| Check | Pass Criteria | |-------|---------------| | System Updates | 0 pending updates | | Auto Updates | unattended-upgrades installed | | Root Login | PermitRootLogin no | | Password Auth | PasswordAuthentication no | | Firewall | UFW active or iptables configured | | Fail2ban | Service running | | Uptime | < 90 days | | Services | < 10 listening ports | | Sudo Users | At least one non-root sudo user | | MaxAuthTries | Set to 3 or less |
testing
Play Yoink capture-the-flag game on Base - yoink the flag, check scores, compete for trophy
research
X/Twitter research via Composio — search, threads, profiles, watchlists
development
Monitor whale trades on Polymarket and crypto chains (Solana, ETH, Polygon, ARB, Base, OP)
development
Webhook management with HMAC signing and rate limiting