django-materialized-views
Pass
Audited by Gen Agent Trust Hub on Jun 21, 2026
Risk Level: SAFE
Full Analysis
- [SAFE]: The skill serves as a technical guide for optimizing database performance using PostgreSQL-specific features in a Django environment. It provides static Python and SQL templates for migrations, unmanaged models, and management commands.
- [COMMAND_EXECUTION]: The provided templates include the use of
cursor.execute()andmigrations.RunSQL. These are legitimate and standard Django methods for executing raw SQL queries, specifically required for features like materialized views which are not natively handled by the Django ORM. The examples use hardcoded, non-parameterized strings for view names, posing no risk of SQL injection in the provided context.
Audit Metadata