
Company News
/Security News
Socket Selected for OpenAI's Cybersecurity Grant Program
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.
3scale-loader
Advanced tools
Sometime to do a demo of 3scale, you would like to populate your account with sample data.
This scripts does two things :
Go to your 3scale admin console and click on the gear icon on the top right corner
and drill down to Personal Settings > Tokens.
Create an access token and keep the generated token in a safe place. Make sure the "Account Management API" scope is checked and permissions is set to "Read/write".

If you create an extra field named "x-created-by", the script will use it to mark the accounts, applications and users so that it can do the cleanup later.
If this extra field is not created, the cleanup will not be done.
To create this field, go to your 3scale admin console and drill down to
Settings > Fields Definition and create three fields :
x-created-byx-created-byx-created-byMake sure the name is x-created-by (the name is currently hardcoded) and :
Hidden is checkedRead Only is checked

The easiest way to install this script is through NPM :
npm install -g 3scale-loader
To create 2 sample accounts, 3 applications in each account and 1 additional user in each account :
3scale-loader create --host <tenant>-admin.3scale.net --token <your-access-token> --accounts 2 --applications 3 --users 1 --verbose
To cleanup the created objects :
3scale-loader cleanup --host <tenant>-admin.3scale.net --token <your-access-token> --verbose
To get some help :
3scale-loader --help
FAQs
A script that loads sample data in 3scale
The npm package 3scale-loader receives a total of 10 weekly downloads. As such, 3scale-loader popularity was classified as not popular.
We found that 3scale-loader 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.

Company News
/Security News
Socket is an initial recipient of OpenAI's Cybersecurity Grant Program, which commits $10M in API credits to defenders securing open source software.

Security News
Socket CEO Feross Aboukhadijeh joins 10 Minutes or Less, a podcast by Ali Rohde, to discuss the recent surge in open source supply chain attacks.

Research
/Security News
Campaign of 108 extensions harvests identities, steals sessions, and adds backdoors to browsers, all tied to the same C2 infrastructure.