Credential Access
High
- Category
- Privilege Escalation
- Content
if (!pathApi.isAbsolute(override)) { throw new Error("AUDIOFLOW_CONFIG_DIR must be an absolute path."); } return pathApi.join(override, "credentials.json"); } if (platform === "win32") { const appData = environment.APPDATA?.trim();- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
