
Research
Malicious NuGet Packages Typosquat Nethereum to Exfiltrate Wallet Keys
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
@heroku-cli/heroku-slugs
Advanced tools
This plugin adds commands to the Heroku CLI for downloading slugs
$ heroku slugs -a appname
Slugs in appname
v24: 00000000-bbbb-cccc-dddd-eeeeeeeeeeee
v23: 11111111-bbbb-cccc-dddd-eeeeeeeeeeee
v22: 22222222-bbbb-cccc-dddd-eeeeeeeeeeee
v21: 33333333-bbbb-cccc-dddd-eeeeeeeeeeee
$ heroku slugs:download 00000000-bbbb-cccc-dddd-eeeeeeeeeeee -a appname
This will download the Slug directly from our filestore on S3
$ export HEROKU_HTTP_PROXY_HOST=<your-proxy-host>
$ export HEROKU_HTTP_PROXY_PORT=<your-proxy-port>
$ heroku slugs:download 00000000-bbbb-cccc-dddd-eeeeeeeeeeee -a appname
$ npm install -g @heroku-cli/heroku-slugs
$ heroku COMMAND
running command...
$ heroku (--version)
@heroku-cli/heroku-slugs/2.0.0 darwin-x64 node-v20.18.3
$ heroku --help [COMMAND]
USAGE
$ heroku COMMAND
...
heroku slugs
list recent slugs on application
USAGE
$ heroku slugs -a <value> [-r <value>]
FLAGS
-a, --app=<value> (required) app to run command against
-r, --remote=<value> git remote of app to use
DESCRIPTION
list recent slugs on application
EXAMPLES
$ heroku slugs --app myapp
See code: src/commands/slugs/index.ts
heroku slugs:download [SLUG]
download a slug's tarball to <APP_NAME>/slug.tar.gz and then extract the slug
USAGE
$ heroku slugs:download [SLUG] -a <value> [-e] [-r <value>]
ARGUMENTS
SLUG name or ID of slug
FLAGS
-a, --app=<value> (required) app to run command against
-e, --no-extract-slug skip extracting slug after download
-r, --remote=<value> git remote of app to use
DESCRIPTION
download a slug's tarball to <APP_NAME>/slug.tar.gz and then extract the slug
EXAMPLES
$ heroku slugs:download --app example-app v2
$ heroku slugs:download --app example-app v2 --no-extract-slug
See code: src/commands/slugs/download.ts
FAQs
Heroku CLI Plugin to manage and download slugs
We found that @heroku-cli/heroku-slugs demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 55 open source maintainers 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
The Socket Threat Research Team uncovered malicious NuGet packages typosquatting the popular Nethereum project to steal wallet keys.
Product
A single platform for static analysis, secrets detection, container scanning, and CVE checks—built on trusted open source tools, ready to run out of the box.
Product
Socket is launching experimental protection for the Hugging Face ecosystem, scanning for malware and malicious payload injections inside model files to prevent silent AI supply chain attacks.