
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.
@trademe/reviewme
Advanced tools
ReviewMe is a nodejs app that monitors App Store and Google Play reviews, and posts them to Slack.
This project was originally forked from reviews-to-slack
npm install -g @trademe/reviewme
reviewme ~/myappsconfig.json
ReviewMe requires a config file. A simple config looks something like:
{
"slackHook": "https://hooks.slack.com/services/01234/5678",
"verbose": true,
"dryRun": false,
"interval":300,
"apps": [
{
"appId": "com.myandroidapp",
"publisherKey": "~/publisher.json"
},
{
"appId": "012345678",
"regions": [
"nz",
"us"
]
}
]
}
300
..json
file). Used for accessing the Google Play Publisher API.Note: Some options override the global configuration
false
to include all regions)ReviewMe requires access to the Google Play Publisher API to fetch reviews. You need to supply ReviewMe with a Google Play Publisher API private key:
Go to the Google Play Developer Console -> Settings -> API Access
Create a Google Play Android Developer project
Create a Service Account with "Service Accounts" -> "Service Account User" role
Download the private key (.json
)
Supply the path to the private key in the config.json
FAQs
Google Play and App Store reviews posted to Slack
The npm package @trademe/reviewme receives a total of 1 weekly downloads. As such, @trademe/reviewme popularity was classified as not popular.
We found that @trademe/reviewme demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.