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.
Note: Binary files aren't shown on the web site. To see all files, please download the extension zipfile.
EGO-A-005 manual_review
extensions should not access the clipboard directly
Direct clipboard access via `St.Clipboard.get_default()` requires reviewer scrutiny.
extension.js:188
St.Clipboard.get_default()
| Version | Status |
|---|---|
| 2 | Unreviewed |
| 1 | Rejected |