database-doc-generator
PassAudited by VirusTotal on Mar 25, 2026.
Findings (1)
The database-doc-generator skill is a well-structured tool for exporting PostgreSQL schemas to Excel. It demonstrates an exceptionally high level of security awareness, including dedicated scripts for credential scrubbing (clean_credentials.py), security validation (security_check.py), and extensive documentation on credential hygiene and emergency response. The core logic in generate_database_doc.py uses standard, parameterized queries to fetch metadata from information_schema and lacks any indicators of data exfiltration, unauthorized network calls, or malicious execution.
