
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.
nodebb-plugin-slack-bidirectional
Advanced tools
Bidirectional Slack-NodeBB integration via AWS Lambda with multi-tenant support
Bidirectional synchronization between NodeBB and Slack via AWS Lambda with multi-tenant support.
NodeBB Topic/Reply
↓
[This Plugin]
↓
AWS API Gateway (/nodebb/events)
↓
AWS EventBridge
↓
Lambda Processor
↓
Slack API (post message)
↓
DynamoDB (store mapping)
Slack Message
↓
AWS API Gateway (/slack/events)
↓
AWS EventBridge
↓
Lambda Processor
↓
NodeBB API (create topic/reply)
↓
DynamoDB (store mapping)
cd /path/to/nodebb
npm install nodebb-plugin-slack-bidirectional
./nodebb build && ./nodebb restart
cd /path/to/nodebb/node_modules
git clone https://github.com/OneGuidePortal/nodebb-plugin-slack-bidirectional.git
cd ..
./nodebb build && ./nodebb restart
Go to Admin → Plugins → Slack Bidirectional Sync
Configure:
https://xxx.execute-api.region.amazonaws.com/dev/nodebb/events)Click "Test Connection" to verify AWS connectivity
Add channel mappings to link Slack channels to NodeBB categories
This plugin supports multiple NodeBB instances sharing the same AWS infrastructure. Each NodeBB instance:
url settingThe site URL is derived from NodeBB's configuration (e.g., https://nodebb.example.com/sitename/api).
The plugin adds a hidden marker [slack-sync] to content created from Slack. When NodeBB fires a hook for this content, the plugin detects the marker and skips sending it back to Slack.
The Slack app (configured in AWS) needs these scopes:
chat:write - Post messageschannels:read - Read channel infochannels:join - Join channelsusers:read - Read user infousers:read.email - Read user emails (for user matching)This plugin works with the OneGuide Notifications AWS stack which includes:
See the packages/notifications directory in the main repo for infrastructure details.
To update to the latest version:
cd /path/to/nodebb
npm update nodebb-plugin-slack-bidirectional
./nodebb build && ./nodebb restart
MIT
FAQs
Bidirectional Slack-NodeBB integration via AWS Lambda with multi-tenant support
We found that nodebb-plugin-slack-bidirectional demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer 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.