Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
homebridge-misfit-bolt
Advanced tools
Misfit Bolt plugin for Homebridge.
npm install -g homebridge
npm install -g homebridge-misfit-bolt
Configuration sample:
"platforms": [
{
"platform": "MisfitBolt",
"name": "MisfitBolt",
"accessories": [{
"id": "1fd6828fedbd431aa38f48683b1ed92a",
"name": "Bolt",
"disconnectTimeout": 5000
}]
}
]
The module will fetch all your Misfit Bolts listed in platform.accessories
and make them available to HomeBridge / HomeKit / Siri.
Each accessory should have the following properties:
id
:UUID of your misfit bolt as recognized by your system. On linux, you can find out your UUIDs using the following command:
$ sudo hcitool lescan
LE Scan ...
20:33:8F:8A:FA:AC MFBOLT
will become in your config:
{
"id": "20338f8afaac",
"name": "Bolt"
}
name
:Name of your Bolt, as you want it to appear in your Homekit supported app.
disconnectTimeout
: (optional, default to 10000)Time in millisecond after which homebridge will disconnect from the bulb, so that it can be discovered by other BLE enabled devices (useful if you want to keep using the original Misfit Bolt app in parallel of using homebridge).
Unit tests.
FAQs
Misfit Bolt plugin for homebridge
The npm package homebridge-misfit-bolt receives a total of 0 weekly downloads. As such, homebridge-misfit-bolt popularity was classified as not popular.
We found that homebridge-misfit-bolt demonstrated a not healthy version release cadence and project activity because the last version was released 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.