hardcoded_secret
Potentially hardcoded secret
Potentially hardcoded secret
Line 35Snippets
> STOCK_API_KEY: "YOUR_REAL_STOCK_API_KEY"export STOCK_API_KEY="your_api_key_here"$env:STOCK_API_KEY="your_api_key_here" print(" Linux/macOS: export STOCK_API_KEY='your_api_key'") print(" Windows PowerShell: $env:STOCK_API_KEY='your_api_key'")env_access
Environment variable access
Environment variable access
Line 483Snippets
os.environ["STOCK_API_KEY"] = "your_api_key_here" if not os.getenv("STOCK_API_KEY"): api_key = os.getenv(API_KEY_ENV)os.environ["STOCK_API_KEY"] = "your_api_key_here"
Trust Score
Updated letzte Woche
Analysiert
31.03.2026, 15:56
+ 2 previous scans
Kompatibel mit
Skill details
Updated letzte Woche
Analysiert 31.03.2026, 15:56
Beschreibung
Skill openclaw-stock-data-skill
Letzte Scans
31.03.2026, 15:56
Latest analysis
31.03.2026, 15:11
Run 2
27.03.2026, 15:43
Run 1