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.
hubot-skype-bot
Advanced tools
A Hubot adapter for the official Skype Bots API (Preview).
This adapter relies on Skype NodeJS SDK.
Refer to Skype Bots documentation for more information.
See src/skype.coffee
for full documentation.
You need 3 pieces of credentials before getting started with hubot-skype-bot
: a Skype bot ID, a Microsoft application ID, and a secret associated with the application ID.
To obtain the Skype bot ID, start by creating a new Skype bot (https://developer.microsoft.com/en-us/skype/bots/manage/Create).
Tick both "Send and receive messages and content in 1:1 chat", and "Send and receive messages and content in a group chat (limited preview for developer accounts only)".
For the "Messaging Webhook", set it to the URL that your bot will be hosted, and accessible from, followed by a /skype/
path. For example, if you are using ngrok
to expose your locally hosted bot, you will be entering something like: https://unique-id.ngrok.io/skype/
During the creation process, you will be asked for a Microsoft Application ID.
There should be a link to the Microsoft Application Registration Portal (https://apps.dev.microsoft.com/). Once you create an application, you will be given an application ID, and a secret associated with the application ID.
You should now have the 3 aforementioned pieces of credentials. Expose them to your bot environment:
export SKYPE_BOT_ID="BOT ID HERE"
export MICROSOFT_APP_ID="APP ID HERE"
export MICROSOFT_APP_SECRET="APP SECRET HERE"
npm install --save hubot-skype-bot
Now, run Hubot with the skype-bot
adapter:
./bin/hubot -a skype-bot
Variable | Default | Description |
---|---|---|
MICROSOFT_APP_ID | N/A | Your bot's unique ID (https://developer.microsoft.com/en-us/skype/bots/manage) |
MICROSOFT_APP_SECRET | N/A | A Microsoft application ID to authenticate your bot (https://apps.dev.microsoft.com/) |
SKYPE_BOT_ID | N/A | A Microsoft application secret associated with your application ID (https://apps.dev.microsoft.com/) |
FAQs
A Hubot adapter for the official Skype Bots API (Preview).
The npm package hubot-skype-bot receives a total of 0 weekly downloads. As such, hubot-skype-bot popularity was classified as not popular.
We found that hubot-skype-bot 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.