Watch
Domain Security
Domain-specific security signals from the Prompt Coach. Fires when a task touches a high-risk domain like database, auth, or payments.
Task
feat(reporting): add team-summary reporting view
ISC
0.82
CCS
0.79
Interaction Level
1 — light_cue
Domain Signals Fired
security_invoker_required
database domain
0.85
When creating Postgres views, use SECURITY INVOKER to prevent privilege escalation. Omitting it means the view runs with the owner's privileges.
migration_reversibility
database domain
0.70
Include a DROP VIEW rollback in the migration file so this change can be reversed safely.
Prompt Coach Output
💡 Database domain: 2 security signals. Use SECURITY INVOKER on the view and include a rollback migration.
Outcome
Signals followed
2
SECURITY INVOKER
Yes
Rollback migration
Yes
CIC outcome
PASS