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-arlo
Advanced tools
Arlo platform plugin for Homebridge.
Arlo only allows a single login to each account at a time, as a result, if you are running Homebridge and the Arlo on the same account...logging in on your iPhone to view cameras will log out homebridge's Arlo access.
Therefore, I highly recommend creating an additional account in Arlo, just for homebridge access.
This plugin currently only support Base Stations, not cameras. This is mainly because I haven't gotten video streaming to work yet.
"platforms": [
{
"platform": "Arlo",
"name": "Arlo",
"email": "<insert arlo account email address>",
"password": "<insert arlo account password>"
}
]
By default, Arlo only provides two modes (armed and disarmed). Since HomeKit allows a security system to have 4 statees (away, home, night and off), we provide two config parameters to enable support for the additional 2 states. If these configuration parameters aren't provided setting the state to home or night will result in the state being set to away.
stay_arm
- The string label for the mode created in Arlo for the home or stay state.
night_arm
- The string label for the mode created in Arlo for the night state.
Sample Configuration
"platforms": [
{
"platform": "Arlo",
"name": "Arlo",
"email": "<insert arlo account email address>",
"password": "<insert arlo account password>",
"stay_arm": "mode2",
"night_arm": "mode3"
}
]
Arming - Away Mode
Set the security system to armed/away
Disarming - Off Mode
Set the security system to disarmed/off
Arming - Home Mode
Set the security system to stay
Arming - Night Mode
Set the security system to night
FAQs
Arlo plugin for homebridge
The npm package homebridge-arlo receives a total of 41 weekly downloads. As such, homebridge-arlo popularity was classified as not popular.
We found that homebridge-arlo 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.