You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: remove private key material from all log outputs
CRITICAL: seed phrases, nsec values, and private key hex were being
logged to console via structured logger data objects. Any logging
backend would capture users' private keys in plaintext.
Removed secret data from all logger.log/logger.error calls while
preserving descriptive log messages. Also fixed nsec being embedded
in Error message strings.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments