weather
Pass
Audited by Gen Agent Trust Hub on Mar 11, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill interacts with the well-known weather service
wttr.into retrieve meteorological data. This is a common and safe use of public APIs for information retrieval.- [SAFE]: The implementation relies entirely on Python's standard library (e.g.,urllib,json,argparse). No third-party packages are required, eliminating risks associated with malicious dependencies.- [SAFE]: User-provided input (city names) is properly sanitized usingurllib.parse.quotebefore being appended to the request URL, which prevents potential URL manipulation or injection attacks.- [SAFE]: The skill does not access sensitive local files, environment variables, or hardcoded credentials. It serves a single, well-defined purpose that matches its description.
Audit Metadata