Add keyward to Documentation & Security
loading diff…
Adds keyward, a Claude Code plugin that catches API keys pasted into the chat before they reach the model.
It hooks UserPromptSubmit, detects secrets (regex for ~20 providers plus an optional gitleaks pass), saves the value to a chmod-600 file, blocks the original prompt, and auto-re-submits a sanitized reference. Cross-platform paste automation (macOS, Linux, Windows).
Fits Documentation & Security. It's distinct from security-sweep, which scans a repository — keyward redacts secrets at prompt-submission time. Tested with a 35-case suite and CI across macOS/Linux/Windows.
Install: /plugin marketplace add AlbeMiglio/keyward then /plugin install keyward@keyward