What changed, and why it matters
This commit is a minor formatting edit to the README.md file. It changes a 'Security Advisory' heading from being displayed as a code block (with diff-style coloring) to a normal Markdown heading, and adds a horizontal rule. There are no code changes, no new security claims beyond what was already present, and no functional impact on the COLDCARD firmware.
No action required. This is a documentation formatting change with no security or operational relevance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff only modifies README.md presentation: it removes the triple-backtick code fence markers around an existing security advisory section, converts the heading to a standard Markdown H1, and inserts a horizontal rule. The underlying security advisory text about a historical entropy bug remains unchanged. No source code, build scripts, or firmware logic were altered.
Changed components
README.md (documentation formatting only)Inspect captured patch +3 / −3
diff --git a/README.md b/README.md
index f14c74a..a3bfdf1 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,4 @@
-```diff
-## Security Advisory
+# Security Advisory
- Versions from 2021 to July 2026 had a bug which produced poor entropy.
- Any secrets generated on a COLDCARD in that period should be regenerated and
@@ -14,7 +13,8 @@
provide 2.5 bits of entropy per roll.
- [Blog post and updates](https://blog.coinkite.com/coldcard-mk3-seed-generation-warning/)
- [Technical background on the bug](https://blog.coinkite.com/entropy-technical-backgrounder/)
-```
+
+---
# COLDCARD Hardware Wallet
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.