weather-skill
Pass
Audited by Gen Agent Trust Hub on Apr 12, 2026
Risk Level: SAFE
Full Analysis
- Local Script Execution: The skill executes a local Python script (
scripts/get_humidity.py) to simulate fetching humidity data. This script uses standard argument parsing and contains no network operations or unsafe execution patterns. - Static Data Reference: The skill reads weather information from a local Markdown file (
references/weather_info.md). This is a safe method for providing pre-defined context to the agent. - Vendor Trust: The skill components are authored by a known organization and include standard licensing, with no evidence of obfuscation or malicious intent.
Audit Metadata