
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.