tools: remove accidentally-committed obsolete hsmtool binary.
What changed, and why it matters
This commit simply deletes an old, accidentally included binary file named hsmtool from the repository and adds its name to the ignore list so it won't be committed again. There is no code change, no vulnerability fix, and no security issue introduced or resolved by this commit.
No security action needed. This is a repository hygiene cleanup. Reviewers may optionally verify that the deleted binary was indeed obsolete and not a required build artifact.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit removes tools/hsmtool, an obsolete binary that was accidentally committed, and adds ‘hsmtool’ to tools/.gitignore. The diff shows only a binary file deletion and a one-line .gitignore addition. No source code, build scripts, or runtime behavior is modified.
Changed components
tools/hsmtool (deleted binary file)tools/.gitignoreInspect captured patch +1 / −0
diff --git a/tools/.gitignore b/tools/.gitignore
index fa376c33..c6074a17 100644
--- a/tools/.gitignore
+++ b/tools/.gitignore
@@ -1,3 +1,4 @@
headerversions
check-bolt
lightning-hsmtool
+hsmtool
diff --git a/tools/hsmtool b/tools/hsmtool
deleted file mode 100755
index 41762d60..00000000
Binary files a/tools/hsmtool and /dev/null differ
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.