Credential Access
High
- Category
- Privilege Escalation
- Content
echo "Approved! DEEPREAD_API_KEY is set for this session." echo "" echo "To persist across sessions (your choice):" echo " Option 1 (recommended): Store in a secrets manager (OS keychain, 1Password CLI, pass)" echo " Option 2: Manually add 'export DEEPREAD_API_KEY=\"...\"' to ~/.zshrc" echo "" echo "The key value is in \$DEEPREAD_API_KEY — use 'echo \$DEEPREAD_API_KEY' to see it."
- Confidence
- 70% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
