
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.
homebridge-lighthouse
Advanced tools
Valve Lighthouse 2.0 plugin for Homebridge
This plugin relies on BlueZ and D-Bus, so will not run on Windows or Mac.
sudo npm install -g homebridge-lighthouse --unsafe-perm
.Configuration sample:
"platforms": [
{
"platform": "lighthouse",
"lighthouses": [
"LHB-ADD18BFB",
"LHB-02BF1E38"
],
"scanTimeout": 10,
"bleTimeout": 1,
"updateFrequency": 60,
}
]
3
)10
)1.5
)30
)If you are getting permission errors, you may need to create the file /etc/dbus-1/system.d/homebridge-lighthouse.conf
with the following contents:
<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN"
"http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd">
<busconfig>
<policy user="homebridge">
<allow own="org.bluez"/>
<allow send_destination="org.bluez"/>
<allow send_interface="org.bluez.GattCharacteristic1"/>
<allow send_interface="org.bluez.GattDescriptor1"/>
<allow send_interface="org.freedesktop.DBus.ObjectManager"/>
<allow send_interface="org.freedesktop.DBus.Properties"/>
</policy>
</busconfig>
If you are running Homebridge under an ID other than homebridge
, change the policy user
line above.
FAQs
Valve Lighthouse 2.0 plugin for Homebridge
The npm package homebridge-lighthouse receives a total of 11 weekly downloads. As such, homebridge-lighthouse popularity was classified as not popular.
We found that homebridge-lighthouse 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
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.