Credential Access
High
- Category
- Privilege Escalation
- Content
"openclaw": { "emoji": "🎨", "requires": { "bins": ["curl", "jq"], "env": ["OATDA_API_KEY"], "config": ["~/.oatda/credentials.json"] }, "primaryEnv": "OATDA_API_KEY", }, }- Confidence
- 86% confidence
- Finding
- The skill instructs the runtime to read an API key from ~/.oatda/credentials.json and export it into the shell environment for subsequent commands. Accessing secrets from a local credential store is sensitive behavior: if the skill, surrounding tooling, or logs are compromised, the credential could be exposed or reused, and the broad fallback to a file increases the blast radius compared with requiring explicit secure secret injection.
