air-quality
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No malicious patterns, obfuscation, or safety bypass attempts were detected. The skill's behavior matches its described purpose and the author context suggests normal vendor functionality.- [COMMAND_EXECUTION]: The skill uses the Bash tool via
uv runto execute a local Python script (scripts/air_quality.py). This is the intended operation and is performed within the defined scope.- [EXTERNAL_DOWNLOADS]: Fetches environmental data from the official NSW Air Quality Data Portal and geolocation information from OpenStreetMap (Nominatim). These are reputable services and the downloads are considered safe under the trust rules.- [PROMPT_INJECTION]: The skill instructions contain no bypass markers or attempts to override agent behavior. The!commandblock inSKILL.mdis a benign check for tool installation and does not process user input.- [DATA_EXFILTRATION]: No sensitive data access or exfiltration patterns were detected. The script uses a local config directory (~/.config/air-quality) for caching, which is standard for CLI applications. Network operations are limited to the stated purpose of fetching public environmental data.
Audit Metadata