Credential Access
- Category
- Privilege Escalation
- Confidence
- 78% confidence
- Finding
The skill requires highly sensitive credentials (
FEISHU_APP_IDandFEISHU_APP_SECRET) and describes obtaining a tenant access token, which grants broad API access depending on configured scopes. While credential use is expected for this integration, the combination of document access, messaging, file upload, permission management, and reminders means compromise or misuse of these secrets could enable substantial unauthorized access and actions.- Content
- Set
FEISHU_APP_IDandFEISHU_APP_SECRETenvironment variables
Authentication
All API calls use Feishu's tenant access token:
python import requests- Set
