db-diagram
Pass
Audited by Gen Agent Trust Hub on Aug 10, 2026
Risk Level: SAFE
Full Analysis
- [COMMAND_EXECUTION]: The skill utilizes common shell utilities including
find,grep,awk,diff, andjqto automate the discovery and analysis of database schema files. These commands are used for legitimate project-local tasks such as identifying ORM types, parsing table definitions, and comparing schema versions. - [EXTERNAL_DOWNLOADS]: The documentation mentions the use of external rendering tools like
mermaid-cli(mmdc) andplantuml.jar. However, the skill does not include any logic to download these tools from the internet at runtime; it assumes they are already present or provides instructions for their use. - [DATA_EXFILTRATION]: No network operations or exfiltration patterns were detected. The skill reads local schema files and writes the resulting diagrams and metadata to a local
db-diagram/directory within the project root.
Audit Metadata