Security News
Research
Data Theft Repackaged: A Case Study in Malicious Wrapper Packages on npm
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
.. |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.
Security News
Research
The Socket Research Team breaks down a malicious wrapper package that uses obfuscation to harvest credentials and exfiltrate sensitive data.
Research
Security News
Attackers used a malicious npm package typosquatting a popular ESLint plugin to steal sensitive data, execute commands, and exploit developer systems.
Security News
The Ultralytics' PyPI Package was compromised four times in one weekend through GitHub Actions cache poisoning and failure to rotate previously compromised API tokens.