First Seen
Feb 18, 2026
Last Scanned
Feb 22, 2026
Findings
2
Score
84/100
Findings (2)
Detects API keys or tokens exposed in shell export commands
export HANNAH_API_KEY=sk-sumike-your-hannah-key-here Remove credentials from shell export statements. Use a .env file (excluded from version control) or a secrets manager, and load secrets at runtime.
Likely FP if the export line uses a placeholder value (e.g., export API_KEY=your-key-here) or is in documentation describing environment setup.
Detects API keys or tokens exposed in shell export commands
export ELENA_API_KEY=sk-sumike-your-elena-key-here Remove credentials from shell export statements. Use a .env file (excluded from version control) or a secrets manager, and load secrets at runtime.
Likely FP if the export line uses a placeholder value (e.g., export API_KEY=your-key-here) or is in documentation describing environment setup.