Avoid storing secrets in Electron local stores without hardening
electron-store writes that look like credentials should use OS-level secret storage instead.
#Metadata
#Why it matters
Local JSON stores are readable by other processes and backups unless encrypted with platform APIs.
#Remediation
Prefer OS keychains, encrypted vaults, or short-lived session material instead of long-lived plaintext secrets on disk.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.security.electron-insecure-local-state.rule.yaml.