skills/countbot-ai/countbot/weather/Gen Agent Trust Hub

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.in to 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 using urllib.parse.quote before 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
Risk Level
SAFE
Analyzed
Mar 11, 2026, 04:19 PM