بنقرة واحدة
harden
VPS security auditing and hardening
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
VPS security auditing and hardening
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Autonomous Financial Trading Agent for High-Frequency Execution
Automatically copy trades from successful wallets on Polymarket and crypto
Secure credential management for trading platforms
User pairing, authentication, and trust management
Execute trades on Polymarket using py_clob_client - full API access for market data, orders, positions
AI Strategy - natural language to trades
| name | harden |
| description | VPS security auditing and hardening |
| emoji | 🔒 |
| commands | ["/harden"] |
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 |