
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.
@lucklyric/vault-cli
Advanced tools
A secure command-line password manager with hierarchical organization. Pre-compiled binaries for Linux, macOS, and Windows.
# Install globally
npm install -g @lucklyric/vault-cli
# Or with yarn
yarn global add @lucklyric/vault-cli
# Or run directly with npx
npx @lucklyric/vault-cli
The installer will automatically download the appropriate pre-built binary for your platform.
vault init
# Will open your system editor for secure input
vault add personal/email -d "Personal email account"
# Or read from stdin
echo "my-secret" | vault add personal/api-key --stdin
# Simple list
vault list
# Tree view
vault list --tree
# Filter entries
vault list gmail
# Interactive mode - choose display format after entering password
vault decrypt personal/email
# Direct to clipboard (auto-clears after 60 seconds)
vault decrypt personal/email --no-display --clipboard
# Show in terminal
vault decrypt personal/email --show
vault edit personal/email
vault delete personal/email
# Run without arguments for interactive mode
vault
# Encrypt entire vault with GPG
vault gpg-encrypt --recipient user@example.com
# Decrypt GPG-encrypted vault
vault gpg-decrypt
Pre-built binaries are available for:
For full documentation and source code, visit https://github.com/Lucklyric/vault-cli
Apache-2.0
FAQs
A secure password manager with hierarchical organization
The npm package @lucklyric/vault-cli receives a total of 0 weekly downloads. As such, @lucklyric/vault-cli popularity was classified as not popular.
We found that @lucklyric/vault-cli 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.