feat(verdict): provenance tier + configurable severity floor - #6
Merged
Conversation
The baseline pins specific reviewed findings; this is the broad dial for the
daily marketplace noise. Two settings, applied after suppression:
• Provenance: a finding whose location matches HONEY_TRUSTED_PATTERNS
(default claude-plugins-official) is first-party; the report tags it
[1st-party].
• Severity floor: a finding escalates OVERALL only at/above the floor for its
provenance (HONEY_VERDICT_FLOOR / HONEY_VERDICT_FLOOR_TRUSTED). Below-floor
findings move to a non-blocking "review" tier — still printed and counted
(`OVERALL: … (65 review)`), but they don't flip the verdict.
Every classified finding now carries _provenance and _blocking; report.sh /
daily-cycle.sh (and the PowerShell mirrors) share the same classification, so
they agree. A review-only run is CLEAN.
Safe by default: floors default to `none` (everything blocks, as before) — a
security tool must not silently hide findings out of the box. Overrides that
the floor can never mute: bumblebee always blocks (known-compromised catalog),
and a MUTATED pin always blocks (rug-pull tripwire); incomplete/scan_error are
never reclassified.
Multi-OS parity: lib/verdict.sh + win/lib/Verdict.psm1; report/daily-cycle
updated on both sides. shellcheck clean; PSScriptAnalyzer clean; default verdict
unchanged when no floor is set. Docs: docs/VERDICT.plan.md, README (section +
3 config vars), routine-prompt.md + triage-guide.md (the review tier).
Stacked on feat/suppression-baseline.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Replaces #2 (auto-closed when the stacked base branch was deleted during merge). Same change; CI green.
The baseline pins specific reviewed findings; this is the broad dial. Provenance: a finding matching
HONEY_TRUSTED_PATTERNS(defaultclaude-plugins-official) is first-party. Severity floor: below-floor findings move to a non-blocking review tier (still printed/counted). Safe by default (floorsnone); bumblebee + MUTATED pins always block. Seedocs/VERDICT.plan.md.🤖 Generated with Claude Code