Credential Access
High
- Category
- Privilege Escalation
- Content
clawhub install github-bounty-finder # Configure echo "GITHUB_TOKEN=your_token" > .env echo "ALGORA_API_KEY=your_key" >> .env # Scan for bounties
- Confidence
- 89% confidence
- Finding
- The command writes a GitHub token directly into a .env file from the shell, which may normalize insecure handling of credentials and increase risk of accidental disclosure. While not credential theft by itself, the documentation encourages storage of sensitive secrets in plaintext without safeguards, creating a realistic path to exposure.
