Intent-Code Divergence
Medium
- Confidence
- 96% confidence
- Finding
- The deployment example tells users to deploy to Arc Testnet with `--private-key $PRIVATE_KEY`, which directly contradicts the skill's own rule that plaintext private-key CLI flags must never be used in non-local environments, including testnet and staging. Even when sourced from an environment variable, CLI arguments can be exposed through shell history, process listings, CI logs, or debugging output, creating a realistic secret leakage path.
