schema-exploration
Pass
Audited by Gen Agent Trust Hub on Sep 17, 2026
Risk Level: SAFE
Full Analysis
- Database Schema Exploration: The skill defines a clear workflow for identifying tables, columns, and relationships within a database environment. It relies on standard tools like
sql_db_list_tablesandsql_db_schemato perform its tasks. - Data Ingestion Considerations: As the skill processes information from a database, it should be noted that the quality and safety of the output depend on the contents of the database itself. This is standard behavior for database interaction tools.
- Example Usage: The skill includes helpful examples using the well-known Chinook sample database to illustrate how to map relationships and list tables, serving as a template for intended functionality.
Audit Metadata