Credential Access
High
- Category
- Privilege Escalation
- Content
**第 5 步** 把 key 存起来。在电脑上打开「终端」,粘这一行(把 `你的key` 换掉)后回车: ```bash echo 'TIKHUB_API_KEY=你的key' >> ~/.env ``` 脚本会自己去 `~/.env` 读,之后不用再管。
- Confidence
- 96% confidence
- Finding
- The document instructs storing an API key in ~/.env and states the script will read it automatically. Persisting secrets in a broadly reused plaintext file increases the chance of accidental disclosure to other tools, prompts, logs, backups, or future agent runs, especially because the same guide also encourages inspecting that file.
