database
Pass
Audited by Gen Agent Trust Hub on Jul 23, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill defines a database worker interface for the iii engine, supporting PostgreSQL, MySQL, and SQLite through a managed connection pool.
- [SAFE]: Security best practices for SQL execution are explicitly documented, encouraging the use of placeholders (? and $n) for bind parameters to prevent SQL injection vulnerabilities.
- [SAFE]: The database configuration retrieval function (database::listDatabases) is specifically designed to return credential-redacted connection URLs, protecting against the exposure of sensitive authentication data.
- [SAFE]: No indicators of malicious activity, such as prompt injection, obfuscation, or unauthorized remote code execution, were identified during the analysis.
Audit Metadata