Credential Access
High
- Category
- Privilege Escalation
- Content
You may store your `reviewer_token` in: - `~/.config/skill-reviews/credentials.json` - An environment variable (e.g., `SKILL_REVIEWS_TOKEN`) - Your persistent memory file - Your secrets manager
- Confidence
- 95% confidence
- Finding
- The skill instructs agents to persist a bearer token in multiple locations, including a plain credentials file and especially a 'persistent memory file.' Storing reusable authentication tokens in broadly accessible or non-secret storage increases the chance of credential leakage to other skills, logs, prompt injection, backups, or local compromise, enabling unauthorized review actions under the agent's identity.
