zabbix-api
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: Authentication Best Practices
- The skill documentation and scripts prioritize the use of environment variables (ZABBIX_TOKEN, ZABBIX_USER, ZABBIX_PASSWORD) for credential management.
- Example documentation uses standard Zabbix default credentials (Admin/zabbix) for illustrative purposes.
- [SAFE]: Verifiable Dependencies
- All automation logic relies on the official 'zabbix-utils' Python library, which is the recognized standard for Zabbix API interaction.
- [SAFE]: Secure Data Handling
- Scripted operations for bulk management and configuration export use standard file I/O (CSV, JSON) and avoid dangerous patterns such as arbitrary command execution or unsafe deserialization.
- [SAFE]: Operational Safety
- The skill provides guidance on limiting API impact, such as using specific output fields instead of 'extend' to prevent server load issues.
Audit Metadata