Tool Parameter Abuse
High
- Category
- Tool Misuse
- Content
Config echoes will continue to appear on every run until the session file is removed. To clear them, delete the session file from `~/.openclaw/agents/main/sessions/`: ```bash rm ~/.openclaw/agents/main/sessions/<session-uuid>.jsonl ``` **Tip:** Avoid reading or referencing `leak-check.json` during an OpenClaw session. If it happens, note the session ID from the report and delete it.
- Confidence
- 85% confidence
- Finding
- The documentation instructs users to delete session log files directly using rm with a path template derived from report output. This is dangerous because session logs are audit artifacts and may contain important forensic history; encouraging manual deletion can lead to loss of evidence and, if copied incorrectly or generalized, accidental deletion of unintended files. The surrounding context makes this more sensitive because the skill is specifically handling credential leak detection, where preserving logs is often important for investigation.
