lunchtable-tcg

clawhub:lunchtable-tcg

View source
A
92/100

First Seen

Feb 18, 2026

Last Scanned

Feb 22, 2026

Findings

1

Score

92/100

MEDIUM 1

Findings (1)

MEDIUM
Credential in shell export
L53

Detects API keys or tokens exposed in shell export commands

export LTCG_API_KEY="ltcg_AbCdEfGhIjKlMnOpQrStUvWxYz123456"
FIX

Remove credentials from shell export statements. Use a .env file (excluded from version control) or a secrets manager, and load secrets at runtime.

FP?

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.