🛡️
DevOpsShell

VPN Security Check

by Sergei-thinker

VPN Security Check is a DevOps skill for Claude Code, published by Sergei-thinker in vpn-setup.

181 stars25 forkson Sergei-thinker/vpn-setupAdded 2026/09/07+1% in starsRepository updated 2026/04/17
anti-censorshipcensorshipclaude-coderealityrussiavlessvless-realityvpnxray
Install in seconds
Install VPN Security Check
Copy VPN Security Check into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Sergei-thinker/vpn-setup/tree/master/.claude/skills/vpn-security-check ~/.claude/skills/vpn-security-check

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Sergei-thinker/vpn-setup.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/vpn-security-check/SKILL.md in Sergei-thinker/vpn-setup
Installs to
~/.claude/skills/vpn-security-check
Collection
One of 4 skills cataloged from this repository
Category
DevOps1044 skills

What VPN Security Check does

VPN Security Check audits a VPN server’s hardening over SSH, including SSH, firewall, fail2ban, Xray, and secret handling. Use it after deployment or when you want a security review.

VPN Security Check is cataloged under DevOps on DirSkills. VPN Security Check comes from a repository tagged anti-censorship, censorship, claude-code, reality and russia.

Documentation

README

VPN Infrastructure Security Audit

Checks that the VPN server is properly hardened. All checks run via ssh_exec.py — no additional tools needed.

When to Use

  • User asks about security: "check security", "is my VPN safe"
  • After initial deployment (offer proactively)
  • User has security concerns
  • Periodic security checkup

The Iron Law

EVERY CHECK MUST RUN A COMMAND. NO ASSUMPTIONS.

"quick-rebuild.sh enables the firewall" is not evidence that the firewall is active. Run the check.

Security Checks

Run ALL checks in order. Report each as PASS/FAIL/WARN with evidence.

1. SSH Hardening

1a. SSH Port

Command: python ssh_exec.py exec "grep -E '^Port ' /etc/ssh/sshd_config"

This is the opening of the README. Read the full README on GitHub.

Commands VPN Security Check provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /panel

Frequently asked about VPN Security Check

  • What else does Sergei-thinker publish alongside VPN Security Check?

    VPN Security Check is one of 4 skills that DirSkills catalogs from Sergei-thinker/vpn-setup, the repository it ships in. Its siblings there include VPN Troubleshooting, VPN Verification and Vpn Deployment Wizard. Each one is a separate skill with its own page in this directory, installs the same way VPN Security Check does, and is maintained by Sergei-thinker in that same repository. The rest of the collection is listed on the Sergei-thinker/vpn-setup page.

  • How does VPN Security Check compare to other DevOps skills?

    VPN Security Check ranks #955 by stars among the 1044 DevOps skills in this catalog. The most-starred ones next to it are Backend Patterns, API Connector Builder and Migration. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of VPN Security Check against them. Open each page to compare what they document and how they install.