What changed, and why it matters
This commit simply adds a README file explaining what the scripts folder contains. It is documentation only and does not change any code, security behavior, or functionality.
Recommended action
No action required; this is a non-functional documentation change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
Commit 5a14a585 adds electrum/scripts/README.md, a six-line documentation file describing the scripts directory as standalone utilities for developers/power users. No executable code, imports, logic, or configuration is modified.
Changed components
electrum/scripts/README.mdInspect captured patch +6 / −0
diff --git a/electrum/scripts/README.md b/electrum/scripts/README.md
new file mode 100644
index 0000000..6335f96
--- /dev/null
+++ b/electrum/scripts/README.md
@@ -0,0 +1,6 @@
+These are scripts and small utilities developers or power-users might find interesting.
+
+They are standalone, don't depend on each other and nothing depends on them.
+Neither the GUI nor the CLI should depend on these in any way.
+
+The scripts use electrum as a python library, sometimes as a goal in itself, to showcase how to script something.
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.