Missing User Warnings
Medium
- Confidence
- 95% confidence
- Finding
- The skill instructs users to export an API key using an inline example that resembles a real secret (`export ANTHROPIC_API_KEY=sk-...`) without an explicit warning to use their own credential securely and avoid committing or logging it. In a long-running harness/orchestrator context, users are likely to copy-paste setup commands directly, which increases the chance of unsafe secret handling, shell history leakage, or accidental inclusion in scripts and logs.
