Credential Access
High
- Category
- Privilege Escalation
- Content
## Setup Credentials stored in `~/.config/moltbook/credentials.json`: ```json { "api_key": "moltbook_xxx", "agent_name": "YourAgent" } ```- Confidence
- 90% confidence
- Finding
- The skill explicitly instructs the agent to access credentials from a local file containing an API key. In an agent environment, this creates a path for secrets exposure or misuse if the skill is invoked unexpectedly, logged, or combined with other prompt/tool behaviors, especially since the same skill also performs network actions using those credentials.
