
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@netcentric/cm-notify
Advanced tools
Adobe Cloud Manager Pipeline Notifications to Slack, Teams and Email
Cloud Manager Notify is a Node.js application that listens for Cloud Manager events and sends notifications to Slack and Microsoft Teams.
npm i -g @netcentric/cm-notify
npm i @netcentric/cm-notify
cm-notify [COMMAND]
./node_modules/.bin/cm-notify [COMMAND]
const {
startApp,
startNgrok,
setupGoogle,
setupAdobe
} = require('@netcentric/cm-notify');
startApp();
start:app
- Start the application server to listen for Cloud Manager eventsstart:ngrok
- Start ngroksetup:adobe
- Setup Adobe Cloud Manager pipelines datasetup:google
- Setup Google Auth Tokentest
- Post test event to the local webhook.env
file in the root folder with the following variables:Minimal required envs:
# Cloud Manager envs
ORGANIZATION_NAME=orgname# used to build the URL for the Pipeline
# Messanger apps env
SLACK_WEBHOOK=webhook_url
All envs:
# Cloud Manager envs
ORGANIZATION_NAME=orgname# used to build the URL for the Pipeline
CLIENT_ID=e231#used to validate CM event
# Messanger apps env
SLACK_WEBHOOK=https://hooks.slack.com/services/123
# Teams webhook URL
TEAMS_WEBHOOK=https://prod-123.westus.logic.azure.com:443/workflows/123
# Teams email, alternative approach, if Webhook is disabled
TEAMS_EMAIL=email.onmicrosoft.com@amer.teams.ms
# Email sender env
# Only needed if Teams email approach is used
EMAIL_FROM=gmailuser@googleworkspacedomain.com
# App env (optional)
PORT=4000# port to run the application, default is 4000
DATA_PATH=./.data# path to the data folder wher tokens are stored, default is ./.data
# Ngrok env (optional)
# Only needed if ngrok is used for local testing
NGROK_AUTHTOKEN=123
NGROK_DOMAIN=domain-name.ngrok-free.app
Cloud Manager Events
this-application-URL/webhook
.OAuth credentials
and I/O Management API
.env
file.data
filescm-notify start:app
cm-notify test
FAQs
Adobe Cloud Manager Pipeline Notifications to Slack, Teams and Email
The npm package @netcentric/cm-notify receives a total of 0 weekly downloads. As such, @netcentric/cm-notify popularity was classified as not popular.
We found that @netcentric/cm-notify demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.