release: 0.1.1 — CI, SECURITY.md, anthropic-key scanner label - #1
Merged
Conversation
- GitHub Actions runs the 61-test suite on Node 20 + 22 (push + PR) - SECURITY.md with private vuln-reporting path - secret-scan: sk-ant- keys labeled anthropic-key (openai pattern excludes ant- to avoid double-counting); +1 test
Bump plugin.json + package.json to 0.1.1; date CHANGELOG. Ships the anthropic-key scanner label + CI + SECURITY.md.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Release 0.1.1 — repo hygiene + one scanner accuracy fix. No behavior change to recall or the write-gate logic.
.github/workflows/ci.ymlruns the test suite on Node 20 + 22 for pushes and PRs. The 61-test suite is the plugin's quality guarantee; nothing ran it automatically before.sk-ant-…) were caught but mislabeledopenai-keyin redaction logs. Now labeledanthropic-key; the openai pattern excludes theant-prefix so a key yields one finding, not two. +1 test.plugin.json+package.json→ 0.1.1; CHANGELOG dated.Test
npm test→ 62/62 pass (61 existing + the new anthropic-key test). CI green on Node 20 + 22.Release after merge
Tag
v0.1.1onmain+ cut GitHub Release (GitHub-first; no npm — this is a Claude Code plugin).