-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
259 lines (228 loc) · 8.92 KB
/
Copy pathindex.html
File metadata and controls
259 lines (228 loc) · 8.92 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
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ShielderX – Developer Security Toolkit</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/railscasts.min.css">
<link rel="stylesheet" href="scribbler-global.css">
<link rel="stylesheet" href="scribbler-landing.css">
<!-- <link rel="author" href="humans.txt"> -->
</head>
<body>
<div class="site-logo">
<img src="logo.png" alt="ShielderX logo" />
</div>
<div class="hero">
<h1 class="hero__title">ShielderX</h1>
<p class="hero__description">
Prevent sensitive keys, secrets, and internal data from leaking during AI-assisted coding.
</p>
</div>
<div class="hero__terminal">
<pre>
<!-- Place your demo code here -->
<code class="shell-session demo">~ $ </code>
</pre>
</div>
<div class="wrapper">
<div class="installation">
<h2 class="section__title_underline">Installation</h2>
<p>
ShielderX runs entirely locally and requires no additional configuration.
</p>
<div class="tab__container">
<!-- <ul class="tab__menu">
<li class="tab active" data-tab="mac">mac</li>
<li class="tab" data-tab="linux">linux</li>
<li class="tab" data-tab="win">win</li>
</ul> -->
<pre class="nohighlight code">
<code class="tab__pane active mac">
VSCode -> extension -> ShielderX
</code>
</pre>
</div>
</div>
<h2 class="section__title_underline">Platform Support (Phase 1)</h2>
<p>
ShielderX supports secure build-time protection across multiple platforms.
Runtime decryption works only where a runtime SDK is available.
</p>
<div style="overflow-x:auto;">
<table style="width:100%; border-collapse:collapse;">
<thead>
<tr>
<th style="text-align:left; padding:10px; border-bottom:2px solid #444;">Platform</th>
<th style="padding:10px; border-bottom:2px solid #444;">Scan & Protect</th>
<th style="padding:10px; border-bottom:2px solid #444;">Auto Import</th>
<th style="padding:10px; border-bottom:2px solid #444;">Auto Install</th>
<th style="padding:10px; border-bottom:2px solid #444;">Runtime Decrypt</th>
</tr>
</thead>
<tbody>
<tr><td>JavaScript (Node)</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr>
<tr><td>TypeScript</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr>
<tr><td>React</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr>
<tr><td>Angular</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr>
<tr><td>Vue</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr>
<tr><td>Next.js</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr>
<tr><td>Node Backend (Express, NestJS)</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr>
<tr><td>React Native</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr>
<tr><td>Flutter</td><td>✅</td><td>✅</td><td>✅</td><td>✅</td></tr>
<tr><td>Java</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td></tr>
<tr><td>Python</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td></tr>
<tr><td>Go</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td></tr>
<tr><td>PHP</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td></tr>
<tr><td>C# (.NET)</td><td>✅</td><td>❌</td><td>❌</td><td>❌</td></tr>
</tbody>
</table>
</div>
<p style="margin-top:12px; font-size:14px; opacity:0.85;">
⚠️ Runtime decryption for backend platforms requires platform-specific SDKs and is coming soon.
</p>
<div class="keybinding">
<ul class="keybinding__detail">
<h3 class="keybinding__title">How ShielderX Works</h3>
<li>Scan project files locally</li>
<li>Detect secrets and sensitive patterns</li>
<li>Generate a project-specific protection key</li>
<li>Sanitize unsafe context</li>
<li>Allow only safe data to reach AI tools</li>
</ul>
<ul class="keybinding__detail">
<h3 class="keybinding__title">Security Guarantees</h3>
<li>No source code upload</li>
<li>No cloud processing</li>
<li>No telemetry or tracking</li>
<li>Keys never leave your machine</li>
<li>Fully developer controlled</li>
</ul>
</div>
<h2 class="section__title_underline">Key Features</h2>
<div class="feature">
<div class="feature__item">
<h3 class="section__title">Pre-Scan Protection</h3>
<p>
Scans your project for secrets and sensitive values before any AI tool can access it.
</p>
</div>
<div class="feature__item">
<h3 class="section__title">Local Key Generation</h3>
<p>
Generates a project-specific protection key stored locally and never uploaded.
</p>
</div>
<div class="feature__item">
<h3 class="section__title">AI-Safe Context</h3>
<p>
Ensures only sanitized, safe context is shared with AI coding assistants.
</p>
</div>
<div class="feature__item">
<h3 class="section__title">Zero Cloud Dependency</h3>
<p>
No servers, no telemetry, no external data transfer.
</p>
</div>
<div class="feature__item">
<h3 class="section__title">Developer Controlled</h3>
<p>
You decide when scanning happens and what files are protected.
</p>
</div>
<div class="feature__item">
<h3 class="section__title">Reversible Protection</h3>
<p>All protection can be reviewed, rotated, or removed at any time without affecting your project structure or
workflow </p>
</div>
</div>
<h2 class="section__title_underline">Usage</h2>
<p>
Open the Command Palette
(<span class="code code--inline">Cmd + Shift + P</span> on macOS,
<span class="code code--inline">Ctrl + Shift + P</span> on Windows/Linux)
and run the following command based on your need:
</p>
<p> 1. Scans your project for secrets and sensitive values before AI access</p>
<div class="tab__container">
<pre class="nohighlight code">
<code class="tab__pane active mac">
ShielderX: Scan Project
</code>
</pre>
</div>
<p> 2. Manage all the protected value from one place </p>
<div class="tab__container">
<pre class="nohighlight code">
<code class="tab__pane active mac">
ShielderX: Manage Secrets
</code>
</pre>
</div>
<p> 3. Replaces the existing protection key without affecting project files</p>
<div class="tab__container">
<pre class="nohighlight code">
<code class="tab__pane active mac">
ShielderX: Rotate Project Key
</code>
</pre>
</div>
<div class="callout">
<!-- <p>Read our documentation for advanced keybindings and customization</p>
<a href="doc.html" class="button--primary">Documentation</a> -->
</div>
</div>
<div class="changelog">
<div class="wrapper">
<h3 class="section__title">Version</h3>
<div class="changelog__item">
<div class="changelog__meta">
<h4 class="changelog__title">v0.0.6</h4>
<small class="changelog__date">21/01/2026</small>
</div>
<div class="changelog__detail">
<ul>
<li>Warnings on fresh project added</li>
<li>README.MD updated</li>
<li>webpage added</li>
</ul>
</div>
</div>
<div class="changelog__item">
<div class="changelog__meta">
<h4 class="changelog__title">v0.0.2</h4>
<small class="changelog__date">17/01/2026</small>
</div>
<div class="changelog__detail">
<ul>
<li>Value encryption</li>
<li>Able to see the list of key which ShielderX protected</li>
</ul>
</div>
</div>
<div class="changelog__item">
<div class="changelog__meta">
<h4 class="changelog__title">v0.0.1</h4>
<small class="changelog__date">10/01/2026</small>
</div>
<div class="changelog__detail">
<ul>
<li>Base Version with auto scan</li>
<li>UI updates</li>
</ul>
</div>
</div>
</div>
</div>
<footer class="footer">
© 2026 ShielderX. Protect sensitive secrets data before AI sees them.
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="scribbler.js"></script>
</body>
</html>