
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@curatedotfun/discord
Advanced tools
The Discord plugin enables distribution of curated content to Discord channels.
Create a Discord bot and get its token:
Get your channel ID:
Modify your curate.config.json
to include the Discord configuration:
{
"outputs": {
"stream": {
"enabled": true,
"distribute": [
{
"plugin": "@curatedotfun/discord",
"config": {
"botToken": "{DISCORD_BOT_TOKEN}",
"channelId": "123456789012345678"
}
}
]
}
}
}
The container is already set up with the Discord bot token, which handles the API requests from the bot to your Discord channel. It automatically gets hydrated into the curate.config.json on start-up, replacing {DISCORD_BOT_TOKEN}
.
You need to specify:
channelId
: Your Discord channel ID (e.g., 123456789012345678)These values can be shared publicly.
Add the bot to your server:
Enable the stream by setting "enabled": true
if not already enabled.
Once merged, your approved messages will start flowing to the configured Discord channel.
:::tip
If your stream had been disabled and you have existing, approved curations, call /api/feeds/:feedId/process
to process them.
:::
Full configuration options for the Discord plugin:
{
"plugin": "@curatedotfun/discord",
"config": {
"botToken": "{DISCORD_BOT_TOKEN}", // Automatically injected
"channelId": "123456789012345678" // Your Discord channel ID
}
}
FAQs
Discord plugin for curatedotfun
We found that @curatedotfun/discord 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.