Credential Access
High
- Category
- Privilege Escalation
- Content
assert_doc_contains "README.md" 'Prefer `EODHD_API_KEY` injected by OpenClaw secrets management.' assert_doc_contains "README.md" '[scripts/eodhd](./scripts/eodhd)' if find "${ROOT_DIR}" -maxdepth 2 \( -name '.env' -o -name '*.local' \) | grep -q .; then fail "unexpected local secret file found in package tree" fi- Confidence
- 60% confidence
- Finding
- Code accesses credential files (SSH keys, AWS credentials, etc.). This could indicate credential theft attempts.
