-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
122 lines (110 loc) · 5.44 KB
/
Copy pathservices.html
File metadata and controls
122 lines (110 loc) · 5.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>For funded teams · Patchhound</title>
<meta name="description" content="Security audits for funded startups and serious products: full-scope review, human-verified findings, fixes with proof. Fixed price, no hourly billing.">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Public+Sans:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<header class="site"><div class="wrap">
<a class="brand" href="/">
<span class="brandmark">P</span>
<span class="brandname">Patchhound<span class="brandtag">We hunt · we patch · you sleep</span></span>
</a>
<nav class="main">
<a href="/">Free scan</a>
<a href="/hunt-log.html">Case files</a>
<a href="/services.html" class="here">For funded teams</a>
<a href="/about.html">Method</a>
<a class="cta" href="/#scan">Free scan</a>
</nav>
</div></header>
<div class="wrap">
<div class="crumb"><a href="/">Home</a> / for funded teams</div>
<section class="hero" style="padding-top:32px;display:block">
<h1>Your product has users now.<br>The bugs have consequences.</h1>
<p class="lede">The free scan catches what automated tools catch. A funded product
needs what automation misses: business-logic flaws, broken tenant isolation, auth
that works in tests but not in production. That's human work, priced flat, delivered
with the same evidence standard we publish in our case files.</p>
</section>
<div class="secline"><span class="tab">Engagement</span></div>
<section class="block">
<div class="offer hot">
<span class="stamp">Most requested</span>
<h3 style="margin-top:12px">Full security audit</h3>
<div class="price">$1,500 fixed · most apps delivered within a week</div>
<ul>
<li>Everything the free scan covers, at full depth, on every endpoint</li>
<li>Business logic and tenant isolation reviewed by a human, not regexes</li>
<li>Every finding reproduced before it reaches your report</li>
<li>Prioritized report: what to fix today vs this quarter</li>
<li>Fix prompts for your AI editor plus plain-English explanations for your team</li>
<li>45-minute walkthrough call · re-scan after your fixes, included</li>
</ul>
<p><a class="btn solid" href="mailto:hello@patchhound.dev?subject=Audit%20request%20(funded%20team)">Request an audit</a></p>
<p style="color:var(--pencil);font-size:13.5px;margin-top:12px">Starts with a free scan of what's public. If we find nothing there, we'll say so before you spend anything.</p>
</div>
<div class="offer">
<h3>Ongoing watch, managed</h3>
<div class="price">$490/month · multi-repo · cancel anytime</div>
<ul>
<li>Daily scans across all your repos and deployed environments</li>
<li>Human triage: noise filtered, real risk escalated same day</li>
<li>Monthly one-page summary your board can read</li>
</ul>
<p><a class="btn quiet" href="mailto:hello@patchhound.dev?subject=Managed%20watch">Ask about managed watch</a></p>
</div>
</section>
<div class="secline"><span class="tab">Straight answers</span></div>
<section class="block faq">
<dl>
<dt>Why $1,500 when agencies quote $10k?</dt>
<dd>Agencies bill meetings. We bill findings. The pipeline does the mechanical work; the human hours go where judgment is needed. You're not paying less effort, you're paying for none of the overhead.</dd>
<dt>What if you find nothing?</dt>
<dd>Then you get a documented audit trail showing exactly what was checked and found sound. Boards and acquirers ask for that more often than they ask for breach stories.</dd>
<dt>Will you publish our vulnerabilities?</dt>
<dd>Never without written permission. Open source work gets published (that's the hunt log); client work stays confidential by default.</dd>
<dt>We're pre-launch. Too early?</dt>
<dd>If you handle payments or personal data, the cheapest moment to fix things is before users trust you with them. If you're pre-product entirely, come back later; the free scan will still be here.</dd>
</dl>
</section>
<section class="contact-band">
<div>
<h2>Judge us first.</h2>
<p>Read a case file, or run the free scan on what's public of yours. Then talk to us.</p>
</div>
<a class="btn quiet" href="/hunt-log.html">Read case file No.001</a> <a class="btn solid" href="/#scan">Run the free scan</a>
</section>
</div>
<footer class="site"><div class="wrap">
<div class="cols">
<div>
<div class="fbrand">Patchhound.</div>
<div class="ftag">We hunt · we patch · you sleep</div>
</div>
<div class="fcol">
<strong>Site</strong>
<a href="/">Free scan</a>
<a href="/hunt-log.html">Case files</a>
<a href="/services.html">For funded teams</a>
<a href="/about.html">Method</a>
</div>
<div class="fcol">
<strong>Evidence</strong>
<a href="https://github.com/iamwhitehat">GitHub</a>
<a href="/feed.xml">RSS</a>
</div>
<div class="fcol">
<strong>Contact</strong>
<a href="mailto:hello@patchhound.dev">hello@patchhound.dev</a>
</div>
</div>
<div class="legal"><span>Patchhound · evidence-based security studio</span><span>© 2026 · NL</span></div>
</div></footer>
</body>
</html>