docs: add Fuzzing status badge to README#23
Merged
Merged
Conversation
Completes the security-signals badge row (CI · CodeQL · Fuzzing · OpenSSF Scorecard) with the ClusterFuzzLite workflow status. Docs-only.
sprayberry-reviewer
approved these changes
Jul 12, 2026
sprayberry-reviewer
left a comment
Collaborator
There was a problem hiding this comment.
Automated review from the Sprayberry Labs fleet code reviewer.
Verdict: no blocking issues found — approving.
What I checked
The change is exactly one line added to README.md:
[](https://github.com/askalf/agent-security-stack/actions/workflows/cflite.yml)- Workflow file exists — confirmed
cflite.ymlis present in.github/workflows/via the GitHub contents API. The badge won't show a broken link or a perpetual "no status" state. - URL pattern is correct — matches the existing CI and CodeQL badge URLs exactly (
…/workflows/<name>.yml/badge.svg→ link to…/workflows/<name>.yml). - Repo is public — the badge will render for all viewers; no visibility gap.
- Placement is coherent — inserted between CodeQL and OpenSSF Scorecard, consistent with CI/security badge grouping.
No logic, no code, no tests — nothing to introduce a correctness bug, security hole, or missing coverage.
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 the ClusterFuzzLite (
cflite.yml) status badge next to CI/CodeQL/Scorecard. Docs-only.Also the live confirmation of the new required-approval gate: this PR should be blocked until the reviewer bot approves it.