You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pstyle="margin: 0; font-size: 16px; line-height: 1.5; color: #333;">Our team has previously run security programs at companies like Google and Chainguard. We understand the stakes.</p>
17
+
<pstyle="margin: 0; font-size: 16px; line-height: 1.5; color: #333;">Our team previously ran security programs at companies like Google and Chainguard. We get it.</p>
<p>We believe simple systems are easier to audit, understand, and verify. Our architecture prioritizes clarity over complexity.</p>
43
-
</div>
24
+
<ulstyle="font-size: 16px; line-height: 1.8;">
25
+
<li><strong>Zero Trust</strong>: Hardware-backed cryptographic identity and encryption are our security perimeter</li>
26
+
<li><strong>Defense in depth</strong>: Every layer fails—we rely on overlapping controls (<ahref="https://en.wikipedia.org/wiki/Swiss_cheese_model">swiss cheese model</a>)</li>
27
+
<li><strong>Ephemeral secrets</strong>: All secrets leak eventually. We prefer <ahref="https://openid.net/developers/how-connect-works/">OIDC</a>/<ahref="https://oauth.net/2/">OAuth</a>, When unavoidable, we rely on runtime KMS fetch — never disk or <ahref="https://man7.org/linux/man-pages/man7/environ.7.html">environ(7)</a>.</li>
28
+
<li><strong>Minimal data surface</strong>: Less data = less risk. Metadata cache only (21-day TTL), 0 persistent user data</li>
29
+
<li><strong>Minimal supply chain</strong>: Most services have 0-1 external deps. We use <ahref="https://github.com/ko-build/ko">ko</a>+<ahref="https://images.chainguard.dev/">Chainguard Images</a></li>
30
+
<li><strong>No data monetization</strong>: We never sell your data. Third-party sharing limited to operational requirements/li>
31
+
<li><strong>Radical transparency</strong>: Audit our code anytime—if it's not open-source yet, just ask!</li>
<p>We're working on SOC 2 Type 2 certification. In the meantime, we can provide security questionnaire responses in <ahref="https://cloudsecurityalliance.org/artifacts/cloud-controls-matrix-v4">CAIQ v4</a> format.</p>
<h2style="margin-top: 0;">REPORT A SECURITY ISSUE</h2>
57
-
<pstyle="margin-bottom: 0;">Found something interesting? Check out <ahref="/.well-known/security.txt">/.well-known/security.txt</a> [<ahref="https://www.rfc-editor.org/rfc/rfc9116.html">RFC 9116</a>]</p>
45
+
<h2style="margin-top: 0;">CONTACT US</h2>
46
+
<p>Find a vulnerability? Check out our <ahref="/.well-known/security.txt">security.txt</a>.</p>
47
+
<pstyle="margin-bottom: 0;">We could literally talk all day long about security. If you are interested, <ahref="https://calendar.app.google/TbQmeX8iWnvx6Ci89">set up a call!</a></p>
0 commit comments