Credential Access
High
- Category
- Privilege Escalation
- Content
API_BASE = "https://api-ssl.bitly.com/v4" DEFAULT_ENV_FILE = Path(r"C:\Users\Big Dell\.openclaw\bitly.env") LEGACY_JSON_FILE = Path(r"C:\Users\Big Dell\.openclaw\bitly-credentials.json") class BitlyError(Exception):
- Confidence
- 96% confidence
- Finding
- The skill is explicitly designed to load Bitly credentials from fixed plaintext locations under the user's profile, including a legacy JSON credential file. In an agent-skill context, credential discovery and use from predictable local paths is more sensitive because it enables silent access to existing tokens without interactive user confirmation, increasing the chance of unauthorized use if the skill is invoked unexpectedly or modified.
