hyva-theme-list
Pass
Audited by Gen Agent Trust Hub on Feb 17, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION] (SAFE): The script executes standard find commands on local directories (app/design/frontend and vendor). It uses proper quoting and shell safety flags (set -euo pipefail) to prevent path manipulation issues.
- [DATA_EXPOSURE] (SAFE): The skill only identifies paths of theme directories. It does not read sensitive file contents (like .env or database credentials) or transmit data externally.
- [REMOTE_CODE_EXECUTION] (SAFE): No external dependencies are downloaded, and no remote scripts are executed. All logic is contained within the local shell script.
Audit Metadata