From prodsec-skills
Enforces database security for schema design, access control, encryption, and operational hardening. Use when building, reviewing, or auditing database schemas, connection handling, credential management, or deployment configuration.
How this skill is triggered — by the user, by Claude, or both
Slash command
/prodsec-skills:database-securityThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Encrypt all communication with the database (TLS in transit)
npx claudepluginhub redhatproductsecurity/prodsec-skills --plugin prodsec-skillsHardens database security across PostgreSQL, MySQL, MongoDB, Redis: authentication (SCRAM, LDAP, Kerberos), RBAC/RLS, encryption (TDE, TLS), audit logging (pgAudit), SQL injection prevention, data masking, compliance (GDPR, HIPAA).
Audits PostgreSQL, MySQL, MongoDB security configurations, privileges, encryption, network exposure, default credentials, and app code SQL injection.
Deploy privileged access management for Oracle, SQL Server, PostgreSQL, and MySQL databases. Covers session proxy configuration, credential vaulting, query auditing, and least-privilege roles.