Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- The skill explicitly instructs users to store a wallet private key in a local `.env` file, which is highly sensitive credential material. Although it says not to hardcode the key, it does not prominently warn about the risks of plaintext secret storage, accidental git commits, shell history leakage, or use of safer alternatives such as hardware wallets, secret managers, or isolated test-only keys; in a web3 automation context this can directly expose control of funded accounts.
