Session Persistence
Medium
- Category
- Rogue Agent
- Content
``` **Option B: Config File** Create `~/.alibabacloud/credentials`: ```json { "access_key_id": "your_access_key",- Confidence
- 83% confidence
- Finding
- The skill recommends storing long-lived cloud access keys in a local credentials file under the user's home directory. Persistent credential storage increases the chance of credential theft from disk, accidental backup/sync exposure, overly broad file permissions, or reuse beyond the immediate task; this is more sensitive here because the skill explicitly handles Alibaba Cloud API access.
