SoulInPsyAbstract commited on
Commit
84fcd8d
·
verified ·
1 Parent(s): 7cfea77

Mirror GitHub commit ee85750d6e24637976519a5c34924a5c44d47886 (committed 2026-09-15T16:44:49+03:00), pushed 2026-09-15T13:45:07Z

Browse files
MIRROR_PROVENANCE.md CHANGED
@@ -2,7 +2,7 @@
2
 
3
  This is not part of the archived repository -- it is written fresh on every push and carries no `.sha256` seal, deliberately. Every *other* file in this mirror is a byte-exact `git archive` of one GitHub commit, sealed at that commit; this file is the one exception, so that the file describing the copy never has to also be true about the copy's own past.
4
 
5
- - **Source commit:** [`954b20931bd23bf971072a5ec79424ac03b09d6b`](https://github.com/soulinpsyabstract/eilatsecure/commit/954b20931bd23bf971072a5ec79424ac03b09d6b)
6
- - **Committed upstream:** 2026-09-12T11:35:28+03:00
7
- - **Pushed to this mirror:** 2026-09-12T08:35:36Z
8
  - **Method:** `git archive` of that exact commit, uploaded as one atomic commit via `scripts/hf_mirror_push.py`, which refuses to run on a dirty tree.
 
2
 
3
  This is not part of the archived repository -- it is written fresh on every push and carries no `.sha256` seal, deliberately. Every *other* file in this mirror is a byte-exact `git archive` of one GitHub commit, sealed at that commit; this file is the one exception, so that the file describing the copy never has to also be true about the copy's own past.
4
 
5
+ - **Source commit:** [`ee85750d6e24637976519a5c34924a5c44d47886`](https://github.com/soulinpsyabstract/eilatsecure/commit/ee85750d6e24637976519a5c34924a5c44d47886)
6
+ - **Committed upstream:** 2026-09-15T16:44:49+03:00
7
+ - **Pushed to this mirror:** 2026-09-15T13:45:07Z
8
  - **Method:** `git archive` of that exact commit, uploaded as one atomic commit via `scripts/hf_mirror_push.py`, which refuses to run on a dirty tree.
README.md CHANGED
@@ -1,4 +1,4 @@
1
- # EilatSecure
2
 
3
  Passive, B2B website-security scanning for local Eilat businesses — a
4
  separate brand from SIPA OS, run by the same team.
@@ -7,7 +7,7 @@ separate brand from SIPA OS, run by the same team.
7
 
8
  ## What this is
9
 
10
- EilatSecure gives small local businesses (the kind that had a website built
11
  by a freelancer or a page builder years ago and never touched it again) a
12
  plain-language, non-intrusive check of how exposed their site actually is,
13
  plus a paid path to a deeper human-reviewed audit and — as a cross-sell —
@@ -77,7 +77,7 @@ A separate, **not customer-facing** script. It runs the same category of
77
  passive checks (headers, cookie flags, sensitive paths, forced HTTPS
78
  redirect, plus TLS certificate expiry) against a fixed list of the
79
  architect's own 14 SIPA OS domains, for self-monitoring rather than as part
80
- of the EilatSecure product. It is currently run **manually** — it is not yet
81
  wired into a cron schedule or CI job.
82
 
83
  ## Deploying
 
1
+ # WebSecure
2
 
3
  Passive, B2B website-security scanning for local Eilat businesses — a
4
  separate brand from SIPA OS, run by the same team.
 
7
 
8
  ## What this is
9
 
10
+ WebSecure gives small local businesses (the kind that had a website built
11
  by a freelancer or a page builder years ago and never touched it again) a
12
  plain-language, non-intrusive check of how exposed their site actually is,
13
  plus a paid path to a deeper human-reviewed audit and — as a cross-sell —
 
77
  passive checks (headers, cookie flags, sensitive paths, forced HTTPS
78
  redirect, plus TLS certificate expiry) against a fixed list of the
79
  architect's own 14 SIPA OS domains, for self-monitoring rather than as part
80
+ of the WebSecure product. It is currently run **manually** — it is not yet
81
  wired into a cron schedule or CI job.
82
 
83
  ## Deploying
README.md.TAG CHANGED
@@ -1,5 +1,5 @@
1
  FILE=README.md
2
- SHA256=57e551fb2d1aac0c74d3dc3c66d1b2e5dd1b408249f49ab6e44bb53377f29a95
3
- SIZE=5745
4
  DEVICE=SERVER
5
- TS=2026-09-05__11-09-54
 
1
  FILE=README.md
2
+ SHA256=c9604ab6cb9c5e2efa9dd6cc9613b00a48305578e47c5e8551d8269bc0e3b4fa
3
+ SIZE=5739
4
  DEVICE=SERVER
5
+ TS=2026-09-15__16-44-42
README.md.sha256 CHANGED
@@ -1 +1 @@
1
- 57e551fb2d1aac0c74d3dc3c66d1b2e5dd1b408249f49ab6e44bb53377f29a95 README.md
 
1
+ c9604ab6cb9c5e2efa9dd6cc9613b00a48305578e47c5e8551d8269bc0e3b4fa README.md
faq.html ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>FAQ — EilatSecure</title>
7
+ <meta name="robots" content="noindex, follow" />
8
+ <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🛡</text></svg>" />
9
+ <link rel="preconnect" href="https://fonts.googleapis.com">
10
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
+ <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet">
12
+ <style>
13
+ :root {
14
+ --bg: #0b1a1f;
15
+ --bg-elevated: #0f2229;
16
+ --bg-card: #122832;
17
+ --border: rgba(180, 210, 210, 0.12);
18
+ --text: #eaf3f2;
19
+ --text-dim: #a9c2c1;
20
+ --text-faint: #6f8f8e;
21
+ --accent: #ff6a4d;
22
+ --accent-soft: rgba(255, 106, 77, 0.12);
23
+ --safe: #4dd0a7;
24
+ --safe-soft: rgba(77, 208, 167, 0.12);
25
+ --font-display: "Space Grotesk", sans-serif;
26
+ --font-body: "IBM Plex Sans", sans-serif;
27
+ --font-mono: "IBM Plex Mono", monospace;
28
+ }
29
+ @media (prefers-color-scheme: light) {
30
+ :root {
31
+ --bg: #f4f8f7;
32
+ --bg-elevated: #ffffff;
33
+ --bg-card: #ffffff;
34
+ --border: rgba(15, 40, 45, 0.1);
35
+ --text: #0e2126;
36
+ --text-dim: #3f5b5c;
37
+ --text-faint: #7a9494;
38
+ --accent-soft: rgba(255, 106, 77, 0.1);
39
+ --safe-soft: rgba(20, 150, 110, 0.1);
40
+ }
41
+ }
42
+ * { box-sizing: border-box; margin: 0; padding: 0; }
43
+ html { scroll-behavior: smooth; }
44
+ body {
45
+ background: var(--bg);
46
+ color: var(--text);
47
+ font-family: var(--font-body);
48
+ line-height: 1.6;
49
+ -webkit-font-smoothing: antialiased;
50
+ }
51
+ a { color: var(--accent); }
52
+ .wrap { max-width: 780px; margin: 0 auto; padding: 0 24px; }
53
+ nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
54
+ .logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
55
+ .logo-mark { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(145deg, var(--accent), #b8412b); display: flex; align-items: center; justify-content: center; font-size: 15px; }
56
+ .back { font-size: 0.85rem; color: var(--text-dim); text-decoration: none; }
57
+ .back:hover { color: var(--text); }
58
+ main { padding: 24px 0 60px; }
59
+ h1 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em; font-size: clamp(1.7rem, 4vw, 2.3rem); margin-bottom: 6px; }
60
+ .updated { color: var(--text-faint); font-family: var(--font-mono); font-size: 0.8rem; margin-bottom: 32px; }
61
+ details {
62
+ background: var(--bg-card); border: 1px solid var(--border); border-radius: 14px;
63
+ padding: 16px 20px; margin-bottom: 12px;
64
+ }
65
+ summary { cursor: pointer; font-weight: 600; color: var(--text); font-size: 0.98rem; font-family: var(--font-display); }
66
+ details p { margin: 12px 0 0; color: var(--text-dim); font-size: 0.9rem; line-height: 1.6; }
67
+ footer { padding: 40px 0 60px; text-align: center; color: var(--text-faint); font-size: 0.82rem; }
68
+ footer a { text-decoration: underline; text-underline-offset: 2px; }
69
+ footer .other-services { margin-bottom: 14px; color: var(--text-dim); }
70
+ </style>
71
+ </head>
72
+ <body>
73
+
74
+ <div class="wrap">
75
+ <nav>
76
+ <div class="logo"><span class="logo-mark">🛡</span> EilatSecure</div>
77
+ <a href="/" class="back">&larr; Back to scanner</a>
78
+ </nav>
79
+ </div>
80
+
81
+ <main class="wrap">
82
+ <h1>Frequently Asked Questions</h1>
83
+ <p class="updated">Prices and details match what's on the main page.</p>
84
+
85
+ <details>
86
+ <summary>Is the scan really free?</summary>
87
+ <p>Yes — free, instant, no signup, no credit card required.</p>
88
+ </details>
89
+
90
+ <details>
91
+ <summary>Is it safe to run against my live site?</summary>
92
+ <p>Yes. The scan is fully passive and read-only — the same as what a normal visitor's browser already does when it loads your homepage. We never attempt logins, injections, or brute force, and nothing we do can modify or break your site.</p>
93
+ </details>
94
+
95
+ <details>
96
+ <summary>What exactly do you check?</summary>
97
+ <p>Valid HTTPS and forced redirect from HTTP; security headers (CSP, HSTS, X-Frame-Options, etc.); cookie Secure/HttpOnly flags; server and framework version disclosure; mixed content on HTTPS pages; and accidentally exposed <code>.env</code>, <code>.git</code>, or backup files.</p>
98
+ </details>
99
+
100
+ <details>
101
+ <summary>How long does a scan take?</summary>
102
+ <p>Seconds — you'll see your report right on the page after submitting your URL.</p>
103
+ </details>
104
+
105
+ <details>
106
+ <summary>What if the scan finds something critical?</summary>
107
+ <p>We offer a full security audit from ₪2,000: a human goes through what the free scan found plus what it can't see (outdated CMS versions, weak passwords, exposed admin panels), with a clear report in Hebrew within 48 hours.</p>
108
+ </details>
109
+
110
+ <details>
111
+ <summary>Do you store data about my website?</summary>
112
+ <p>No — we don't store your site's content beyond the scan report shown to you. We may briefly log the submitted URL and timestamp for abuse prevention on the free scanner. See our <a href="/privacy.html">Privacy Policy</a> for details.</p>
113
+ </details>
114
+
115
+ <details>
116
+ <summary>Can you also fix what you find, or build me a better site?</summary>
117
+ <p>Yes. Beyond the audit, we build business websites from ₪1,200 (live in 24 hours) and AI WhatsApp agents from ₪4,000 — see <a href="https://web.sipa-os.org">web.sipa-os.org</a>.</p>
118
+ </details>
119
+
120
+ <details>
121
+ <summary>Who is behind EilatSecure?</summary>
122
+ <p>EilatSecure is operated by Soul In PsyAbstract LLC (Delaware, USA, EIN 30-1491964), run by Marina Davidov (Aelin AquaSoul), based in Eilat, Israel.</p>
123
+ </details>
124
+ </main>
125
+
126
+ <footer class="wrap">
127
+ <p class="other-services">Our other services &middot;
128
+ <a href="https://web.sipa-os.org">AI Landing Pages</a> &middot;
129
+ <a href="https://web-secure.sipa-os.org">Security Audits</a> (you're here) &middot;
130
+ <a href="https://web-ai.sipa-os.org">AI Business Agents</a>
131
+ </p>
132
+ <p>EilatSecure — independent website security checks for local businesses. Built with care in Eilat.</p>
133
+ <p style="margin-top:10px">
134
+ <a href="/privacy.html">Privacy</a> &middot; <a href="/terms.html">Terms</a> &middot; <a href="/faq.html">FAQ</a>
135
+ </p>
136
+ </footer>
137
+
138
+ </body>
139
+ </html>
faq.html.TAG ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FILE=faq.html
2
+ SHA256=f4c1b37f7bb81f240831f90ea20e32df7829ee7114df1e337391afffa11d8bea
3
+ SIZE=6488
4
+ DEVICE=SERVER
5
+ TS=2026-09-06__16-22-44
faq.html.sha256 ADDED
@@ -0,0 +1 @@
 
 
1
+ f4c1b37f7bb81f240831f90ea20e32df7829ee7114df1e337391afffa11d8bea faq.html
index.html CHANGED
@@ -3,7 +3,7 @@
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
- <title>EilatSecure — Free Website Security Check for Eilat Businesses</title>
7
  <meta name="description" content="Free, instant, passive security scan for your business website. Find exposed files, missing HTTPS, and misconfigurations before someone else does." />
8
  <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🛡</text></svg>" />
9
  <link rel="preconnect" href="https://fonts.googleapis.com">
@@ -198,6 +198,8 @@
198
 
199
  footer { padding: 40px 0 60px; text-align: center; color: var(--text-faint); font-size: 0.82rem; }
200
  footer a { text-decoration: underline; text-underline-offset: 2px; }
 
 
201
  </style>
202
  </head>
203
  <body>
@@ -335,7 +337,15 @@
335
  </section>
336
 
337
  <footer class="wrap">
 
 
 
 
 
338
  <p>EilatSecure — independent website security checks for local businesses. Built with care in Eilat.</p>
 
 
 
339
  </footer>
340
 
341
  <script>
 
3
  <head>
4
  <meta charset="UTF-8" />
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>WebSecure — Free Website Security Check for Eilat Businesses</title>
7
  <meta name="description" content="Free, instant, passive security scan for your business website. Find exposed files, missing HTTPS, and misconfigurations before someone else does." />
8
  <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🛡</text></svg>" />
9
  <link rel="preconnect" href="https://fonts.googleapis.com">
 
198
 
199
  footer { padding: 40px 0 60px; text-align: center; color: var(--text-faint); font-size: 0.82rem; }
200
  footer a { text-decoration: underline; text-underline-offset: 2px; }
201
+ footer .other-services { margin-bottom: 14px; color: var(--text-dim); }
202
+ footer .legal-links { margin-top: 10px; }
203
  </style>
204
  </head>
205
  <body>
 
337
  </section>
338
 
339
  <footer class="wrap">
340
+ <p class="other-services">Our other services &middot;
341
+ <a href="https://web.sipa-os.org">AI Landing Pages</a> &middot;
342
+ <a href="https://web-secure.sipa-os.org">Security Audits</a> (you're here) &middot;
343
+ <a href="https://web-ai.sipa-os.org">AI Business Agents</a>
344
+ </p>
345
  <p>EilatSecure — independent website security checks for local businesses. Built with care in Eilat.</p>
346
+ <p class="legal-links">
347
+ <a href="/privacy.html">Privacy</a> &middot; <a href="/terms.html">Terms</a> &middot; <a href="/faq.html">FAQ</a>
348
+ </p>
349
  </footer>
350
 
351
  <script>
index.html.TAG CHANGED
@@ -1,5 +1,5 @@
1
  FILE=index.html
2
- SHA256=c6b87795ab885a7b129f5e6e2ef02a1eccb1e0520c99adaeccf9b1e57fc3dafe
3
- SIZE=18819
4
  DEVICE=SERVER
5
- TS=2026-09-05__11-09-20
 
1
  FILE=index.html
2
+ SHA256=158a1b7533a0871b74fbe0a48f693497c8952753365011927612ebe307944235
3
+ SIZE=19371
4
  DEVICE=SERVER
5
+ TS=2026-09-06__16-22-44
index.html.sha256 CHANGED
@@ -1 +1 @@
1
- c6b87795ab885a7b129f5e6e2ef02a1eccb1e0520c99adaeccf9b1e57fc3dafe index.html
 
1
+ 158a1b7533a0871b74fbe0a48f693497c8952753365011927612ebe307944235 index.html
privacy.html ADDED
@@ -0,0 +1,120 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Privacy Policy — EilatSecure</title>
7
+ <meta name="robots" content="noindex, follow" />
8
+ <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🛡</text></svg>" />
9
+ <link rel="preconnect" href="https://fonts.googleapis.com">
10
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
+ <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet">
12
+ <style>
13
+ :root {
14
+ --bg: #0b1a1f;
15
+ --bg-elevated: #0f2229;
16
+ --bg-card: #122832;
17
+ --border: rgba(180, 210, 210, 0.12);
18
+ --text: #eaf3f2;
19
+ --text-dim: #a9c2c1;
20
+ --text-faint: #6f8f8e;
21
+ --accent: #ff6a4d;
22
+ --accent-soft: rgba(255, 106, 77, 0.12);
23
+ --safe: #4dd0a7;
24
+ --safe-soft: rgba(77, 208, 167, 0.12);
25
+ --font-display: "Space Grotesk", sans-serif;
26
+ --font-body: "IBM Plex Sans", sans-serif;
27
+ --font-mono: "IBM Plex Mono", monospace;
28
+ }
29
+ @media (prefers-color-scheme: light) {
30
+ :root {
31
+ --bg: #f4f8f7;
32
+ --bg-elevated: #ffffff;
33
+ --bg-card: #ffffff;
34
+ --border: rgba(15, 40, 45, 0.1);
35
+ --text: #0e2126;
36
+ --text-dim: #3f5b5c;
37
+ --text-faint: #7a9494;
38
+ --accent-soft: rgba(255, 106, 77, 0.1);
39
+ --safe-soft: rgba(20, 150, 110, 0.1);
40
+ }
41
+ }
42
+ * { box-sizing: border-box; margin: 0; padding: 0; }
43
+ html { scroll-behavior: smooth; }
44
+ body {
45
+ background: var(--bg);
46
+ color: var(--text);
47
+ font-family: var(--font-body);
48
+ line-height: 1.6;
49
+ -webkit-font-smoothing: antialiased;
50
+ }
51
+ a { color: var(--accent); }
52
+ .wrap { max-width: 780px; margin: 0 auto; padding: 0 24px; }
53
+ nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
54
+ .logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
55
+ .logo-mark { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(145deg, var(--accent), #b8412b); display: flex; align-items: center; justify-content: center; font-size: 15px; }
56
+ .back { font-size: 0.85rem; color: var(--text-dim); text-decoration: none; }
57
+ .back:hover { color: var(--text); }
58
+ main { padding: 24px 0 60px; }
59
+ h1 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em; font-size: clamp(1.7rem, 4vw, 2.3rem); margin-bottom: 6px; }
60
+ .updated { color: var(--text-faint); font-family: var(--font-mono); font-size: 0.8rem; margin-bottom: 32px; }
61
+ h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--safe); margin: 28px 0 10px; }
62
+ p, li { color: var(--text-dim); font-size: 0.95rem; line-height: 1.75; margin-bottom: 12px; }
63
+ ul { padding-inline-start: 22px; }
64
+ strong { color: var(--text); }
65
+ footer { padding: 40px 0 60px; text-align: center; color: var(--text-faint); font-size: 0.82rem; }
66
+ footer a { text-decoration: underline; text-underline-offset: 2px; }
67
+ footer .other-services { margin-bottom: 14px; color: var(--text-dim); }
68
+ </style>
69
+ </head>
70
+ <body>
71
+
72
+ <div class="wrap">
73
+ <nav>
74
+ <div class="logo"><span class="logo-mark">🛡</span> EilatSecure</div>
75
+ <a href="/" class="back">&larr; Back to scanner</a>
76
+ </nav>
77
+ </div>
78
+
79
+ <main class="wrap">
80
+ <h1>Privacy Policy</h1>
81
+ <p class="updated">Last updated: September 2026</p>
82
+
83
+ <p>EilatSecure is a product of <strong>Soul In PsyAbstract LLC</strong> (a Delaware, USA registered company, EIN 30-1491964), run by Marina Davidov (Aelin AquaSoul), Eilat, Israel.</p>
84
+
85
+ <h2>What EilatSecure does</h2>
86
+ <p>You paste a URL. We run a passive, read-only check against what's publicly visible at that address — the same kind of thing a browser or search engine already sees when it visits the homepage: HTTPS setup and redirect, security response headers, cookie flags, server/framework version disclosure, mixed content, and a short list of files (like <code>.env</code>, <code>.git</code>, backups) that are sometimes left accidentally exposed. We never attempt to log in, never guess passwords, and never run anything that could modify or break the site being scanned.</p>
87
+
88
+ <h2>What we collect</h2>
89
+ <p>The URL you submit for scanning, and the findings we generate from it. We do not extract or store the private content of the site you're scanning — everything we check is information already visible to any visitor's browser. To prevent abuse of the free scanner (e.g. automated spam), we may briefly keep basic technical logs of scan requests (submitted URL, timestamp, requesting IP) for rate-limiting and security purposes.</p>
90
+
91
+ <h2>If you request a paid service</h2>
92
+ <p>If you ask for a full security audit, a business website, or an AI WhatsApp agent — by email or WhatsApp — we collect what you send us for that purpose: your name, contact details, business information, and anything needed to scope and deliver the paid work.</p>
93
+
94
+ <h2>What we don't do</h2>
95
+ <p>We don't sell or share your data with third parties for marketing purposes. We don't use third-party tracking cookies on this site.</p>
96
+
97
+ <h2>Your rights</h2>
98
+ <p>You can ask at any time to see, correct, or delete information we hold about you by emailing <a href="mailto:support@sipa-os.org">support@sipa-os.org</a>.</p>
99
+
100
+ <h2>Changes to this policy</h2>
101
+ <p>We'll update this page if our practices change.</p>
102
+
103
+ <h2>Contact</h2>
104
+ <p><a href="mailto:support@sipa-os.org">support@sipa-os.org</a></p>
105
+ </main>
106
+
107
+ <footer class="wrap">
108
+ <p class="other-services">Our other services &middot;
109
+ <a href="https://web.sipa-os.org">AI Landing Pages</a> &middot;
110
+ <a href="https://web-secure.sipa-os.org">Security Audits</a> (you're here) &middot;
111
+ <a href="https://web-ai.sipa-os.org">AI Business Agents</a>
112
+ </p>
113
+ <p>EilatSecure — independent website security checks for local businesses. Built with care in Eilat.</p>
114
+ <p style="margin-top:10px">
115
+ <a href="/privacy.html">Privacy</a> &middot; <a href="/terms.html">Terms</a> &middot; <a href="/faq.html">FAQ</a>
116
+ </p>
117
+ </footer>
118
+
119
+ </body>
120
+ </html>
privacy.html.TAG ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FILE=privacy.html
2
+ SHA256=d74bd1ebdfd04e01d8b182db3786f7ec31fd9d97181340dc658ae03645957da2
3
+ SIZE=6294
4
+ DEVICE=SERVER
5
+ TS=2026-09-06__16-22-44
privacy.html.sha256 ADDED
@@ -0,0 +1 @@
 
 
1
+ d74bd1ebdfd04e01d8b182db3786f7ec31fd9d97181340dc658ae03645957da2 privacy.html
scripts/hf_mirror_push.py CHANGED
@@ -25,7 +25,7 @@ from datetime import datetime, timezone
25
  from pathlib import Path
26
 
27
  REPO_ROOT = Path(__file__).resolve().parent.parent
28
- HF_REPO_ID = "SoulInPsyAbstract/eilatsecure"
29
 
30
 
31
  def run(cmd: list[str], **kw) -> str:
 
25
  from pathlib import Path
26
 
27
  REPO_ROOT = Path(__file__).resolve().parent.parent
28
+ HF_REPO_ID = "SoulInPsyAbstract/websecure"
29
 
30
 
31
  def run(cmd: list[str], **kw) -> str:
terms.html ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8" />
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
+ <title>Terms of Service — EilatSecure</title>
7
+ <meta name="robots" content="noindex, follow" />
8
+ <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🛡</text></svg>" />
9
+ <link rel="preconnect" href="https://fonts.googleapis.com">
10
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
+ <link href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=IBM+Plex+Sans:wght@400;500;600&family=IBM+Plex+Mono:wght@400;500;600&display=swap" rel="stylesheet">
12
+ <style>
13
+ :root {
14
+ --bg: #0b1a1f;
15
+ --bg-elevated: #0f2229;
16
+ --bg-card: #122832;
17
+ --border: rgba(180, 210, 210, 0.12);
18
+ --text: #eaf3f2;
19
+ --text-dim: #a9c2c1;
20
+ --text-faint: #6f8f8e;
21
+ --accent: #ff6a4d;
22
+ --accent-soft: rgba(255, 106, 77, 0.12);
23
+ --safe: #4dd0a7;
24
+ --safe-soft: rgba(77, 208, 167, 0.12);
25
+ --font-display: "Space Grotesk", sans-serif;
26
+ --font-body: "IBM Plex Sans", sans-serif;
27
+ --font-mono: "IBM Plex Mono", monospace;
28
+ }
29
+ @media (prefers-color-scheme: light) {
30
+ :root {
31
+ --bg: #f4f8f7;
32
+ --bg-elevated: #ffffff;
33
+ --bg-card: #ffffff;
34
+ --border: rgba(15, 40, 45, 0.1);
35
+ --text: #0e2126;
36
+ --text-dim: #3f5b5c;
37
+ --text-faint: #7a9494;
38
+ --accent-soft: rgba(255, 106, 77, 0.1);
39
+ --safe-soft: rgba(20, 150, 110, 0.1);
40
+ }
41
+ }
42
+ * { box-sizing: border-box; margin: 0; padding: 0; }
43
+ html { scroll-behavior: smooth; }
44
+ body {
45
+ background: var(--bg);
46
+ color: var(--text);
47
+ font-family: var(--font-body);
48
+ line-height: 1.6;
49
+ -webkit-font-smoothing: antialiased;
50
+ }
51
+ a { color: var(--accent); }
52
+ .wrap { max-width: 780px; margin: 0 auto; padding: 0 24px; }
53
+ nav { display: flex; align-items: center; justify-content: space-between; padding: 22px 0; }
54
+ .logo { display: flex; align-items: center; gap: 10px; font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; }
55
+ .logo-mark { width: 30px; height: 30px; border-radius: 8px; background: linear-gradient(145deg, var(--accent), #b8412b); display: flex; align-items: center; justify-content: center; font-size: 15px; }
56
+ .back { font-size: 0.85rem; color: var(--text-dim); text-decoration: none; }
57
+ .back:hover { color: var(--text); }
58
+ main { padding: 24px 0 60px; }
59
+ h1 { font-family: var(--font-display); font-weight: 700; letter-spacing: -0.02em; font-size: clamp(1.7rem, 4vw, 2.3rem); margin-bottom: 6px; }
60
+ .updated { color: var(--text-faint); font-family: var(--font-mono); font-size: 0.8rem; margin-bottom: 32px; }
61
+ h2 { font-family: var(--font-display); font-weight: 600; font-size: 1.05rem; color: var(--safe); margin: 28px 0 10px; }
62
+ p, li { color: var(--text-dim); font-size: 0.95rem; line-height: 1.75; margin-bottom: 12px; }
63
+ ul { padding-inline-start: 22px; }
64
+ strong { color: var(--text); }
65
+ footer { padding: 40px 0 60px; text-align: center; color: var(--text-faint); font-size: 0.82rem; }
66
+ footer a { text-decoration: underline; text-underline-offset: 2px; }
67
+ footer .other-services { margin-bottom: 14px; color: var(--text-dim); }
68
+ </style>
69
+ </head>
70
+ <body>
71
+
72
+ <div class="wrap">
73
+ <nav>
74
+ <div class="logo"><span class="logo-mark">🛡</span> EilatSecure</div>
75
+ <a href="/" class="back">&larr; Back to scanner</a>
76
+ </nav>
77
+ </div>
78
+
79
+ <main class="wrap">
80
+ <h1>Terms of Service</h1>
81
+ <p class="updated">Last updated: September 2026</p>
82
+
83
+ <p>EilatSecure is a product of <strong>Soul In PsyAbstract LLC</strong> (Delaware, USA, EIN 30-1491964), operated by Marina Davidov (Aelin AquaSoul), Eilat, Israel.</p>
84
+
85
+ <h2>The free scan</h2>
86
+ <p>The free scan is an automated, passive, read-only check of information that's already publicly visible at the URL you submit — HTTPS/redirect setup, security headers, cookie flags, server/framework disclosure, mixed content, and commonly-exposed files. It is <strong>not</strong> a penetration test and does not attempt logins, exploits, brute force, injections, or denial-of-service testing. Because it's strictly passive, it cannot alter or damage the site being scanned.</p>
87
+
88
+ <h2>No warranty on scan results</h2>
89
+ <p>The free scan is provided "as is" for informational purposes. A clean result does not mean your site has no vulnerabilities — it means our specific passive checks found nothing wrong. Security is not guaranteed by using this tool.</p>
90
+
91
+ <h2>Paid services</h2>
92
+ <ul>
93
+ <li><strong>Full security audit — from ₪2,000:</strong> a human-assisted review beyond the free scan (outdated CMS versions, weak passwords, exposed admin panels), delivered as a clear report in Hebrew within 48 hours.</li>
94
+ <li><strong>Business website — from ₪1,200:</strong> a professional landing page, live within 24 hours, with a WhatsApp button, Google Maps, HTTPS, and 3 rounds of revisions included.</li>
95
+ <li><strong>AI WhatsApp agent — from ₪4,000:</strong> answers customers 24/7, books appointments, in Hebrew, English, or Russian, with monthly upkeep included.</li>
96
+ </ul>
97
+ <p>Paid services are scoped and quoted individually via email or WhatsApp before work begins.</p>
98
+
99
+ <h2>Payment</h2>
100
+ <p>Payment terms for paid services are agreed on a per-project basis when the quote is confirmed. The free scan requires no signup and no payment.</p>
101
+
102
+ <h2>Limitation of liability</h2>
103
+ <p>We are not liable for actions taken, or not taken, based on the free scan's findings, nor for any security incident affecting a site that was or wasn't scanned. The service is provided "as is," without warranty of any kind.</p>
104
+
105
+ <h2>Governing law</h2>
106
+ <p>These terms are governed by the laws of the State of Delaware, USA, without limiting any consumer rights you have under your local law.</p>
107
+
108
+ <h2>Contact</h2>
109
+ <p><a href="mailto:support@sipa-os.org">support@sipa-os.org</a></p>
110
+ </main>
111
+
112
+ <footer class="wrap">
113
+ <p class="other-services">Our other services &middot;
114
+ <a href="https://web.sipa-os.org">AI Landing Pages</a> &middot;
115
+ <a href="https://web-secure.sipa-os.org">Security Audits</a> (you're here) &middot;
116
+ <a href="https://web-ai.sipa-os.org">AI Business Agents</a>
117
+ </p>
118
+ <p>EilatSecure — independent website security checks for local businesses. Built with care in Eilat.</p>
119
+ <p style="margin-top:10px">
120
+ <a href="/privacy.html">Privacy</a> &middot; <a href="/terms.html">Terms</a> &middot; <a href="/faq.html">FAQ</a>
121
+ </p>
122
+ </footer>
123
+
124
+ </body>
125
+ </html>
terms.html.TAG ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ FILE=terms.html
2
+ SHA256=8e92df2d0aa7ed93107b04386c4148dfbe1d8d26200789617a03cf51523c55e7
3
+ SIZE=6595
4
+ DEVICE=SERVER
5
+ TS=2026-09-06__16-22-44
terms.html.sha256 ADDED
@@ -0,0 +1 @@
 
 
1
+ 8e92df2d0aa7ed93107b04386c4148dfbe1d8d26200789617a03cf51523c55e7 terms.html