
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
serverless-plugin-bespoken
Advanced tools
A serverless plugin using bespoken proxy to test your work without deploying.
If you have to deploy your work everytime you are making changes, this tool will help you reduce that time. We generate a local server that is a attached to a proxy online so that you can use that url to access the functionality that you have in your code in your laptop.
The bst proxy
service makes your local AWS Lambda available to debug and test via public URL. And though the URL is public, it is unique to you, and known only to you.
It is great for developing and testing:
It creates a unique public URL through which you can access it. Once installed, all you need to access it is:
sls proxy
You can now send and receive data to your locally running Lambda! Here is a demo of in action using Postman:
More detailed info on how the proxy works can be found here.
npm install serverless-plugin-bespoken --save-dev
Add the plugin to your serverless.yml
file:
plugins:
- serverless-plugin-bespoken
You're set! The plugin will run by using sls proxy
.
Now you can use the generated url and access directly to your local server.
FAQs
Serverless Plugin Bespoken
The npm package serverless-plugin-bespoken receives a total of 6 weekly downloads. As such, serverless-plugin-bespoken popularity was classified as not popular.
We found that serverless-plugin-bespoken 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 researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.