Security context

What an agent needs to avoid regressing past fixes and find the next vuln in this repo.

bitsocialnet/seedit
master @ 5a993c0
2
Fixes
0
CVEs
MEDIUM
Peak severity
100.0%
Coverage
Highlights
Cryptographic Issues: 1 prior fix. Scrutinize any change in this area.
src/views/settings/account-settings/account-settings.tsx: most-fixed (1 issue). Treat as high-risk during review.
0 high-severity fixes in this history; regressions here are high-impact.
Recurring patterns

The bug types that recur here, drawn from past fixes, not open vulnerabilities.

Information Disclosure: User private keys were rendered in plaintext inside the account settings UI text area due to unredacted stringification of the signer object, presenting a critical risk of credential exposure to users or shoulder surfers.
Cryptographic Issues: The cryptographic message payload intended for wallet verification included redundant or incorrect address parameters, potentially weakening signature validation or enabling replay/association attacks across Plebbit author addresses.