Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Process clipboard content and show helpful overlays or notifications based on the content, e.g. parse UNIX timestamps, AWS account IDs, VINs, base64 strings and more.
Process clipboard content and show helpful overlays or notifications based on the content, e.g. parse UNIX timestamps, AWS account IDs, VINs, base64 strings and more.
All parsing & decoding is done locally. The clipboard content is not sent to any external service.
Some features require additional libraries to be installed (see below).
Install with required dependencies only:
pip install clipboard-processor
Install with all optional dependencies (recommended):
pip install clipboard-processor[all]
clipboard-processor
Show help:
clipboard-processor --help
Run with xclip-primary input mode:
clipboard-processor --input xclip-primary
There are different input modes available:
Mode | Description |
---|---|
auto | Use pyperclip for cross-platform clipboard access. This is the default. |
xclip-primary | Use the primary selection on linux via xclip . No explicit copy operation is needed – selecting the text is sufficient. Requires xclip command in the search path. |
All decoding functionality is provided via plugins. Per default, all available plugins are enabled.
Plugin | Description | External library |
---|---|---|
aws_account_id | Show AWS account name for given AWS account ID by parsing ~/.aws/config | - |
base64 | Decode base64 strings | - |
hex-utf8 | Decode printable UTF-8 strings from hexadecimal representation | - |
jwt | Decode JSON web tokens (JWTs) | PyJWT |
oui | Show vendor name for given MAC address or OUI (see IEEE OUI database) | netaddr |
ulid | Parse ULIDs and show the encoded timestamp | python-ulid |
unixtime | Parse UNIX timestamps and show the human-readable (ISO 8601) time | - |
vin | Decode Vehicle Identification Numbers (VINs) | vininfo |
There are different output modes available:
Mode | Description |
---|---|
ui | Use tkinter overlay near the current mouse position to show the output. This is the default. |
notify | Use desktop-notifier to show the output in a desktop notification. |
stdout | Print the result of the processing to the standard output. This is mostly intended for debugging and testing. |
This project uses Hatch for managing the development environment.
Install xvfb
for running the snapshot tests.
TODO: some more effort might be necessary to support Windows and macOS.
hatch test --all
hatch run test-minimal:run
hatch run test-snapshot:run
Create a development environment in .venv/
which can easily be used by IntelliJ or other IDEs:
hatch env create dev
hatch shell
clipboard-processor
or
hatch run clipboard-processor
In case dependencies are not synced into an existing env, try removing all environments:
hatch env prune
FAQs
Process clipboard content and show helpful overlays or notifications based on the content, e.g. parse UNIX timestamps, AWS account IDs, VINs, base64 strings and more.
We found that clipboard-processor demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.