Skip to main content

bw-cli

Enables interaction with Bitwarden password manager via CLI for secure password management and vault operations.

Install this skill

or
50/100

Security score

The bw-cli skill was audited on Feb 15, 2026 and we found 28 security issues across 3 threat categories, including 1 high-severity. Review the findings below before installing.

Categories Tested

Security Issues

low line 398

Access to hidden dotfiles in home directory

SourceSKILL.md
398mkdir -p ~/.openclaw/workspace
low line 399

Access to hidden dotfiles in home directory

SourceSKILL.md
399echo "BW_PASSWORD=your_master_password" > ~/.openclaw/workspace/.secrets
low line 400

Access to hidden dotfiles in home directory

SourceSKILL.md
400chmod 600 ~/.openclaw/workspace/.secrets
low line 403

Access to hidden dotfiles in home directory

SourceSKILL.md
403echo ".secrets" >> ~/.openclaw/workspace/.gitignore
low line 406

Access to hidden dotfiles in home directory

SourceSKILL.md
406echo 'source ~/.openclaw/workspace/.secrets 2>/dev/null' >> ~/.bashrc
low line 408

Access to hidden dotfiles in home directory

SourceSKILL.md
408echo 'source ~/.openclaw/workspace/.secrets 2>/dev/null' >> ~/.zshrc
medium line 421

Access to hidden dotfiles in home directory

SourceSKILL.md
421- Auto-sourcing happens on new shell sessions; run `source ~/.openclaw/workspace/.secrets` for current session
low line 429

Access to hidden dotfiles in home directory

SourceSKILL.md
429echo "BW_CLIENTID=user.xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" >> ~/.openclaw/workspace/.secrets
low line 430

Access to hidden dotfiles in home directory

SourceSKILL.md
430echo "BW_CLIENTSECRET=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" >> ~/.openclaw/workspace/.secrets
low line 431

Access to hidden dotfiles in home directory

SourceSKILL.md
431chmod 600 ~/.openclaw/workspace/.secrets
low line 451

Access to hidden dotfiles in home directory

SourceSKILL.md
451echo "[email protected]" >> ~/.openclaw/workspace/.secrets
low line 457

Access to hidden dotfiles in home directory

SourceSKILL.md
457set -a && source ~/.openclaw/workspace/.secrets && set +a && bw login "$BW_EMAIL" "$BW_PASSWORD"
low line 467

Access to hidden dotfiles in home directory

SourceSKILL.md
467set -a && source ~/.openclaw/workspace/.secrets && set +a
medium line 528

Access to hidden dotfiles in home directory

SourceSKILL.md
5286. **Auto-source**: Add to ~/.bashrc or ~/.zshrc for persistent env vars
high line 535

Prompting for API key/token input

SourceSKILL.md
535| "Bot detected" | Use `--apikey` or provide `client_secret` |
low line 7

External URL reference

SourceSKILL.md
7docs: https://bitwarden.com/help/cli/
low line 8

External URL reference

SourceSKILL.md
8docs-md: https://bitwarden.com/help/cli.md
low line 9

External URL reference

SourceSKILL.md
9api-key-docs: https://bitwarden.com/help/personal-api-key/
low line 16

External URL reference

SourceSKILL.md
16**Official documentation:** https://bitwarden.com/help/cli/
low line 17

External URL reference

SourceSKILL.md
17**Markdown version (for agents):** https://bitwarden.com/help/cli.md
low line 25

External URL reference

SourceSKILL.md
25# https://bitwarden.com/download/?app=cli
low line 83

External URL reference

SourceSKILL.md
83bw config server https://vault.example.com
low line 84

External URL reference

SourceSKILL.md
84bw config server https://vault.bitwarden.eu # EU cloud
low line 127

External URL reference

SourceSKILL.md
127bw list items --url https://example.com
low line 483

External URL reference

SourceSKILL.md
483**Get your API key:** https://bitwarden.com/help/personal-api-key/
low line 543

External URL reference

SourceSKILL.md
543- HTML documentation: https://bitwarden.com/help/cli/
low line 544

External URL reference

SourceSKILL.md
544- Markdown (fetchable): https://bitwarden.com/help/cli.md
low line 545

External URL reference

SourceSKILL.md
545- Personal API Key: https://bitwarden.com/help/personal-api-key/
Scanned on Feb 15, 2026
View Security Dashboard
Installation guide →
GitHub Stars 2.2K
Rate this skill
Categorysales
UpdatedMay 13, 2026
openclaw/skills