
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
This package was created by factoring out many reusable code artifacts from my various projects over a number of years. Since this work was not a part of a group effort, the test coverage is predictably abysmal :raised_eyebrow: and Python documentation notably absent :expressionless:. For each of my projects, which derive from a common Docker application found here, this package provides some specific and relatively powerful features to enable rapid offshoots for new ideas. Here is what functionality this package provides:
config.py
.app.creds
Credential helper that provides a consistent interface between the 1Password Connect Server or 1Password Service Account modes, depending on your preference.Handy stand-alone tools:
The package is now organized under src/tailucas_pylib/
with the following key modules:
Core Modules:
__init__.py
: Bootstrap module with logging, configuration, and credential setupconfig.py
: Global configuration managementcreds.py
: 1Password credential management with both Connect and Service Account supportApplication Framework:
app.py
: Thread management with ZMQ relay and worker patternsthreads.py
: Thread monitoring and lifecycle managementhandler.py
: Exception handling context managerprocess.py
: Signal handling and process utilitiesCommunication:
rabbit.py
: RabbitMQ integration with ZMQ bridgingzmq.py
: ZeroMQ socket management and utilitiesUtilities:
data.py
: MessagePack payload creationdatetime.py
: Timezone-aware datetime utilitiesdevice.py
: Pydantic device modelbluetooth.py
: Bluetooth device detection via hcitoolAWS Integration:
aws/__init__.py
: Boto3 session managementaws/metrics.py
: CloudWatch metrics publishingaws/swf.py
: Simple Workflow Service integration (deprecated)Command-line Tools:
tools/config_interpol.py
: Configuration interpolationtools/cred_tool.py
: Credential retrieval utilitytools/yaml_interpol.py
: YAML template processingTechnologies that help make this package useful:
Also:
Core Technologies:
AWS Integration:
Development Tools:
Here is some detail about the intended use of this package.
A Python project or runtime environment. Since this project is already initialized with [uv][vu-url] dependency management, I recommend that you continue to use it. Beyond the Python dependencies defined in the configuration, the package init carries hardcoded dependencies on Sentry and 1Password in order to function. Unless you want these and are effectively extending my base project, you're likely better off forking this package and cutting out what you do not need.
This package is published to the Python Package index from time to time.
I have various projects that use this tool chain. For example, my Base Project which can be run stand-alone but also serves as my Docker base image from which other projects are derived.
Distributed under the MIT License. See LICENSE for more information.
FAQs
Add your description here
We found that tailucas-pylib 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.