Review of "Secure Clipboard" version 2

Details Page Preview

Secrets-aware clipboard helper for the top panel. Clipboard access: this extension reads the system clipboard to detect high-risk patterns (private keys, seed phrases, API tokens, long hex secrets, JWTs, and similar). Matching secrets are never stored in history. With auto-clear enabled (default), the clipboard and primary selection are cleared after a short timeout. Non-secret clips may be kept in a short in-memory history until the extension is disabled or the session ends. Clipboard data is never sent to any network service. No telemetry.

Extension Homepage
https://github.com/N0L0g1c/Secure-Clipboard

No comments.

Diff Against

Files

Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.

Shexli (experimental) manual_review 1

Shexli found 1 issue that may need reviewer attention.

EGO-A-005 manual_review

extensions should not access the clipboard directly

Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.

Review Guidelines

  • extension.js:188
    St.Clipboard.get_default()

All Versions

Version Status
2 Unreviewed
1 Rejected