<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Security on OpenClaw Deploy</title><link>http://tardigrde.github.io/openclaw-deploy/security/</link><description>Recent content in Security on OpenClaw Deploy</description><generator>Hugo</generator><language>en</language><atom:link href="http://tardigrde.github.io/openclaw-deploy/security/index.xml" rel="self" type="application/rss+xml"/><item><title>Security Hardening</title><link>http://tardigrde.github.io/openclaw-deploy/security/hardening/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://tardigrde.github.io/openclaw-deploy/security/hardening/</guid><description>&lt;h1 id="security-hardening"&gt;Security Hardening&lt;/h1&gt;
&lt;p&gt;Overview of all security controls applied to the OpenClaw VPS.&lt;/p&gt;
&lt;h2 id="firewall"&gt;Firewall&lt;/h2&gt;
&lt;p&gt;Two firewall layers run in series.&lt;/p&gt;
&lt;h3 id="hetzner-cloud-firewall-network-level"&gt;Hetzner Cloud Firewall (network-level)&lt;/h3&gt;
&lt;p&gt;Managed in Terraform (&lt;code&gt;terraform/modules/hetzner-vps/main.tf&lt;/code&gt;). Applied at the hypervisor — traffic is dropped before it reaches the OS.&lt;/p&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Direction&lt;/th&gt;
&lt;th&gt;Protocol&lt;/th&gt;
&lt;th&gt;Port&lt;/th&gt;
&lt;th&gt;Source&lt;/th&gt;
&lt;th&gt;Condition&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Inbound&lt;/td&gt;
&lt;td&gt;TCP&lt;/td&gt;
&lt;td&gt;22&lt;/td&gt;
&lt;td&gt;&lt;code&gt;ssh_allowed_cidrs&lt;/code&gt; variable&lt;/td&gt;
&lt;td&gt;Always&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Inbound&lt;/td&gt;
&lt;td&gt;UDP&lt;/td&gt;
&lt;td&gt;41641&lt;/td&gt;
&lt;td&gt;&lt;code&gt;0.0.0.0/0&lt;/code&gt;, &lt;code&gt;::/0&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Only if Tailscale on&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Outbound&lt;/td&gt;
&lt;td&gt;TCP&lt;/td&gt;
&lt;td&gt;1–65535&lt;/td&gt;
&lt;td&gt;&lt;code&gt;0.0.0.0/0&lt;/code&gt;, &lt;code&gt;::/0&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Always&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Outbound&lt;/td&gt;
&lt;td&gt;UDP&lt;/td&gt;
&lt;td&gt;1–65535&lt;/td&gt;
&lt;td&gt;&lt;code&gt;0.0.0.0/0&lt;/code&gt;, &lt;code&gt;::/0&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Always&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Outbound&lt;/td&gt;
&lt;td&gt;ICMP&lt;/td&gt;
&lt;td&gt;—&lt;/td&gt;
&lt;td&gt;&lt;code&gt;0.0.0.0/0&lt;/code&gt;, &lt;code&gt;::/0&lt;/code&gt;&lt;/td&gt;
&lt;td&gt;Always&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;code&gt;ssh_allowed_cidrs&lt;/code&gt; defaults to &lt;code&gt;[&amp;quot;0.0.0.0/0&amp;quot;]&lt;/code&gt;. For tighter access, set it to specific IPs in &lt;code&gt;secrets/inputs.sh&lt;/code&gt;, or set it to &lt;code&gt;[]&lt;/code&gt; to block public SSH entirely (Tailscale-only mode).&lt;/p&gt;</description></item><item><title>Security Policy</title><link>http://tardigrde.github.io/openclaw-deploy/security/policy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>http://tardigrde.github.io/openclaw-deploy/security/policy/</guid><description>&lt;h1 id="security-policy"&gt;Security Policy&lt;/h1&gt;
&lt;h2 id="reporting-a-vulnerability"&gt;Reporting a Vulnerability&lt;/h2&gt;
&lt;p&gt;If you discover a security vulnerability in this project, please report it responsibly:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;strong&gt;Do NOT&lt;/strong&gt; open a public GitHub issue&lt;/li&gt;
&lt;li&gt;Use &lt;a href="../../security/advisories/new"&gt;GitHub Security Advisories&lt;/a&gt; to report vulnerabilities privately&lt;/li&gt;
&lt;li&gt;Include:
&lt;ul&gt;
&lt;li&gt;Description of the vulnerability&lt;/li&gt;
&lt;li&gt;Steps to reproduce&lt;/li&gt;
&lt;li&gt;Potential impact&lt;/li&gt;
&lt;li&gt;Suggested fix (if you have one)&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;We aim to respond to security reports within 48 hours and will work with you to understand and address the issue.&lt;/p&gt;
&lt;h2 id="supported-versions"&gt;Supported Versions&lt;/h2&gt;
&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Version&lt;/th&gt;
&lt;th&gt;Supported&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;main&lt;/td&gt;
&lt;td&gt;:white_check_mark:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&amp;lt; 1.0&lt;/td&gt;
&lt;td&gt;:x:&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h2 id="security-considerations"&gt;Security Considerations&lt;/h2&gt;
&lt;h3 id="infrastructure-security"&gt;Infrastructure Security&lt;/h3&gt;
&lt;p&gt;This project deploys cloud infrastructure. Please be aware of:&lt;/p&gt;</description></item></channel></rss>