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/hanging-out/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
- 90% confidence
- Finding
- The skill instructs scheduled isolated sessions to read a long-lived bearer token from a local file and export it for later API use. This expands credential exposure to automation contexts and any component able to influence or inspect the scheduled session, increasing the chance of token theft or misuse if the host or job configuration is compromised.
