
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
github.com/viam-labs/wifi-sensor
A Viam sensor implementation that reads the system's wifi information. This is an example repo to show how to:
For iterative development, you can run a module locally (laptop or robot) and test it using a local instance of the RDK.
Create the binary with make wifi
.
Your config will look something like this (replace /path/to/wifi-sensor with the actual path on your system):
{
"components": [
{
"name": "whatever",
"model": "viam:sensor:linux-wifi",
"type": "sensor"
}
],
"modules": [
{
"name": "wifi",
"executable_path": "/path/to/wifi-sensor/wifi",
"type": "local"
}
]
}
Our docs for running local modules are here.
If you fork this and want to deploy to the registry, you'll need to update namespaces and CI secrets. Full fork instructions are in the Python module example.
FAQs
Unknown package
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
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.