
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.
vaultguard-cli
Advanced tools
VaultGuard CLI - Scan. Store. Secure. A minimal developer tool to scan your code for secrets and store them locally.
🔐 Scan. Store. Secure.
A minimal developer tool to scan your code for secrets and store them locally. No cloud. No complexity. Just security.
```bash npm install -g vaultguard-cli ```
```bash npx vaultguard-cli scan myfile.js ```
```bash
vaultguard scan myfile.js
vaultguard protect
vaultguard safeadd API_KEY=sk_123456789
vaultguard addpattern "myapi_[0-9A-F]{16}" ```
vaultguard scan <file> - Scan a file for secretsvaultguard vault add <key>=<value> - Store a key-value pairvaultguard vault show - Show all stored secrets (masked)vaultguard vault export - Export secrets as .env filevaultguard protect - Protect .env file with encoding and decoysvaultguard decode [--file <file>] - Decode .vg files back to .envvaultguard safeadd <key>=<value> - Create secure folder structurevaultguard safeadd --protect <key>=<value> - Combine safeadd with protectionvaultguard addpattern <pattern> - Add custom secret detection patternvaultguard version - Show CLI versionvaultguard help - Show help messageMIT
FAQs
VaultGuard CLI - Scan. Store. Secure. A minimal developer tool to scan your code for secrets and store them locally.
We found that vaultguard-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
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.