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
- 88% confidence
- Finding
- The skill instructs the agent to read an API key from ~/.oatda/credentials.json and export it into the shell environment for subsequent curl calls. Although this is framed as normal authentication handling and the skill warns not to print the full key, automatic credential sourcing from a local file expands secret exposure risk if command construction, logging, subprocess inspection, or later shell steps leak environment variables.
