Skip to content

Add keyward to Documentation & Security#292

Open
Alberto Migliorato (albemiglio) wants to merge 1 commit into
ComposioHQ:masterfrom
albemiglio:add-keyward
Open

Add keyward to Documentation & Security#292
Alberto Migliorato (albemiglio) wants to merge 1 commit into
ComposioHQ:masterfrom
albemiglio:add-keyward

Conversation

@albemiglio

Copy link
Copy Markdown

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant