
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
@unly/slack-codebuild
Advanced tools
Send AWS CodeBuild status messages to Slack via an Incoming WebHook.
This utility is designed to be used in an AWS CodeBuild project.
Storing the SLACK_WEBHOOK_URL environment variable value in your
AWS Systems Manager Parameter Store is strongly
recommended.
Example buildspec.yml file:
env:
parameter-store:
SLACK_WEBHOOK_URL: /CodeBuild/MyProject/SlackWebHookUrl
CODEBUILD_NOTIFY_ONLY_IF_FAIL: 1
phases:
install:
commands:
- npm install -g slack-codebuild
post_build:
finally:
- slack-codebuild
SLACK_WEBHOOK_URLThe Incoming WebHook URL where messages will be posted
(e.g. https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX)
AWS_REGIONThe AWS region where the build is running.
This variable is automatically provided by CodeBuild.
CODEBUILD_BUILD_IDThe AWS CodeBuild ID of the build.
This variable is automatically provided by CodeBuild.
CODEBUILD_BUILD_SUCCEEDINGWhether the current build is succeeding. Set to 0 if the build is failing, or 1 if the build is succeeding.
CODEBUILD_NOTIFY_ONLY_IF_FAILSet to 0 if you want to be notify whatever, or 1 only on failure. Default set to 0
This variable is automatically provided by CodeBuild.
FAQs
Send AWS CodeBuild status messages to Slack via an Incoming WebHook.
We found that @unly/slack-codebuild demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.