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 2周前
分析时间
2026年3月31日 15:56
+ 2 previous scans
兼容
Skill details
Updated 2周前
分析时间 2026年3月31日 15:56
说明
Skill openclaw-stock-data-skill
最近扫描
2026年3月31日 15:56
Latest analysis
2026年3月31日 15:11
Run 2
2026年3月27日 15:43
Run 1