The extension calls the AccuWeather weather service using an unencrypted web address, which means the user's API key could potentially be seen by someone monitoring network traffic. This is a minor security weakness, not a deliberate threat.
Technical evidence
Scanner reason: JavaScript analysis matched static JavaScript security signal javascript.xray.shady-link. The match applies to this repository.
Contextual assessment: Detailed technical wording was omitted by the public report safety filter.
Impact: low · Exploitability: unlikely
Developer action: Use HTTPS endpoints for all AccuWeather API calls to prevent the API key from being transmitted in cleartext. AccuWeather's API supports HTTPS.
The flagged link is just a standard reference label identifying which JSON Schema version is being used. It is not a network call and does not send any data anywhere.
Technical evidence
Scanner reason: JavaScript analysis matched static JavaScript security signal javascript.xray.shady-link. The match applies to this repository.
Contextual assessment: Detailed technical wording was omitted by the public report safety filter.