Credential Access
High
- Category
- Privilege Escalation
- Content
signed-in `zola.com` session. Same credential `zola-mcp` uses: ```sh # Prefer the env var zola-mcp itself reads (check its .env first): grep -h ZOLA_REFRESH_TOKEN ~/git/zola-mcp/.env 2>/dev/null export ZOLA_REFRESH_TOKEN='eyJhbGciOi...' # or export directly if you have it ```
- Confidence
- 97% confidence
- Finding
- The skill explicitly instructs the user to retrieve a long-lived refresh token from a local .env file and export it into the shell, which is a direct credential-access pattern. In this agent-skill context, that is dangerous because it normalizes secret extraction from local files and places a powerful account credential into process environment and shell history, increasing risk of theft, misuse, and account compromise.
