
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@auto-canary/chrome
Advanced tools
This plugin allows you to automate the publishing of chrome extensions
::: message is-success Example Repo: here :::
To publish to the chrome web store you will need the following secrets set in your environment. See here for a guide one how to get these values.
CLIENT_ID
CLIENT_SECRET
REFRESH_TOKEN
This plugin is not included with the auto
CLI installed via NPM. To install:
npm i --save-dev @auto-it/chrome
# or
yarn add -D @auto-it/chrome
You must first pack/zip your plugin before running auto
.
These environment variables tell auto
what to publish.
extension.zip
Or you can set these values in the autorc:
{
"plugins": [
[
"chrome",
{
"id": "1234",
"build": "path/to/zip/or/folder",
"manifest": "path/tp/manifest.json"
}
]
]
}
::: message is-warning :warning: You must have a manifest.json for this plugin to work. :::
FAQs
Chrome publishing plugin for auto
The npm package @auto-canary/chrome receives a total of 41 weekly downloads. As such, @auto-canary/chrome popularity was classified as not popular.
We found that @auto-canary/chrome demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.