db-naming
Pass
Audited by Gen Agent Trust Hub on Jun 17, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: No security issues detected. The skill's functionality is limited to auditing database schema metadata (table and column names) for naming conventions and reserved word conflicts.
- [DATA_EXFILTRATION]: The skill introspects the database catalog via
information_schema.columnsto analyze casing and pluralization. This access is restricted to structural metadata and does not attempt to access, process, or exfiltrate sensitive application data. - [COMMAND_EXECUTION]: The skill utilizes the
Bashtool to execute a local parsing script (scripts/parse-schema.mjs) and perform SQL queries. These operations are consistent with the stated purpose of schema auditing and do not involve arbitrary or dangerous command execution.
Audit Metadata