
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
bunshin-slack
Advanced tools
A simple CLI tool to send messages to Slack channels as yourself.
# From npm
npm install -g bunshin
# Or from source
git clone https://github.com/Naturalclar/bunshin.git
cd bunshin
bun install
bun link
You have several options for configuration:
# Set up with the init command
bunshin init --token "xoxp-your-token-here" --channel "C12345678"
This creates a .bunshinrc
file in your home directory.
Create a .bunshinrc
file in your home directory or project directory:
{
"slackToken": "xoxp-your-token-here",
"defaultChannel": "C12345678"
}
Create a .env
file in your project:
SLACK_TOKEN=xoxp-your-token-here
DEFAULT_CHANNEL=C12345678
To send messages as yourself (not as a bot), you need a User OAuth Token:
chat:write
(to send messages as yourself)xoxp-
)Important: You must use a User Token (
xoxp-
) and not a Bot Token (xoxb-
). This CLI tool is specifically designed to send messages that appear to come directly from your Slack user, not from a bot.
# Initialize with your token (only needed once)
bunshin init --token "xoxp-your-token-here" --channel "C12345678"
# Verify your Slack identity
bunshin whoami
# Send a message to the default channel
bunshin send "Your message here"
# Send a message to a specific channel
bunshin send -c C12345678 "Your message here"
bunshin send --channel C12345678 "Your message here"
Configuration is loaded in the following order (later sources override earlier ones):
.bunshinrc
file.bunshinrc
fileTo bump the version for a new release:
# Bump patch version (0.1.0 -> 0.1.1)
bun run version:patch
# Bump minor version (0.1.0 -> 0.2.0)
bun run version:minor
# Bump major version (0.1.0 -> 1.0.0)
bun run version:major
This project uses GitHub Actions for CI/CD:
To enable automatic publishing:
NPM_TOKEN
in your GitHub repository settingsMIT
FAQs
CLI tool to send messages to Slack channels as yourself
The npm package bunshin-slack receives a total of 0 weekly downloads. As such, bunshin-slack popularity was classified as not popular.
We found that bunshin-slack 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.
Research
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.