hile-typeorm
Pass
Audited by Gen Agent Trust Hub on Mar 12, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill implements a database connection service using TypeORM, a well-established and trusted Object-Relational Mapper.
- [SAFE]: Sensitive database credentials such as host, username, and password are sourced directly from environment variables rather than being hardcoded in the skill code.
- [SAFE]: The transaction helper utility includes proper error handling and a rollback mechanism to ensure database integrity during complex operations.
- [SAFE]: All dependencies identified in the configuration are standard, well-known libraries within the Node.js ecosystem.
- [SAFE]: Database synchronization behavior (synchronize: true) is explicitly documented in the README, allowing users to understand the impact on their database schema.
Audit Metadata