Skip to content

Mainnet deployment mnemonics are committed to settings/Mainnet.toml #62

@Mosas2000

Description

@Mosas2000

The repository currently tracks settings/Mainnet.toml, which contains deployer wallet material that should not be stored in source control.

Evidence:

  • settings/Mainnet.toml is committed in the repo and used by the helper scripts to derive private keys.
  • The file is intended to supply production credentials for script execution.

Impact:

  • Anyone with access to the repository can recover the deployment wallet material.
  • If those credentials are real, they must be rotated immediately.

Reproduction:

  1. Open settings/Mainnet.toml in the repository.
  2. The deployer wallet material is present in plain text.

Priority: Critical

Suggested scope:
Remove production credentials from the repository, rotate any exposed keys, and replace them with safe local-only documentation or templates.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions