@taker007/crypto-guardian-snap 1.1.0 → 1.1.1

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.
@@ -0,0 +1,30 @@
1
+ <svg width="256" height="256" viewBox="0 0 256 256" xmlns="http://www.w3.org/2000/svg">
2
+
3
+ <!-- Background -->
4
+ <rect width="256" height="256" fill="#0B1220"></rect>
5
+
6
+ <!-- Shield outline -->
7
+ <path d="M128 20
8
+ L200 60
9
+ L200 130
10
+ C200 180 165 215 128 236
11
+ C91 215 56 180 56 130
12
+ L56 60
13
+ Z" fill="none" stroke="#3B82F6" stroke-width="8"></path>
14
+
15
+ <!-- Network nodes -->
16
+ <circle cx="128" cy="95" r="8" fill="#3B82F6"></circle>
17
+ <circle cx="90" cy="135" r="6" fill="#3B82F6"></circle>
18
+ <circle cx="166" cy="135" r="6" fill="#3B82F6"></circle>
19
+ <circle cx="128" cy="165" r="6" fill="#3B82F6"></circle>
20
+
21
+ <!-- Network lines -->
22
+ <line x1="128" y1="95" x2="90" y2="135" stroke="#3B82F6" stroke-width="4"></line>
23
+ <line x1="128" y1="95" x2="166" y2="135" stroke="#3B82F6" stroke-width="4"></line>
24
+ <line x1="90" y1="135" x2="128" y2="165" stroke="#3B82F6" stroke-width="4"></line>
25
+ <line x1="166" y1="135" x2="128" y2="165" stroke="#3B82F6" stroke-width="4"></line>
26
+
27
+ <!-- Checkmark -->
28
+ <path d="M105 135 L120 150 L150 115" fill="none" stroke="#22C55E" stroke-width="8" stroke-linecap="round" stroke-linejoin="round"></path>
29
+
30
+ </svg>
@@ -0,0 +1,22 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
2
+ <path d="M16 2 L27 7 V18 C27 25 22 29 16 30 C10 29 5 25 5 18 V7 Z" fill="#1E3A5F"/>
3
+ <path d="M16 4 L25 8 V18 C25 24 21 27 16 28 C11 27 7 24 7 18 V8 Z" fill="#0B1220"/>
4
+ <ellipse cx="16" cy="5.5" rx="4" ry="1" fill="none" stroke="#FACC15" stroke-width="1"/>
5
+ <path d="M5 14 C3 12 1 11 1 13 C1 15 3 16 5 16 Z" fill="#CBD5E1" opacity="0.8"/>
6
+ <path d="M27 14 C29 12 31 11 31 13 C31 15 29 16 27 16 Z" fill="#CBD5E1" opacity="0.8"/>
7
+ <g transform="translate(16, 15)">
8
+ <path d="M0 -6 L5 -2 L4 3 L2 5 L0 6 L-2 5 L-4 3 L-5 -2 Z" fill="#F97316"/>
9
+ <path d="M-5 -2 L-6 -6 L-2 -4 Z" fill="#FDBA74"/>
10
+ <path d="M5 -2 L6 -6 L2 -4 Z" fill="#FDBA74"/>
11
+ <rect x="-3.5" y="-3" width="3" height="2" rx="0.5" fill="#0B1220"/>
12
+ <rect x="0.5" y="-3" width="3" height="2" rx="0.5" fill="#0B1220"/>
13
+ <circle cx="-2" cy="-2" r="1" fill="#38BDF8"/>
14
+ <circle cx="2" cy="-2" r="1" fill="#38BDF8"/>
15
+ <path d="M-1 2 Q0 3 1 2" fill="none" stroke="#0B1220" stroke-width="0.75" stroke-linecap="round"/>
16
+ </g>
17
+ <g transform="translate(16, 24)" opacity="0.7">
18
+ <ellipse cx="0" cy="0" rx="4" ry="2" fill="none" stroke="#38BDF8" stroke-width="0.75"/>
19
+ <circle cx="0" cy="0" r="1.2" fill="#38BDF8"/>
20
+ <circle cx="0" cy="0" r="0.5" fill="#0B1220"/>
21
+ </g>
22
+ </svg>
package/assets/icon.svg CHANGED
@@ -1,5 +1,86 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256">
2
- <rect width="256" height="256" rx="48" fill="#0B0F1A"/>
3
- <path d="M128 24 L212 64 V128 C212 180 172 220 128 232 C84 220 44 180 44 128 V64 Z" fill="#14F195"/>
4
- <circle cx="128" cy="120" r="36" fill="#0B0F1A"/>
1
+ <svg xmlns="http://www.w3.org/2000/svg" width="512" height="512" viewBox="0 0 512 512">
2
+ <defs>
3
+ <linearGradient id="shieldG" x1="0.5" y1="0" x2="0.5" y2="1">
4
+ <stop offset="0%" stop-color="#1E3A5F"/>
5
+ <stop offset="100%" stop-color="#0B1220"/>
6
+ </linearGradient>
7
+ <linearGradient id="foxG" x1="0.5" y1="0" x2="0.5" y2="1">
8
+ <stop offset="0%" stop-color="#FDBA74"/>
9
+ <stop offset="100%" stop-color="#F97316"/>
10
+ </linearGradient>
11
+ <linearGradient id="wingL" x1="1" y1="0.3" x2="0" y2="0.7">
12
+ <stop offset="0%" stop-color="#CBD5E1"/>
13
+ <stop offset="100%" stop-color="#94A3B8"/>
14
+ </linearGradient>
15
+ <linearGradient id="wingR" x1="0" y1="0.3" x2="1" y2="0.7">
16
+ <stop offset="0%" stop-color="#CBD5E1"/>
17
+ <stop offset="100%" stop-color="#94A3B8"/>
18
+ </linearGradient>
19
+ <linearGradient id="haloG" x1="0.5" y1="0" x2="0.5" y2="1">
20
+ <stop offset="0%" stop-color="#FACC15"/>
21
+ <stop offset="100%" stop-color="#EAB308"/>
22
+ </linearGradient>
23
+ </defs>
24
+ <path d="M256 52 L408 124 V280 C408 388 336 448 256 472 C176 448 104 388 104 280 V124 Z" fill="url(#shieldG)" stroke="#1E3A5F" stroke-width="4"/>
25
+ <path d="M256 68 L396 136 V280 C396 380 328 436 256 458 C184 436 116 380 116 280 V136 Z" fill="#0B1220" stroke="#1E3A5F" stroke-width="1.5"/>
26
+ <path d="M256 84 L384 148 V280 C384 372 320 424 256 444 C192 424 128 372 128 280 V148 Z" fill="none" stroke="#1E3A5F" stroke-width="0.75" opacity="0.5"/>
27
+ <ellipse cx="256" cy="100" rx="52" ry="10" fill="none" stroke="url(#haloG)" stroke-width="5" opacity="0.9"/>
28
+ <ellipse cx="256" cy="100" rx="52" ry="10" fill="none" stroke="#FACC15" stroke-width="2" opacity="0.4"/>
29
+ <g>
30
+ <path d="M104 220 C100 200 80 170 52 160 C36 156 20 158 12 168 C4 178 8 194 18 206 C32 224 56 232 72 238 C82 242 94 240 100 234 Z" fill="url(#wingL)"/>
31
+ <path d="M100 234 C92 224 68 204 40 200 C24 198 12 204 8 216 C4 228 12 242 24 250 C40 262 64 264 80 262 C90 260 98 252 100 244 Z" fill="url(#wingL)" opacity="0.85"/>
32
+ <path d="M98 252 C88 246 64 236 38 238 C24 240 14 250 14 262 C14 274 24 284 38 288 C54 292 76 286 90 278 C98 272 100 262 98 256 Z" fill="url(#wingL)" opacity="0.7"/>
33
+ <path d="M100 220 L72 238" stroke="#E2E8F0" stroke-width="0.75" opacity="0.5"/>
34
+ <path d="M96 234 L80 262" stroke="#E2E8F0" stroke-width="0.75" opacity="0.5"/>
35
+ </g>
36
+ <g>
37
+ <path d="M408 220 C412 200 432 170 460 160 C476 156 492 158 500 168 C508 178 504 194 494 206 C480 224 456 232 440 238 C430 242 418 240 412 234 Z" fill="url(#wingR)"/>
38
+ <path d="M412 234 C420 224 444 204 472 200 C488 198 500 204 504 216 C508 228 500 242 488 250 C472 262 448 264 432 262 C422 260 414 252 412 244 Z" fill="url(#wingR)" opacity="0.85"/>
39
+ <path d="M414 252 C424 246 448 236 474 238 C488 240 498 250 498 262 C498 274 488 284 474 288 C458 292 436 286 422 278 C414 272 412 262 414 256 Z" fill="url(#wingR)" opacity="0.7"/>
40
+ <path d="M412 220 L440 238" stroke="#E2E8F0" stroke-width="0.75" opacity="0.5"/>
41
+ <path d="M416 234 L432 262" stroke="#E2E8F0" stroke-width="0.75" opacity="0.5"/>
42
+ </g>
43
+ <g transform="translate(256, 240)">
44
+ <path d="M0 -72 L60 -28 L52 28 L28 56 L0 68 L-28 56 L-52 28 L-60 -28 Z" fill="url(#foxG)"/>
45
+ <path d="M0 -72 L-60 -28 L-36 -32 L0 -52 Z" fill="#FDBA74"/>
46
+ <path d="M0 -72 L60 -28 L36 -32 L0 -52 Z" fill="#FDBA74"/>
47
+ <path d="M-60 -28 L-72 -76 L-28 -44 Z" fill="url(#foxG)"/>
48
+ <path d="M60 -28 L72 -76 L28 -44 Z" fill="url(#foxG)"/>
49
+ <path d="M-68 -72 L-58 -30 L-30 -42 Z" fill="#EA580C" opacity="0.4"/>
50
+ <path d="M68 -72 L58 -30 L30 -42 Z" fill="#EA580C" opacity="0.4"/>
51
+ <path d="M0 -52 L-36 -32 L-52 28 L-28 56 L0 68 L28 56 L52 28 L36 -32 Z" fill="#F97316" opacity="0.15"/>
52
+ <path d="M-36 -20 L-20 -24 L-14 -8 L-24 -4 Z" fill="#0B1220"/>
53
+ <path d="M36 -20 L20 -24 L14 -8 L24 -4 Z" fill="#0B1220"/>
54
+ <circle cx="-22" cy="-14" r="6" fill="#38BDF8"/>
55
+ <circle cx="22" cy="-14" r="6" fill="#38BDF8"/>
56
+ <circle cx="-20" cy="-15" r="2.5" fill="#E0F2FE"/>
57
+ <circle cx="24" cy="-15" r="2.5" fill="#E0F2FE"/>
58
+ <path d="M-12 12 L0 8 L12 12" fill="none" stroke="#0B1220" stroke-width="2.5" stroke-linecap="round"/>
59
+ <path d="M0 8 L0 20" fill="none" stroke="#0B1220" stroke-width="2" stroke-linecap="round"/>
60
+ <path d="M-8 20 Q0 28 8 20" fill="none" stroke="#0B1220" stroke-width="2" stroke-linecap="round"/>
61
+ <path d="M-52 28 L-68 20" stroke="#F97316" stroke-width="1.5" stroke-linecap="round" opacity="0.6"/>
62
+ <path d="M-52 32 L-72 30" stroke="#F97316" stroke-width="1.5" stroke-linecap="round" opacity="0.6"/>
63
+ <path d="M-52 36 L-68 40" stroke="#F97316" stroke-width="1.5" stroke-linecap="round" opacity="0.6"/>
64
+ <path d="M52 28 L68 20" stroke="#F97316" stroke-width="1.5" stroke-linecap="round" opacity="0.6"/>
65
+ <path d="M52 32 L72 30" stroke="#F97316" stroke-width="1.5" stroke-linecap="round" opacity="0.6"/>
66
+ <path d="M52 36 L68 40" stroke="#F97316" stroke-width="1.5" stroke-linecap="round" opacity="0.6"/>
67
+ </g>
68
+ <g transform="translate(256, 370)" opacity="0.8">
69
+ <path d="M-32 0 C-32 -10 -20 -18 0 -18 C20 -18 32 -10 32 0 C32 10 20 18 0 18 C-20 18 -32 10 -32 0 Z" fill="none" stroke="#38BDF8" stroke-width="2.5"/>
70
+ <circle cx="0" cy="0" r="8" fill="#38BDF8" opacity="0.9"/>
71
+ <circle cx="0" cy="0" r="4" fill="#0B1220"/>
72
+ <circle cx="2" cy="-2" r="1.5" fill="#E0F2FE"/>
73
+ <path d="M-36 -4 L-32 0 L-36 4" fill="none" stroke="#38BDF8" stroke-width="1.5" stroke-linecap="round"/>
74
+ <path d="M36 -4 L32 0 L36 4" fill="none" stroke="#38BDF8" stroke-width="1.5" stroke-linecap="round"/>
75
+ </g>
76
+ <g transform="translate(256, 412)" opacity="0.5">
77
+ <rect x="-40" y="0" width="3" height="10" rx="1.5" fill="#38BDF8"/>
78
+ <rect x="-30" y="-4" width="3" height="14" rx="1.5" fill="#38BDF8"/>
79
+ <rect x="-20" y="-8" width="3" height="18" rx="1.5" fill="#38BDF8"/>
80
+ <rect x="-10" y="-4" width="3" height="14" rx="1.5" fill="#38BDF8"/>
81
+ <rect x="7" y="-4" width="3" height="14" rx="1.5" fill="#38BDF8"/>
82
+ <rect x="17" y="-8" width="3" height="18" rx="1.5" fill="#38BDF8"/>
83
+ <rect x="27" y="-4" width="3" height="14" rx="1.5" fill="#38BDF8"/>
84
+ <rect x="37" y="0" width="3" height="10" rx="1.5" fill="#38BDF8"/>
85
+ </g>
5
86
  </svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taker007/crypto-guardian-snap",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "Crypto Guardian - Risk signals for Ethereum tokens and transaction warnings. Advisory only.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.1.0",
2
+ "version": "1.1.1",
3
3
  "description": "Crypto Guardian provides risk signals for Ethereum tokens and transaction warnings. Advisory only — does not block transactions.",
4
4
  "proposedName": "Crypto Guardian",
5
5
  "repository": {
@@ -7,7 +7,7 @@
7
7
  "url": "https://github.com/taker007/crypto-guardian.git"
8
8
  },
9
9
  "source": {
10
- "shasum": "X4y9mxTzCuU9qNupS4XTdGkskNy2mXrnqd/Z79MmydM=",
10
+ "shasum": "cNlMbl70B1usNJxalMQiLdWUUULHHxxPWZPAi6Boyvo=",
11
11
  "location": {
12
12
  "npm": {
13
13
  "filePath": "dist/bundle.js",