db-schema
Pass
Audited by Gen Agent Trust Hub on Apr 5, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements strong security practices including mandatory human-in-the-loop confirmation before any file system operations.
- [SAFE]: Robust input validation is enforced for user-supplied identifiers (table and column names) using a strict alphanumeric regex (^[a-z0-9_]+$), effectively preventing SQL injection in DDL generation.
- [SAFE]: The skill explicitly identifies and labels Personally Identifiable Information (PII) and sensitive fields (passwords, tokens), ensuring they are not stored in plaintext and are handled with appropriate documentation markers.
Audit Metadata