Skip to content

security(qsfs): read owner mnemonic from MNEMONIC env, not a hard-cod… - #124

Merged
ashraffouda merged 1 commit into
mainfrom
security/qsfs-mnemonic-env
Aug 23, 2026
Merged

security(qsfs): read owner mnemonic from MNEMONIC env, not a hard-cod…#124
ashraffouda merged 1 commit into
mainfrom
security/qsfs-mnemonic-env

Conversation

@ashraffouda

Copy link
Copy Markdown
Collaborator

…ed const

The qsfs dev script embedded a real sr25519 mnemonic as a package const. Replace it with os.Getenv("MNEMONIC") and fail fast if unset, so no key ships in the source tree. Rotate the previously-committed key.

Description

Describe the changes introduced by this PR and what does it affect

Changes

List of changes this PR includes

Related Issues

List of related issues

Checklist

  • Tests included
  • Build pass
  • Documentation
  • Code format and docstring

…ed const

The qsfs dev script embedded a real sr25519 mnemonic as a package const. Replace it with
`os.Getenv("MNEMONIC")` and fail fast if unset, so no key ships in the source tree. Rotate
the previously-committed key.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@ashraffouda
ashraffouda merged commit a991585 into main Aug 23, 2026
1 check failed
@ashraffouda
ashraffouda deleted the security/qsfs-mnemonic-env branch August 23, 2026 20:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant