Credential Access
High
- Category
- Privilege Escalation
- Content
## Authentication Get tenant access token from OpenClaw config: ```python import json, urllib.request
- Confidence
- 98% confidence
- Finding
- The authentication section describes obtaining a tenant access token by reading app_id and app_secret from a local configuration file and exchanging them for a bearer token. This is a credential-access pattern: if followed by an agent, it could expose or misuse sensitive secrets and grant broad Feishu API access beyond the immediate task.
