Credential Access
High
- Category
- Privilege Escalation
- Content
# 方式一:环境变量(推荐) export JUHE_WEATHER_KEY=你的AppKey # 方式二:.env 文件 echo "JUHE_WEATHER_KEY=你的AppKey" > scripts/.env # 方式三:命令行传入
- Confidence
- 88% confidence
- Finding
- .env
Security audit
Security checks across malware telemetry and agentic risk
This is a straightforward weather lookup skill, with ordinary API-key handling risks users should manage carefully.
Install only if you are comfortable providing a Juhe weather API key. Prefer the JUHE_WEATHER_KEY environment variable, avoid passing the key on the command line, do not commit scripts/.env, and consider changing the Juhe endpoints to HTTPS if supported.
# 方式一:环境变量(推荐) export JUHE_WEATHER_KEY=你的AppKey # 方式二:.env 文件 echo "JUHE_WEATHER_KEY=你的AppKey" > scripts/.env # 方式三:命令行传入
export JUHE_WEATHER_KEY=你的AppKey # 方式二:.env 文件 echo "JUHE_WEATHER_KEY=你的AppKey" > scripts/.env # 方式三:命令行传入 python scripts/weather.py --key 你的AppKey 北京
57/57 vendors flagged this skill as clean.
No suspicious patterns detected.