dam-levels
Pass
Audited by Gen Agent Trust Hub on Mar 16, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [EXTERNAL_DOWNLOADS]: Fetches real-time water storage data from the official WaterNSW website (waternsw.com.au). This is the primary function of the skill and targets a reputable public utility domain.
- [COMMAND_EXECUTION]: Uses the
uvtool to execute a local Python script (dam_levels.py) for data parsing and fuzzy matching of dam names. The execution is confined to the skill's own script directory. - [SAFE]: No hardcoded credentials, obfuscation, or persistence mechanisms were detected. The skill creates a local cache directory in the user's home configuration path (
~/.config/dam-levels) which is standard behavior for CLI-based utilities to improve performance and provide offline fallbacks.
Audit Metadata