Session Persistence
Medium
- Category
- Rogue Agent
- Content
**方式二 — 配置文件(永久保存)**: ```bash mkdir -p ~/.zhiliao echo '{"apiKey":"your-api-key-here","baseUrl":"http://api-public.zhiliao.news"}' > ~/.zhiliao/config.json ```- Confidence
- 89% confidence
- Finding
- The skill instructs users to permanently store the API key in `~/.zhiliao/config.json` and uses an insecure `http://` base URL in that same configuration example. Persisting credentials on disk increases exposure to local compromise, and using plaintext HTTP could allow interception or modification of API traffic if the configured value is used.
