dam-levels
Pass
Audited by Gen Agent Trust Hub on May 5, 2026
Risk Level: SAFEEXTERNAL_DOWNLOADSCOMMAND_EXECUTION
Full Analysis
- [SAFE]: No security vulnerabilities or malicious patterns were detected. The skill's behavior is transparent and aligns with its stated purpose of providing public water storage information.
- [EXTERNAL_DOWNLOADS]: The script fetches data from
https://www.waternsw.com.au/, which is the official utility website for New South Wales water management. This is a legitimate and expected source for the requested data. - [COMMAND_EXECUTION]: The skill uses dynamic context injection (
!command) inSKILL.mdto verify if theuvtool is installed. This is a benign environmental check for prerequisites. - [COMMAND_EXECUTION]: The skill executes a Python script via
uv runto process dam data. The script's operations are limited to networking and local caching in the standard user configuration directory (~/.config/dam-levels/).
Audit Metadata