Credential Access
High
- Category
- Privilege Escalation
- Content
### 1. YAML/Env vs File Storage for PIN PIN hash must NOT go into `config.yaml` (risk of git commit). Use `~/.expflow/pin.hash`. Precedence: `pin.hash` file > `.env EXPFLOW_PIN_HASH` > `config.yaml pin.hash`. ### 2. `get_last_scalar_metrics()` clearml API Returns nested dict: `{"Score": {"seg_total": {"last": 57.09, ...}}, ...}`. Flatten to `{"seg_total": 57.09}` for compare_scores.- Confidence
- 60% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
