Add cavet to Claude Plugins - #650
Open
ChaosChild wants to merge 1 commit into
Open
Conversation
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.
Adds cavet to the Claude Plugins section.
/plugin marketplace add ChaosChild/cavetthen/plugin install cavet@cavetcavet is a security toolkit for the whole build, not a scanner bolted to the end of it. It is aimed at developers shipping ordinary applications who want their harness to stop producing vulnerabilities they never hear about.
Six skills cover design, design review, code, dependencies and deployment; a triage subagent handles review-time volume; the CLI records every verdict (confirm, dismiss, defer) with a reason and an actor in an append-only log committed to the repo. Nothing blocks. Everything advises, and the developer or the agent decides. The point is not zero findings, it is no unknown ones: what ships is either fixed or knowingly accepted or deferred, with the reason on record. That record is shared between the operator and the agent, so the next session doesn't re-litigate last week's false positive and knows which findings are pre-existing baseline debt.
Scans run in a digest-pinned container with
NetworkMode: none, so no source ever leaves the machine. Opengrep, Gitleaks, Trivy and Checkov sit underneath.No star count on the entry, matching the other recent additions to that section.