Skip to content

Commit 4e45dc2

Browse files
saint-Joyclaude
andcommitted
blog: 2026-03-24 — security audit 32 closed, studio mobile
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3635725 commit 4e45dc2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

blog/2026_03_24.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
[[security]] audit 32 closed all open findings in [[cyb]] wallet. 6 fixes pushed to master:
2+
3+
- mnemonic inputs masked by default (`type="password"`) + eye toggle to reveal — was plaintext on screen (HIGH)
4+
- [[service worker]] POST cache filtered — `/cosmos/tx/`, `/broadcast`, `/sign`, `/auth/`, `/bank/` excluded. was caching all POST responses including tx broadcast (MEDIUM)
5+
- long-press protection on secret values — `user-select: none`, `-webkit-touch-callout: none` (MEDIUM)
6+
- `-webkit-text-security: disc` CSS fallback on password inputs (MEDIUM)
7+
- clipboard auto-clear 30s after address copy (LOW)
8+
- removed console.log near mnemonic variable in Tauri bootstrap (LOW)
9+
10+
cumulative audit status: 0 open findings across 108 total (4 critical, 17 high, 35 medium, 52 low — all fixed or accepted).
11+
12+
[[studio]] page responsive on mobile — single column layout, keywords wrap horizontally, particle URL param support for cyberlink from [[commander]].
13+
14+
commit `69209b78`

0 commit comments

Comments
 (0)