What changed, and why it matters
This commit only removes periods at the end of sentences in a test documentation file (test_vectors/README.md). It is a cosmetic formatting change with no effect on code, security, or functionality.
No action required; this is a documentation formatting nit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies a single Markdown file under test_vectors/, changing six table rows to remove trailing periods from descriptions. No source code, build scripts, test vectors, or cryptographic logic is altered. There are no security implications.
Changed components
test_vectors/README.mdInspect captured patch +6 / −6
diff --git a/test_vectors/README.md b/test_vectors/README.md
index 61bc7bf..c0db00b 100644
--- a/test_vectors/README.md
+++ b/test_vectors/README.md
@@ -19,12 +19,12 @@ All vectors were generated against the Speculos test seed (see
| File | Operation |
|------|-----------|
-| [`fixtures.toml`](fixtures.toml) | Global constants (seed, master fingerprint, network). |
-| [`get_extended_pubkey.toml`](get_extended_pubkey.toml) | `get_extended_pubkey`. |
-| [`sign_message.toml`](sign_message.toml) | `sign_message`. |
-| [`register_wallet.toml`](register_wallet.toml) | `register_wallet`. |
-| [`get_wallet_address.toml`](get_wallet_address.toml) | `get_wallet_address`. |
-| [`sign_psbt.toml`](sign_psbt.toml) | `sign_psbt`. |
+| [`fixtures.toml`](fixtures.toml) | Global constants (seed, master fingerprint, network) |
+| [`get_extended_pubkey.toml`](get_extended_pubkey.toml) | `get_extended_pubkey` |
+| [`sign_message.toml`](sign_message.toml) | `sign_message` |
+| [`register_wallet.toml`](register_wallet.toml) | `register_wallet` |
+| [`get_wallet_address.toml`](get_wallet_address.toml) | `get_wallet_address` |
+| [`sign_psbt.toml`](sign_psbt.toml) | `sign_psbt` |
## Common conventions
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.