Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
homebridge-twilio
Advanced tools
Homebridge plugin to make calls with a static message using Twilio api (paid service)
Homebridge plugin to make phone calls from a server using a static message. This plugin uses Twilio api, which is a paid service at a fair price - www.Twilio.com.
Very good use for homekit alarms and sensor, you can set an automation to call your phone if your alarm is triggered, there is a water leak or smoke detected.
Click here to review more of my plugins.
To use this plugin, you need to signup to their website and get a phone number from their service it will use you in the config as twilioNumber.
Then, create a 'TwiML' from the Runtime menu under 'TwiML Bin', this is an xml format file which include the content of the call you want to make. more information can be found here: https://www.twilio.com/docs/api/twiml. Another option is to store the xml file on your own servers with external access.
XML example:
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say voice="alice" loop="0" language="en-gb"> The Alarm is Triggered!
</Say>
</Response>
The link to your TwilML will be used in the config as xmlUrl.
the accountSid and authToken can be retrieved from https://www.twilio.com/console/account/settings
After you set all of those, you can move forward to installing the plugin on homebridge.
Config.json sample:
"accessories": [
{
"accessory": "Twilio",
"name": "Call David",
"accountSid": "4352435f45f423456d652643dxre",
"authToken": "RVGH54CG45G5TG354GRT45T45G4G",
"xmlUrl": "https://handler.twilio.com/twiml/32JKN23ljknl23rl23",
"toNumber": "+445287563029",
"twilioNumber": "+445287562349",
"repeatCall": false
}
]
"repeatCall": true
will make a second call if there was no answer from the recipient (voice machines will be marked as "answerd")FAQs
Homebridge plugin to make calls with a static message using Twilio api (paid service)
The npm package homebridge-twilio receives a total of 2 weekly downloads. As such, homebridge-twilio popularity was classified as not popular.
We found that homebridge-twilio 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.