auditing-table-statistics
Pass
Audited by Gen Agent Trust Hub on May 18, 2026
Risk Level: SAFECOMMAND_EXECUTION
Full Analysis
- [COMMAND_EXECUTION]: The reference file
create-statistics-examples.mdcontains several Bash scripts designed to automate database maintenance. These scripts execute thecockroachCLI to run SQL commands and use standard Unix utilities such asbc,cut,grep, andtailfor logic processing and output formatting. This is standard behavior for database management tooling. - [DATA_EXFILTRATION]: The skill's SQL queries are focused on retrieving database metadata, statistics, and row counts for performance tuning. There is no evidence of network activity or attempts to exfiltrate data to external domains.
- [CREDENTIALS_UNSAFE]: No hardcoded secrets, API keys, or credentials were found. The skill follows security best practices by recommending least-privilege access (e.g., using
GRANT SELECTfor diagnostics).
Audit Metadata