weather
Pass
Audited by Gen Agent Trust Hub on Apr 9, 2026
Risk Level: SAFE
Full Analysis
- [DATA_EXFILTRATION]: Performs network requests to wttr.in, a well-known weather service, to fetch forecast information. This behavior is consistent with the skill's stated purpose.
- [PROMPT_INJECTION]: The skill processes output from an external service, creating a surface for indirect prompt injection.
- Ingestion points: Network response from wttr.in in scripts/weather.sh.
- Boundary markers: Absent.
- Capability inventory: Uses Bash to execute curl, sed, and head in scripts/weather.sh.
- Sanitization: None performed on the remote output.
Audit Metadata