
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.
.. |pypi_downloads| image:: https://img.shields.io/pypi/dm/pyvelop?style=for-the-badge&label=PyPI%20Downloads :alt: PyPI - Downloads
.. |pypi_version| image:: https://img.shields.io/pypi/v/pyvelop?style=for-the-badge :alt: PyPI - Version
.. |github_release| image:: https://img.shields.io/github/v/release/uvjim/pyvelop?style=for-the-badge :alt: GitHub Release
.. |github_downloads| image:: https://img.shields.io/github/downloads/uvjim/pyvelop/total?style=for-the-badge&label=GitHub%20Downloads :alt: GitHub Downloads (all assets, all releases)
|pypi_version| |pypi_downloads|
|github_release| |github_downloads|
A Python library for the Linksys Velop Mesh system
This library was built with the intention of allowing easy communication with the Linksys Velop Mesh system. Primarily,
it was built to support the linksys_velop <https://github.com/uvjim/linksys_velop>_ custom component in Home Assistant <https://home-assistant.io/>_.
pip install pyvelop
To get started you can use the following as a skeleton.
.. code:: python
import asyncio
from pyvelop.mesh import Mesh
async def main():
async with Mesh(node="192.168.1.1", password="my_password") as mesh:
await mesh.async_initialise()
print(mesh.nodes)
if __name__ == "__main__":
loop = asyncio.get_event_loop()
loop.run_until_complete(main())
The library also has a CLI which can be used like so...
pyvelop mesh details -a PRIMARY_NODE -p PASSWORD - Lists all known details about the mesh.
pyvelop node details bedroom -a PRIMARY_NODE -p PASSWORD - Lists all known details about the given node.
pyvelop --help - show all available options
This is NOT an official module, and it is NOT officially supported by the vendor.
FAQs
A Python library for the Linksys Velop Mesh system
We found that pyvelop 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.