Review of "Secure Clipboard" version 1

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.

FAQ

Files

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

Shexli (experimental) warning 1 manual_review 1

Shexli found 2 issues that may need reviewer attention.

EGO-X-004 warning

extensions should avoid synchronous file IO in shell code

Shell code should avoid synchronous file IO APIs like `GLib.file_get_contents()` and `Gio.File.load_contents()`.

File Operations

  • extension.js:42
    file.load_contents(null)

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:217
    St.Clipboard.get_default()

All Versions

Version Status
2 Unreviewed
1 Rejected

Previous Reviews on this Version

NoLo auto- rejected
Auto-rejected because of new version 2 was uploaded