ibmi
Pass
Audited by Gen Agent Trust Hub on Apr 1, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill employs secure credential management by referencing environment variables (
${DB2i_HOST},${DB2i_USER},${DB2i_PASS}) intools/ibmi.yamlinstead of hardcoding sensitive information. - [SAFE]: All defined tools in
tools/ibmi.yamlare restricted to read-only access (readOnly: true), which mitigates the risk of unauthorized data modification or destructive operations on the target system. - [SAFE]: The skill includes a robust methodology for 'Text-to-SQL' that prioritizes schema discovery and syntax validation via the
validate_querytool before any data-accessing queries are executed. - [SAFE]: The documentation and tool definitions focus exclusively on interacting with official IBM i system catalogs (e.g.,
QSYS2.SERVICES_INFO,QSYS2.SYSTABLES), which is appropriate for its stated purpose.
Audit Metadata