Credential Access
High
- Category
- Privilege Escalation
- Content
#!/usr/bin/env python3 """ SwitchBot Cloud API Controller Requires: ~/.config/switchbot/credentials.json with token and secret """ import json
- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
