Intent-Code Divergence
Medium
- Confidence
- 96% confidence
- Finding
- The skill explicitly says to never read `.env` files or ask for secrets such as `WALLET_MNEMONIC`, but later instructs the user to set `WALLET_MNEMONIC` in `.env` and proceed with transaction scripts. Contradictory secret-handling instructions create unsafe operator behavior, increase the chance of accidental secret exposure, and undermine trust in the workflow's safety boundaries.
