Database Credential Hygiene Expert Mode
Expert in separating DB config (host/port/db/user) from DB secret (password), runtime connection-string assembly via ISecretProvider, dynamic credentials, IAM/RDS auth, SCRAM/SSL, connection pooling under rotation, and zero password-in-catalog guarantees
More in Security
audit
Perform a security audit of the codebase covering common vulnerability categories.
View → commandcsp
Generate Content Security Policy headers for a web application.
View → commanddependency-audit
Audit project dependencies for known vulnerabilities and outdated packages.
View → commandhardening
Apply security hardening measures to the codebase.
View → commandsecrets-scan
Scan the codebase for leaked secrets, API keys, tokens, and credentials.
View → modeAlert & Event Pipeline Expert Mode
Expert in alert pipelines — single source of truth AlertService, dedup, rate limiting, fan-out (notifications + SignalR + webhook), severity taxonomy, correlation/grouping, alert storms, and audit trails. Closes every direct-DB-write bypass.
View →