Static badges you can add to your project README to show that your repo is scanned by Rafter.
Pick a badge and copy the snippet for your preferred format.
Markdown:
[](https://github.com/raftercli/rafter)HTML:
<a href="https://github.com/raftercli/rafter">
<img src="https://img.shields.io/badge/scanned_by-Rafter-2ea44f" alt="Scanned by Rafter">
</a>reStructuredText:
.. image:: https://img.shields.io/badge/scanned_by-Rafter-2ea44f
:target: https://github.com/raftercli/rafter
:alt: Scanned by RafterMarkdown:
[](https://github.com/raftercli/rafter)HTML:
<a href="https://github.com/raftercli/rafter">
<img src="https://img.shields.io/badge/rafter_policy-enforced-2ea44f" alt="Rafter policy: enforced">
</a>reStructuredText:
.. image:: https://img.shields.io/badge/rafter_policy-enforced-2ea44f
:target: https://github.com/raftercli/rafter
:alt: Rafter policy: enforcedMarkdown:
[](https://github.com/raftercli/rafter)HTML:
<a href="https://github.com/raftercli/rafter">
<img src="https://img.shields.io/badge/rafter_policy-moderate-blue" alt="Rafter policy: moderate">
</a>reStructuredText:
.. image:: https://img.shields.io/badge/rafter_policy-moderate-blue
:target: https://github.com/raftercli/rafter
:alt: Rafter policy: moderateMarkdown:
[](https://github.com/raftercli/rafter)HTML:
<a href="https://github.com/raftercli/rafter">
<img src="https://img.shields.io/badge/secrets-clean-2ea44f" alt="Secrets: clean">
</a>reStructuredText:
.. image:: https://img.shields.io/badge/secrets-clean-2ea44f
:target: https://github.com/raftercli/rafter
:alt: Secrets: clean| Badge | Hex | Use |
|---|---|---|
Green (2ea44f) |
Rafter brand green | Scanned, enforced, clean |
Blue (blue) |
Shields.io default blue | Moderate policy, informational |
These are static badges powered by Shields.io. They do not query a live API -- they simply indicate that your project uses Rafter for security scanning.
For CI status badges that reflect actual scan results, use your CI provider's native badge (e.g., GitHub Actions workflow status badge) on the workflow that runs rafter scan local.