Credential Access
High
- Category
- Privilege Escalation
- Content
The **`--message`** string is the instruction for the **isolated** agent session when cron fires. It should make the agent: 1. **Load `AILOVE_API_KEY`** from **`~/.openclaw/skills-data/seeing-someone/credentials.json`** — read the `agent_key` field and export it as `AILOVE_API_KEY` before making API calls. 2. **Call `GET https://heerweiyi.cc/api/v1/agent/matching`** with `Authorization: Bearer $AILOVE_API_KEY`. 3. **Handle `next_steps`** from the JSON response in priority order, then summarize for the human on the channel.
- Confidence
- 88% confidence
- Finding
- The skill instructs an isolated cron-driven agent session to read the API key from a local credentials file and export it for later use. In agent platforms, putting secrets into prompt-accessible instructions or broadly readable runtime context can increase the chance of accidental disclosure through prompt injection, debug output, command echoing, or downstream tool misuse, especially because the same scheduled run also sends summaries to external channels.
