clawmoat 0.5.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CONTRIBUTING.md +4 -2
- package/README.md +86 -3
- package/SECURITY.md +58 -10
- package/bin/clawmoat.js +298 -1
- package/clawmoat-0.8.0.tgz +0 -0
- package/docs/blog/386-malicious-skills.html +255 -0
- package/docs/blog/40000-exposed-openclaw-instances.html +194 -0
- package/docs/blog/agent-trust-protocol.html +197 -0
- package/docs/blog/clawmoat-vs-llamafirewall-nemo-guardrails.html +223 -0
- package/docs/blog/ibm-experts-agent-runtime-protection.html +238 -0
- package/docs/blog/index.html +168 -0
- package/docs/blog/mcp-30-cves-security-crisis.html +279 -0
- package/docs/blog/microsoft-openclaw-workstation-security.html +234 -0
- package/docs/blog/nist-ai-agent-standards-clawmoat.html +369 -0
- package/docs/blog/oasis-websocket-hijack.html +205 -0
- package/docs/blog/ollama-openclaw-security.html +154 -0
- package/docs/blog/openclaw-enterprise-readiness-claw10.html +198 -0
- package/docs/blog/openclaw-security-reckoning-2026.html +361 -0
- package/docs/blog/supply-chain-agents.html +166 -0
- package/docs/blog/supply-chain-agents.md +79 -0
- package/docs/business/index.html +530 -0
- package/docs/business/install.html +247 -0
- package/docs/checklist.html +168 -0
- package/docs/finance/index.html +217 -0
- package/docs/hall-of-fame.html +168 -0
- package/docs/index.html +328 -90
- package/docs/install.sh +557 -0
- package/docs/privacy-policy/index.html +122 -0
- package/docs/scan/index.html +214 -0
- package/docs/sitemap.xml +132 -2
- package/docs/support/index.html +124 -0
- package/docs/terms-of-service/index.html +122 -0
- package/examples/basic-usage.js +38 -0
- package/package.json +1 -1
- package/server/index.js +179 -14
- package/server/index.js.patch +1 -0
- package/src/finance/index.js +585 -0
- package/src/finance/mcp-firewall.js +486 -0
- package/src/guardian/cve-verify.js +129 -0
- package/src/guardian/gateway-monitor.js +590 -0
- package/src/guardian/index.js +3 -1
- package/src/guardian/insider-threat.js +498 -0
- package/src/index.js +3 -0
- package/src/middleware/openclaw.js +28 -1
package/docs/index.html
CHANGED
|
@@ -5,21 +5,21 @@
|
|
|
5
5
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
6
6
|
<meta charset="UTF-8">
|
|
7
7
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
8
|
-
<title>ClawMoat —
|
|
9
|
-
<meta name="description" content="The
|
|
8
|
+
<title>ClawMoat — The Security Layer Between AI Agents and Your Machine</title>
|
|
9
|
+
<meta name="description" content="The only open-source tool that protects your SSH keys, credentials, and file system from AI agents. Host-level security with permission tiers, forbidden zones, and full audit trails. Zero dependencies.">
|
|
10
10
|
<link rel="canonical" href="https://clawmoat.com/">
|
|
11
11
|
|
|
12
12
|
<!-- Open Graph -->
|
|
13
|
-
<meta property="og:title" content="ClawMoat —
|
|
14
|
-
<meta property="og:description" content="The
|
|
13
|
+
<meta property="og:title" content="ClawMoat — They Protect the Model. We Protect Your Machine.">
|
|
14
|
+
<meta property="og:description" content="The only open-source security layer that guards your SSH keys, credentials, and file system from AI agents. Permission tiers, forbidden zones, audit trails. One npm install.">
|
|
15
15
|
<meta property="og:image" content="https://clawmoat.com/og-image.png">
|
|
16
16
|
<meta property="og:url" content="https://clawmoat.com">
|
|
17
17
|
<meta property="og:type" content="website">
|
|
18
18
|
|
|
19
19
|
<!-- Twitter Card -->
|
|
20
20
|
<meta name="twitter:card" content="summary_large_image">
|
|
21
|
-
<meta name="twitter:title" content="ClawMoat —
|
|
22
|
-
<meta name="twitter:description" content="The
|
|
21
|
+
<meta name="twitter:title" content="ClawMoat — They Protect the Model. We Protect Your Machine.">
|
|
22
|
+
<meta name="twitter:description" content="The only open-source security layer that guards your SSH keys, credentials, and file system from AI agents. Permission tiers, forbidden zones, audit trails.">
|
|
23
23
|
<meta name="twitter:image" content="https://clawmoat.com/og-image.png">
|
|
24
24
|
|
|
25
25
|
<!-- Structured Data -->
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"name": "ClawMoat",
|
|
31
31
|
"applicationCategory": "SecurityApplication",
|
|
32
32
|
"operatingSystem": "Node.js",
|
|
33
|
-
"description": "The trust layer
|
|
33
|
+
"description": "The trust layer for AI agents — laptop, dedicated machine, or cloud. Runtime security, credential monitoring, skill integrity checking, and full audit trails.",
|
|
34
34
|
"offers": [
|
|
35
35
|
{
|
|
36
36
|
"@type": "Offer",
|
|
@@ -120,6 +120,18 @@ section{padding:100px 0}
|
|
|
120
120
|
.threat-card h3{font-size:1.1rem;margin-bottom:8px}
|
|
121
121
|
.threat-card p{color:var(--gray);font-size:.9rem}
|
|
122
122
|
|
|
123
|
+
/* Deployment Models */
|
|
124
|
+
.deploy-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}
|
|
125
|
+
.deploy-card{background:var(--navy-light);border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:32px;text-align:center;transition:border-color .2s}
|
|
126
|
+
.deploy-card:hover{border-color:var(--emerald)}
|
|
127
|
+
.deploy-card .deploy-icon{font-size:3rem;margin-bottom:16px}
|
|
128
|
+
.deploy-card .deploy-analogy{font-size:1rem;font-weight:700;color:var(--emerald);margin-bottom:8px}
|
|
129
|
+
.deploy-card h3{font-size:1.2rem;margin-bottom:12px}
|
|
130
|
+
.deploy-card p{color:var(--gray);font-size:.9rem;text-align:left}
|
|
131
|
+
.deploy-card ul{list-style:none;text-align:left;margin-top:16px;font-size:.85rem;color:var(--gray)}
|
|
132
|
+
.deploy-card li{padding:4px 0}
|
|
133
|
+
.deploy-card li::before{content:'✓ ';color:var(--emerald);font-weight:700}
|
|
134
|
+
|
|
123
135
|
/* How it works */
|
|
124
136
|
.pipeline{display:flex;align-items:center;justify-content:center;gap:0;flex-wrap:wrap;margin-bottom:48px}
|
|
125
137
|
.pipe-step{background:var(--navy-light);border:1px solid rgba(59,130,246,.2);border-radius:14px;padding:24px 28px;text-align:center;min-width:180px;position:relative}
|
|
@@ -246,16 +258,13 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
246
258
|
<a href="#problem">Why</a>
|
|
247
259
|
<a href="#guardian">Guardian</a>
|
|
248
260
|
<a href="#features">Features</a>
|
|
249
|
-
<a href="#
|
|
250
|
-
<a href="#badge">Badge</a>
|
|
261
|
+
<a href="#compare">Compare</a>
|
|
251
262
|
<a href="#pricing">Pricing</a>
|
|
252
|
-
<a href="/
|
|
253
|
-
<a href="/
|
|
254
|
-
<a href="/
|
|
255
|
-
<a href="/report-demo.html">Sample Report</a>
|
|
256
|
-
<a href="/blog/">Blog</a>
|
|
263
|
+
<a href="/business/" style="color:var(--emerald);font-weight:600">Business</a>
|
|
264
|
+
<a href="/scan/" style="color:#ff6b6b;font-weight:600">Free Scanner</a>
|
|
265
|
+
<a href="/finance/" style="color:#f5c542;font-weight:600">Finance</a>
|
|
257
266
|
<a href="https://github.com/darfaz/clawmoat">GitHub</a>
|
|
258
|
-
<a href="#
|
|
267
|
+
<a href="#pricing" class="btn-sm">Get Started Free</a>
|
|
259
268
|
</div>
|
|
260
269
|
</div>
|
|
261
270
|
</nav>
|
|
@@ -269,20 +278,57 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
269
278
|
<div class="hero-video-overlay"></div>
|
|
270
279
|
</div>
|
|
271
280
|
<div class="container">
|
|
272
|
-
<h1><span class="highlight">
|
|
273
|
-
<p>The
|
|
281
|
+
<h1><span class="highlight">They protect the model.</span> We protect <em>your machine.</em></h1>
|
|
282
|
+
<p style="font-size:1.3rem;color:var(--white);max-width:720px;margin:0 auto 16px">The only open-source security layer that guards your SSH keys, credentials, and file system from AI agents — not just their prompts.</p>
|
|
283
|
+
<p style="font-size:1.05rem;color:var(--gray);max-width:560px;margin:0 auto 40px">One npm install. Zero dependencies. Sub-millisecond scanning. Free forever.</p>
|
|
284
|
+
<div class="install-cmd" style="margin:0 auto 32px"><span class="dollar">$</span> npm install -g clawmoat</div>
|
|
274
285
|
<div class="hero-btns">
|
|
275
|
-
<a href="
|
|
276
|
-
<a href="
|
|
286
|
+
<a href="https://github.com/darfaz/clawmoat" class="btn btn-primary">⭐ Star on GitHub</a>
|
|
287
|
+
<a href="#pricing" class="btn btn-outline">See Plans</a>
|
|
277
288
|
</div>
|
|
278
289
|
<div class="hero-badges">
|
|
279
290
|
<span><a href="https://www.npmjs.com/package/clawmoat"><img src="https://img.shields.io/npm/v/clawmoat?style=flat-square&color=3B82F6" alt="npm" style="height:18px;vertical-align:middle"></a></span>
|
|
280
|
-
<span>🛡️ Host Guardian</span>
|
|
281
|
-
<span>🔒 4 Permission Tiers</span>
|
|
282
291
|
<span>⚡ Zero Dependencies</span>
|
|
283
|
-
<span>✅ 68 Tests Passing</span>
|
|
284
292
|
<span>📦 MIT License</span>
|
|
293
|
+
<span>✅ 142 Tests Passing</span>
|
|
294
|
+
</div>
|
|
295
|
+
<!-- Live Stats Ticker -->
|
|
296
|
+
<div id="stats-ticker" style="margin-top:32px;display:flex;gap:40px;justify-content:center;flex-wrap:wrap;align-items:center;opacity:0;transition:opacity .5s">
|
|
297
|
+
<div style="text-align:center">
|
|
298
|
+
<div id="stat-total" style="font-size:2.4rem;font-weight:800;background:linear-gradient(135deg,var(--blue),var(--emerald));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text">—</div>
|
|
299
|
+
<div style="font-size:.8rem;color:var(--gray);text-transform:uppercase;letter-spacing:.05em">Total installs & clones</div>
|
|
300
|
+
</div>
|
|
301
|
+
<div style="width:1px;height:40px;background:var(--navy-light)"></div>
|
|
302
|
+
<div style="text-align:center">
|
|
303
|
+
<div id="stat-stars" style="font-size:1.6rem;font-weight:800;color:var(--orange)">—</div>
|
|
304
|
+
<div style="font-size:.75rem;color:var(--gray);text-transform:uppercase;letter-spacing:.05em">⭐ GitHub stars</div>
|
|
305
|
+
</div>
|
|
306
|
+
<div style="text-align:center">
|
|
307
|
+
<div id="stat-downloads" style="font-size:1.6rem;font-weight:800;color:var(--emerald)">—</div>
|
|
308
|
+
<div style="font-size:.75rem;color:var(--gray);text-transform:uppercase;letter-spacing:.05em">📦 npm downloads</div>
|
|
309
|
+
</div>
|
|
310
|
+
<div style="text-align:center">
|
|
311
|
+
<div id="stat-clones" style="font-size:1.6rem;font-weight:800;color:var(--blue)">—</div>
|
|
312
|
+
<div style="font-size:.75rem;color:var(--gray);text-transform:uppercase;letter-spacing:.05em">🔄 Git clones</div>
|
|
313
|
+
</div>
|
|
285
314
|
</div>
|
|
315
|
+
<script>
|
|
316
|
+
(async function(){
|
|
317
|
+
try {
|
|
318
|
+
const r = await fetch('https://clawmoat-production.up.railway.app/api/stats');
|
|
319
|
+
const s = await r.json();
|
|
320
|
+
if(s.npm_downloads_total){
|
|
321
|
+
const anim=(el,target)=>{let c=0;const step=Math.max(1,Math.ceil(target/40));const t=setInterval(()=>{c=Math.min(c+step,target);el.textContent=c.toLocaleString()+'+';if(c>=target)clearInterval(t)},25)};
|
|
322
|
+
const total = s.npm_downloads_total + (s.github_clones||0) + (s.github_forks||0);
|
|
323
|
+
anim(document.getElementById('stat-total'), total);
|
|
324
|
+
anim(document.getElementById('stat-stars'), s.github_stars);
|
|
325
|
+
anim(document.getElementById('stat-downloads'), s.npm_downloads_total);
|
|
326
|
+
anim(document.getElementById('stat-clones'), s.github_clones||0);
|
|
327
|
+
document.getElementById('stats-ticker').style.opacity='1';
|
|
328
|
+
}
|
|
329
|
+
}catch(e){}
|
|
330
|
+
})();
|
|
331
|
+
</script>
|
|
286
332
|
</div>
|
|
287
333
|
</section>
|
|
288
334
|
|
|
@@ -290,28 +336,106 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
290
336
|
<section class="problem" id="problem">
|
|
291
337
|
<div class="container">
|
|
292
338
|
<div class="section-label">The Problem</div>
|
|
293
|
-
<h2 class="section-title">
|
|
294
|
-
<p class="section-sub">
|
|
339
|
+
<h2 class="section-title">You gave your AI agent root access to your life</h2>
|
|
340
|
+
<p class="section-sub">SSH keys. AWS credentials. Browser cookies. Crypto wallets. Your agent can read them all right now. One poisoned email, one malicious skill, and everything leaves through a single curl command. This isn't a hypothetical — it happened last month.</p>
|
|
295
341
|
<div class="problem-grid">
|
|
296
342
|
<div class="threat-card">
|
|
297
343
|
<div class="icon">💉</div>
|
|
298
344
|
<h3>Prompt Injection</h3>
|
|
299
|
-
<p>Hidden instructions in emails
|
|
345
|
+
<p>Cisco found OpenClaw "fails decisively" against malicious skills. Hidden instructions in emails and web pages hijack agent behavior.</p>
|
|
300
346
|
</div>
|
|
301
347
|
<div class="threat-card">
|
|
302
348
|
<div class="icon">🔓</div>
|
|
303
349
|
<h3>Secret Exfiltration</h3>
|
|
304
|
-
<p>
|
|
350
|
+
<p>Permiso/Rufio built a credential-stealing weather skill and mapped C2 infrastructure. Your API keys, SSH keys, and tokens are the target.</p>
|
|
305
351
|
</div>
|
|
306
352
|
<div class="threat-card">
|
|
307
353
|
<div class="icon">🔧</div>
|
|
308
|
-
<h3>
|
|
309
|
-
<p>
|
|
354
|
+
<h3>Malicious Skills</h3>
|
|
355
|
+
<p>Snyk found 13.4% of ClawHub skills have critical security issues. Supply chain attacks are already happening in the agent ecosystem.</p>
|
|
310
356
|
</div>
|
|
311
357
|
<div class="threat-card">
|
|
312
|
-
<div class="icon"
|
|
313
|
-
<h3>
|
|
314
|
-
<p>
|
|
358
|
+
<div class="icon">🌐</div>
|
|
359
|
+
<h3>Massive Exposure</h3>
|
|
360
|
+
<p><a href="https://www.oasis.security/blog/openclaw-vulnerability" style="color:var(--blue)">Any website can hijack your agent</a> (Oasis Security). 40,000+ <a href="https://www.infosecurity-magazine.com/news/researchers-40000-exposed-openclaw/" style="color:var(--blue)">exposed instances</a>. <a href="https://www.infosecurity-magazine.com/news/researchers-six-new-openclaw/" style="color:var(--blue)">6 new CVEs this week</a>. <a href="https://www.onyx.app/insights/openclaw-enterprise-evaluation-framework" style="color:var(--blue)">Enterprise readiness: 1.2/5</a>.</p>
|
|
361
|
+
</div>
|
|
362
|
+
</div>
|
|
363
|
+
</div>
|
|
364
|
+
</section>
|
|
365
|
+
|
|
366
|
+
<!-- Social Proof -->
|
|
367
|
+
<section id="proof" style="padding:60px 0">
|
|
368
|
+
<div class="container" style="text-align:center">
|
|
369
|
+
<!-- Live stats from shields.io -->
|
|
370
|
+
<div style="display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-bottom:40px">
|
|
371
|
+
<img src="https://img.shields.io/npm/dw/clawmoat?label=npm%20downloads&color=10B981&style=for-the-badge" alt="npm downloads" height="28">
|
|
372
|
+
<img src="https://img.shields.io/github/stars/darfaz/clawmoat?style=for-the-badge&color=3B82F6" alt="GitHub stars" height="28">
|
|
373
|
+
<img src="https://img.shields.io/badge/dependencies-0-10B981?style=for-the-badge" alt="0 dependencies" height="28">
|
|
374
|
+
<img src="https://img.shields.io/badge/scan%20time-%3C1ms-F8FAFC?style=for-the-badge" alt="<1ms scan time" height="28">
|
|
375
|
+
<img src="https://img.shields.io/badge/tests-142%20passing-10B981?style=for-the-badge" alt="142 tests passing" height="28">
|
|
376
|
+
<img src="https://img.shields.io/badge/license-MIT-3B82F6?style=for-the-badge" alt="MIT license" height="28">
|
|
377
|
+
</div>
|
|
378
|
+
<!-- Testimonials -->
|
|
379
|
+
<div style="display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;max-width:900px;margin:0 auto">
|
|
380
|
+
<blockquote style="border-left:3px solid var(--emerald);padding:16px 24px;text-align:left;background:var(--navy-light);border-radius:0 10px 10px 0">
|
|
381
|
+
<p style="font-size:1rem;font-style:italic;color:var(--white);margin-bottom:8px">"My OpenClaw bot was a fan of ClawMoat."</p>
|
|
382
|
+
<footer style="color:var(--gray);font-size:.85rem">— Jon, OpenClaw power user & bot operator</footer>
|
|
383
|
+
</blockquote>
|
|
384
|
+
<blockquote style="border-left:3px solid var(--blue);padding:16px 24px;text-align:left;background:var(--navy-light);border-radius:0 10px 10px 0">
|
|
385
|
+
<p style="font-size:1rem;font-style:italic;color:var(--white);margin-bottom:8px">"The only project I've seen that protects the host, not just the prompts. This is what the ecosystem needs."</p>
|
|
386
|
+
<footer style="color:var(--gray);font-size:.85rem">— OpenClaw community member</footer>
|
|
387
|
+
</blockquote>
|
|
388
|
+
</div>
|
|
389
|
+
<div style="margin-top:32px;display:flex;gap:24px;justify-content:center;flex-wrap:wrap;font-size:.9rem;color:var(--gray)">
|
|
390
|
+
<span>🔒 <a href="https://www.microsoft.com/en-us/security/blog/2026/02/19/running-openclaw-safely-identity-isolation-runtime-risk/" style="color:var(--blue)">Microsoft says</a> "don't run on workstations"</span>
|
|
391
|
+
<span>📊 Referenced by <a href="https://genai.owasp.org/" style="color:var(--blue)">OWASP Agentic AI</a> framework</span>
|
|
392
|
+
<span>🔬 Built on <a href="https://arxiv.org/abs/2501.13011" style="color:var(--blue)">Anthropic's agentic misalignment</a> research</span>
|
|
393
|
+
</div>
|
|
394
|
+
</div>
|
|
395
|
+
</section>
|
|
396
|
+
|
|
397
|
+
<!-- Deployment Models -->
|
|
398
|
+
<section id="deploy">
|
|
399
|
+
<div class="container">
|
|
400
|
+
<div class="section-label">Where You Run Agents</div>
|
|
401
|
+
<h2 class="section-title">Your laptop. A dedicated box. The cloud. All protected.</h2>
|
|
402
|
+
<p class="section-sub">Same npm package, different deployment profiles. Pick the one that matches your setup.</p>
|
|
403
|
+
<div class="deploy-grid">
|
|
404
|
+
<div class="deploy-card">
|
|
405
|
+
<div class="deploy-icon">💻</div>
|
|
406
|
+
<div class="deploy-analogy">Your seatbelt</div>
|
|
407
|
+
<h3>Laptop (Hardened)</h3>
|
|
408
|
+
<p>For power users running agents on their personal machine. Full protection without slowing you down.</p>
|
|
409
|
+
<ul>
|
|
410
|
+
<li>Host Guardian + permission tiers</li>
|
|
411
|
+
<li>Credential file monitoring</li>
|
|
412
|
+
<li>Full audit trail</li>
|
|
413
|
+
<li>Real-time console alerts</li>
|
|
414
|
+
</ul>
|
|
415
|
+
</div>
|
|
416
|
+
<div class="deploy-card">
|
|
417
|
+
<div class="deploy-icon">🖥️</div>
|
|
418
|
+
<div class="deploy-analogy">Your dashcam</div>
|
|
419
|
+
<h3>Dedicated Machine</h3>
|
|
420
|
+
<p>For security-conscious users with a machine dedicated to running agents. Always watching, always recording.</p>
|
|
421
|
+
<ul>
|
|
422
|
+
<li>Skill integrity checking</li>
|
|
423
|
+
<li>Network egress logging</li>
|
|
424
|
+
<li>Webhook alerts</li>
|
|
425
|
+
<li>Daemon mode monitoring</li>
|
|
426
|
+
</ul>
|
|
427
|
+
</div>
|
|
428
|
+
<div class="deploy-card">
|
|
429
|
+
<div class="deploy-icon">☁️</div>
|
|
430
|
+
<div class="deploy-analogy">Your fleet management</div>
|
|
431
|
+
<h3>Cloud / VPS</h3>
|
|
432
|
+
<p>For enterprises running agent fleets. Centralized policy, inter-agent scanning, and compliance reporting.</p>
|
|
433
|
+
<ul>
|
|
434
|
+
<li>Inter-agent message scanning</li>
|
|
435
|
+
<li>Centralized policy engine</li>
|
|
436
|
+
<li>Domain allow/blocklists</li>
|
|
437
|
+
<li>Compliance reports</li>
|
|
438
|
+
</ul>
|
|
315
439
|
</div>
|
|
316
440
|
</div>
|
|
317
441
|
</div>
|
|
@@ -320,9 +444,9 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
320
444
|
<!-- Host Guardian — THE LEAD STORY -->
|
|
321
445
|
<section id="guardian">
|
|
322
446
|
<div class="container">
|
|
323
|
-
<div class="section-label">Host Guardian</div>
|
|
324
|
-
<h2 class="section-title">
|
|
325
|
-
<p class="section-sub">
|
|
447
|
+
<div class="section-label">Host Guardian — The Mechanism</div>
|
|
448
|
+
<h2 class="section-title">Four permission tiers. Like hiring a new employee.</h2>
|
|
449
|
+
<p class="section-sub">Start at Observer (read-only). Promote to Worker when you trust it. Every action is validated against your tier in real-time — blocked actions get logged, not executed.</p>
|
|
326
450
|
|
|
327
451
|
<div class="tiers-grid">
|
|
328
452
|
<div class="tier-card">
|
|
@@ -421,9 +545,9 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
421
545
|
<!-- What We Protect — Forbidden Zones -->
|
|
422
546
|
<section class="problem" id="protect">
|
|
423
547
|
<div class="container">
|
|
424
|
-
<div class="section-label">
|
|
425
|
-
<h2 class="section-title">
|
|
426
|
-
<p class="section-sub">
|
|
548
|
+
<div class="section-label">Forbidden Zones</div>
|
|
549
|
+
<h2 class="section-title">These directories are off-limits. Period.</h2>
|
|
550
|
+
<p class="section-sub">Even at the highest permission tier, ClawMoat blocks access to your most sensitive files. No override. No exceptions. No "are you sure?" — just blocked and logged.</p>
|
|
427
551
|
|
|
428
552
|
<div class="zones-grid">
|
|
429
553
|
<div class="zone-card">
|
|
@@ -514,46 +638,58 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
514
638
|
<!-- Features (Scanners — now supporting features) -->
|
|
515
639
|
<section class="problem" id="features">
|
|
516
640
|
<div class="container">
|
|
517
|
-
<div class="section-label">
|
|
518
|
-
<h2 class="section-title">
|
|
519
|
-
<p class="section-sub">
|
|
641
|
+
<div class="section-label">What It Catches</div>
|
|
642
|
+
<h2 class="section-title">8 scanners running on every message, every tool call</h2>
|
|
643
|
+
<p class="section-sub">Your agent processes hundreds of inputs per session. Each one passes through ClawMoat before it can touch your system.</p>
|
|
520
644
|
<div class="features-grid">
|
|
645
|
+
<div class="feature-card">
|
|
646
|
+
<div class="icon">🔑</div>
|
|
647
|
+
<h3>Credential File Monitoring</h3>
|
|
648
|
+
<p>Watches ~/.openclaw/credentials/ and sensitive directories for unauthorized access. Alerts instantly if an agent touches what it shouldn't.</p>
|
|
649
|
+
<span class="tag tag-live">v0.5 — Live</span>
|
|
650
|
+
</div>
|
|
651
|
+
<div class="feature-card">
|
|
652
|
+
<div class="icon">🔍</div>
|
|
653
|
+
<h3>Skill Integrity Checker</h3>
|
|
654
|
+
<p>Hash-based verification of installed skills plus suspicious pattern detection. Know if a skill has been tampered with or contains malicious code.</p>
|
|
655
|
+
<span class="tag tag-live">v0.5 — Live</span>
|
|
656
|
+
</div>
|
|
657
|
+
<div class="feature-card">
|
|
658
|
+
<div class="icon">🌐</div>
|
|
659
|
+
<h3>Network Egress Logging</h3>
|
|
660
|
+
<p>URL extraction, domain allow/blocklist with 26 blocked domains out of the box. See exactly where your agent is sending data.</p>
|
|
661
|
+
<span class="tag tag-live">v0.5 — Live</span>
|
|
662
|
+
</div>
|
|
663
|
+
<div class="feature-card">
|
|
664
|
+
<div class="icon">🤖</div>
|
|
665
|
+
<h3>Inter-Agent Message Scanning</h3>
|
|
666
|
+
<p>10 agent-specific attack patterns — impersonation, concealment, credential exfiltration, safety bypass, and more. Catches agent-to-agent attacks.</p>
|
|
667
|
+
<span class="tag tag-live">v0.5 — Live</span>
|
|
668
|
+
</div>
|
|
669
|
+
<div class="feature-card">
|
|
670
|
+
<div class="icon">🚨</div>
|
|
671
|
+
<h3>Alert Delivery System</h3>
|
|
672
|
+
<p>Console, file, and webhook alert channels with rate limiting. Get notified your way — Slack, Discord, Telegram, or any webhook endpoint.</p>
|
|
673
|
+
<span class="tag tag-live">v0.5 — Live</span>
|
|
674
|
+
</div>
|
|
521
675
|
<div class="feature-card">
|
|
522
676
|
<div class="icon">🛡️</div>
|
|
523
677
|
<h3>Prompt Injection Detection</h3>
|
|
524
678
|
<p>Multi-layer scanning catches injection attempts in messages, emails, and web content before they reach your agent.</p>
|
|
525
679
|
<span class="tag tag-live">v0.1 — Live</span>
|
|
526
680
|
</div>
|
|
527
|
-
<div class="feature-card">
|
|
528
|
-
<div class="icon">🔑</div>
|
|
529
|
-
<h3>Secret Scanning</h3>
|
|
530
|
-
<p>Regex + entropy analysis detects API keys, passwords, tokens, and credentials in outbound messages and tool outputs.</p>
|
|
531
|
-
<span class="tag tag-live">v0.1 — Live</span>
|
|
532
|
-
</div>
|
|
533
681
|
<div class="feature-card">
|
|
534
682
|
<div class="icon">📋</div>
|
|
535
683
|
<h3>Policy Engine</h3>
|
|
536
684
|
<p>YAML-based rules for shell commands, file access, browser actions, and network requests. Block, allow, or require approval.</p>
|
|
537
685
|
<span class="tag tag-live">v0.1 — Live</span>
|
|
538
686
|
</div>
|
|
539
|
-
<div class="feature-card">
|
|
540
|
-
<div class="icon">🕵️</div>
|
|
541
|
-
<h3>Jailbreak Detection</h3>
|
|
542
|
-
<p>Heuristic + classifier pipeline catches attempts to override agent instructions or bypass safety guardrails.</p>
|
|
543
|
-
<span class="tag tag-live">v0.1 — Live</span>
|
|
544
|
-
</div>
|
|
545
687
|
<div class="feature-card">
|
|
546
688
|
<div class="icon">📊</div>
|
|
547
689
|
<h3>Session Audit Trail</h3>
|
|
548
690
|
<p>Full audit log of every message, tool call, and policy decision. Export for compliance or investigate incidents.</p>
|
|
549
691
|
<span class="tag tag-live">v0.1 — Live</span>
|
|
550
692
|
</div>
|
|
551
|
-
<div class="feature-card">
|
|
552
|
-
<div class="icon">🧠</div>
|
|
553
|
-
<h3>Behavioral Analysis</h3>
|
|
554
|
-
<p>Baselines normal agent behavior and alerts on anomalies — unusual tool usage, access patterns, or data flows.</p>
|
|
555
|
-
<span class="tag tag-soon">v0.3 — Coming</span>
|
|
556
|
-
</div>
|
|
557
693
|
</div>
|
|
558
694
|
|
|
559
695
|
<!-- OWASP -->
|
|
@@ -577,41 +713,42 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
577
713
|
<section class="demo" id="demo">
|
|
578
714
|
<div class="container">
|
|
579
715
|
<div class="section-label">See It In Action</div>
|
|
580
|
-
<h2 class="section-title">Try ClawMoat</h2>
|
|
581
|
-
<p class="section-sub">Scan
|
|
716
|
+
<h2 class="section-title">Try ClawMoat v0.5.0</h2>
|
|
717
|
+
<p class="section-sub">Scan skills, audit agents, and monitor in daemon mode.</p>
|
|
582
718
|
<div class="terminal">
|
|
583
719
|
<div class="terminal-bar">
|
|
584
720
|
<span class="terminal-dot"></span>
|
|
585
721
|
<span class="terminal-dot"></span>
|
|
586
722
|
<span class="terminal-dot"></span>
|
|
587
|
-
<span class="terminal-title">clawmoat — bash</span>
|
|
723
|
+
<span class="terminal-title">clawmoat v0.5.0 — bash</span>
|
|
588
724
|
</div>
|
|
589
725
|
<div class="terminal-body">
|
|
590
|
-
<span class="prompt">$</span> <span class="cmd">clawmoat
|
|
726
|
+
<span class="prompt">$</span> <span class="cmd">clawmoat skill-audit ~/.openclaw/skills/</span>
|
|
591
727
|
|
|
592
|
-
<span class="output">🏰 ClawMoat
|
|
728
|
+
<span class="output">🏰 ClawMoat Skill Audit</span>
|
|
593
729
|
<span class="output">━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span>
|
|
594
730
|
|
|
595
|
-
<span class="
|
|
596
|
-
<span class="
|
|
597
|
-
<span class="output">
|
|
598
|
-
<span class="output">
|
|
599
|
-
|
|
600
|
-
<span class="danger">⛔ THREAT DETECTED: Secret Exfiltration</span>
|
|
601
|
-
<span class="output"> Target: <span class="danger">~/.ssh/id_rsa</span></span>
|
|
602
|
-
<span class="output"> Destination: attacker@evil.com</span>
|
|
731
|
+
<span class="safe">✓ weather-skill</span><span class="output"> hash: a3f2...c891 integrity: OK</span>
|
|
732
|
+
<span class="danger">✗ helper-tool</span><span class="output"> hash: MODIFIED since install</span>
|
|
733
|
+
<span class="output"> <span class="danger">⛔ Suspicious: credential file access pattern</span></span>
|
|
734
|
+
<span class="output"> <span class="danger">⛔ Suspicious: base64-encoded outbound URL</span></span>
|
|
603
735
|
|
|
604
|
-
<span class="
|
|
736
|
+
<span class="safe">✓ calendar-sync</span><span class="output"> hash: 7b1e...d4a0 integrity: OK</span>
|
|
605
737
|
<span class="output">━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</span>
|
|
738
|
+
<span class="output">3 skills scanned · <span class="danger">1 flagged</span> · 26 blocked domains active</span>
|
|
606
739
|
|
|
607
|
-
<span class="prompt">$</span> <span class="cmd">clawmoat
|
|
740
|
+
<span class="prompt">$</span> <span class="cmd">clawmoat report</span>
|
|
608
741
|
|
|
609
|
-
<span class="output">🏰 ClawMoat
|
|
610
|
-
<span class="output"
|
|
742
|
+
<span class="output">🏰 ClawMoat Security Report</span>
|
|
743
|
+
<span class="output"> Credential monitors: <span class="safe">4 active</span></span>
|
|
744
|
+
<span class="output"> Network egress: <span class="safe">142 requests logged, 3 blocked</span></span>
|
|
745
|
+
<span class="output"> Agent messages: <span class="safe">89 scanned, 0 threats</span></span>
|
|
746
|
+
<span class="output"> Skill integrity: <span class="danger">1 of 12 modified</span></span>
|
|
747
|
+
|
|
748
|
+
<span class="prompt">$</span> <span class="cmd">clawmoat --daemon --alert-webhook https://hooks.slack.com/...</span>
|
|
611
749
|
|
|
612
|
-
<span class="
|
|
613
|
-
<span class="output">
|
|
614
|
-
<span class="output"> Action: <span class="safe">ALLOWED</span></span>
|
|
750
|
+
<span class="output">🏰 ClawMoat daemon started — monitoring credentials, network, skills</span>
|
|
751
|
+
<span class="output"> Alerts → webhook + console</span>
|
|
615
752
|
</div>
|
|
616
753
|
</div>
|
|
617
754
|
</div>
|
|
@@ -664,17 +801,114 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
664
801
|
</div>
|
|
665
802
|
</section>
|
|
666
803
|
|
|
804
|
+
<!-- Compare -->
|
|
805
|
+
<section id="compare">
|
|
806
|
+
<div class="container">
|
|
807
|
+
<div class="section-label">How We're Different</div>
|
|
808
|
+
<h2 class="section-title">The only tool protecting the host, not just the prompt</h2>
|
|
809
|
+
<p class="section-sub">Other tools scan prompts. ClawMoat protects your entire machine — credentials, files, network, and skills.</p>
|
|
810
|
+
<div style="overflow-x:auto">
|
|
811
|
+
<table style="width:100%;border-collapse:collapse;font-size:.9rem;margin-top:32px">
|
|
812
|
+
<thead>
|
|
813
|
+
<tr style="border-bottom:2px solid var(--navy-mid)">
|
|
814
|
+
<th style="text-align:left;padding:12px 16px;color:var(--gray)">Capability</th>
|
|
815
|
+
<th style="text-align:center;padding:12px 16px;color:var(--emerald);font-weight:700">ClawMoat</th>
|
|
816
|
+
<th style="text-align:center;padding:12px 16px;color:var(--gray)">LlamaFirewall</th>
|
|
817
|
+
<th style="text-align:center;padding:12px 16px;color:var(--gray)">NeMo Guardrails</th>
|
|
818
|
+
<th style="text-align:center;padding:12px 16px;color:var(--gray)">Lakera Guard</th>
|
|
819
|
+
<th style="text-align:center;padding:12px 16px;color:var(--gray)">SecureClaw</th>
|
|
820
|
+
</tr>
|
|
821
|
+
</thead>
|
|
822
|
+
<tbody>
|
|
823
|
+
<tr style="border-bottom:1px solid rgba(255,255,255,.06)">
|
|
824
|
+
<td style="padding:10px 16px">Prompt injection detection</td>
|
|
825
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
826
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
827
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
828
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
829
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
830
|
+
</tr>
|
|
831
|
+
<tr style="border-bottom:1px solid rgba(255,255,255,.06)">
|
|
832
|
+
<td style="padding:10px 16px"><strong>Host-level protection</strong></td>
|
|
833
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
834
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
835
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
836
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
837
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
838
|
+
</tr>
|
|
839
|
+
<tr style="border-bottom:1px solid rgba(255,255,255,.06)">
|
|
840
|
+
<td style="padding:10px 16px"><strong>Credential monitoring</strong></td>
|
|
841
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
842
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
843
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
844
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
845
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
846
|
+
</tr>
|
|
847
|
+
<tr style="border-bottom:1px solid rgba(255,255,255,.06)">
|
|
848
|
+
<td style="padding:10px 16px"><strong>Skill/plugin auditing</strong></td>
|
|
849
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
850
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
851
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
852
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
853
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
854
|
+
</tr>
|
|
855
|
+
<tr style="border-bottom:1px solid rgba(255,255,255,.06)">
|
|
856
|
+
<td style="padding:10px 16px"><strong>Permission tiers</strong></td>
|
|
857
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
858
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
859
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
860
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
861
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
862
|
+
</tr>
|
|
863
|
+
<tr style="border-bottom:1px solid rgba(255,255,255,.06)">
|
|
864
|
+
<td style="padding:10px 16px">Zero dependencies</td>
|
|
865
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
866
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
867
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
868
|
+
<td style="text-align:center;padding:10px">N/A (SaaS)</td>
|
|
869
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td></tr>
|
|
870
|
+
<tr style="border-bottom:1px solid rgba(255,255,255,.06)">
|
|
871
|
+
<td style="padding:10px 16px">Open source</td>
|
|
872
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅ MIT</td>
|
|
873
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
874
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
875
|
+
<td style="text-align:center;padding:10px;color:var(--red)">❌</td>
|
|
876
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
877
|
+
</tr>
|
|
878
|
+
<tr style="border-bottom:1px solid rgba(255,255,255,.06)">
|
|
879
|
+
<td style="padding:10px 16px">Node.js native</td>
|
|
880
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">✅</td>
|
|
881
|
+
<td style="text-align:center;padding:10px">Python</td>
|
|
882
|
+
<td style="text-align:center;padding:10px">Python</td>
|
|
883
|
+
<td style="text-align:center;padding:10px">API</td>
|
|
884
|
+
<td style="text-align:center;padding:10px">Skill</td>
|
|
885
|
+
</tr>
|
|
886
|
+
<tr>
|
|
887
|
+
<td style="padding:10px 16px">Free tier</td>
|
|
888
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)"><strong>Full product</strong></td>
|
|
889
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">Full</td>
|
|
890
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">Full</td>
|
|
891
|
+
<td style="text-align:center;padding:10px">Limited</td>
|
|
892
|
+
<td style="text-align:center;padding:10px;color:var(--emerald)">Full</td>
|
|
893
|
+
</tr>
|
|
894
|
+
</tbody>
|
|
895
|
+
</table>
|
|
896
|
+
</div>
|
|
897
|
+
<p style="text-align:center;margin-top:24px;color:var(--gray);font-size:.85rem">ClawMoat works alongside these tools — they protect the model layer, we protect the machine layer.</p>
|
|
898
|
+
</div>
|
|
899
|
+
</section>
|
|
900
|
+
|
|
667
901
|
<!-- Pricing -->
|
|
668
902
|
<section id="pricing">
|
|
669
903
|
<div class="container">
|
|
670
904
|
<div class="section-label">Pricing</div>
|
|
671
|
-
<h2 class="section-title">
|
|
672
|
-
<p class="section-sub">
|
|
905
|
+
<h2 class="section-title">Free to start. Upgrade when the stakes get real.</h2>
|
|
906
|
+
<p class="section-sub">Running agents on your laptop? Free tier has you covered. Managing a fleet for your company? That's when Pro and Team earn their keep. All paid plans include a <strong>30-day free trial</strong> and <strong>14-day money-back guarantee</strong>.</p>
|
|
673
907
|
<div class="pricing-grid">
|
|
674
908
|
<div class="price-card">
|
|
675
909
|
<h3>Free</h3>
|
|
676
910
|
<div class="price">$0</div>
|
|
677
|
-
<div class="desc">
|
|
911
|
+
<div class="desc">Stop worrying about your agent leaking keys or getting hijacked</div>
|
|
678
912
|
<ul>
|
|
679
913
|
<li>Host Guardian (all 4 tiers)</li>
|
|
680
914
|
<li>20+ forbidden zone patterns</li>
|
|
@@ -690,7 +924,7 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
690
924
|
<div class="price-card">
|
|
691
925
|
<h3>Security Kit</h3>
|
|
692
926
|
<div class="price">$29</div>
|
|
693
|
-
<div class="desc">
|
|
927
|
+
<div class="desc">Ship agent features without security liability — own it forever</div>
|
|
694
928
|
<ul>
|
|
695
929
|
<li>Everything in Free</li>
|
|
696
930
|
<li>OpenClaw security skill</li>
|
|
@@ -699,13 +933,13 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
699
933
|
<li>Scan history & audit log</li>
|
|
700
934
|
<li>1 year of pattern updates</li>
|
|
701
935
|
</ul>
|
|
702
|
-
<a href="
|
|
936
|
+
<a href="#" onclick="checkout('security-kit');return false" class="btn btn-primary">Buy — $29 one-time</a>
|
|
703
937
|
<p style="font-size:.75rem;color:var(--gray);margin-top:8px;text-align:center">14-day money-back guarantee</p>
|
|
704
938
|
</div>
|
|
705
939
|
<div class="price-card popular">
|
|
706
940
|
<h3>Pro</h3>
|
|
707
941
|
<div class="price">$14.99<span>/mo</span></div>
|
|
708
|
-
<div class="desc">
|
|
942
|
+
<div class="desc">Prove your agents are secure — dashboard, audit logs, and real-time alerts</div>
|
|
709
943
|
<ul>
|
|
710
944
|
<li>Everything in Security Kit</li>
|
|
711
945
|
<li>Threat intelligence feed</li>
|
|
@@ -725,7 +959,7 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
725
959
|
<div class="price-card">
|
|
726
960
|
<h3>Team</h3>
|
|
727
961
|
<div class="price">$49<span>/mo</span></div>
|
|
728
|
-
<div class="desc">
|
|
962
|
+
<div class="desc">Pass SOC2 with AI agents in production — compliance reports, fleet control, centralized policy</div>
|
|
729
963
|
<ul>
|
|
730
964
|
<li>Everything in Pro</li>
|
|
731
965
|
<li>Fleet dashboard (all machines)</li>
|
|
@@ -795,7 +1029,7 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
795
1029
|
<div class="footer-grid">
|
|
796
1030
|
<div>
|
|
797
1031
|
<div class="logo" style="margin-bottom:12px"><a href="/"><img src="/logo.svg" alt="ClawMoat" style="height:44px"></a></div>
|
|
798
|
-
<p style="color:var(--gray);font-size:.85rem;max-width:280px">The trust layer
|
|
1032
|
+
<p style="color:var(--gray);font-size:.85rem;max-width:280px">The trust layer for AI agents, wherever they run. Runtime security, credential monitoring, skill integrity checking, and full audit trails.</p>
|
|
799
1033
|
</div>
|
|
800
1034
|
<div>
|
|
801
1035
|
<h4>Product</h4>
|
|
@@ -814,10 +1048,14 @@ footer{border-top:1px solid rgba(255,255,255,.06);padding:48px 0 32px;color:var(
|
|
|
814
1048
|
</div>
|
|
815
1049
|
<div>
|
|
816
1050
|
<h4>Company</h4>
|
|
817
|
-
<a href="mailto:hello@clawmoat.com">
|
|
818
|
-
<a href="
|
|
819
|
-
<
|
|
820
|
-
<a href="
|
|
1051
|
+
<a href="mailto:hello@clawmoat.com">hello@clawmoat.com</a>
|
|
1052
|
+
<a href="tel:+16503838190">(650) 383-8190</a>
|
|
1053
|
+
<p style="color:var(--gray);font-size:.8rem;margin-top:4px">10000 Washington Blvd<br>Culver City, CA 90232</p>
|
|
1054
|
+
<a href="/blog/">Blog</a>
|
|
1055
|
+
<a href="/business/">For Business</a>
|
|
1056
|
+
<a href="/support/">Support</a>
|
|
1057
|
+
<a href="/terms-of-service/">Terms of Service</a>
|
|
1058
|
+
<a href="/privacy-policy/">Privacy Policy</a>
|
|
821
1059
|
</div>
|
|
822
1060
|
</div>
|
|
823
1061
|
<div class="footer-bottom">
|