Skip to main content
Version: next

CUR-013: Invalid Cursor Hook Type Value - Cursor

Summary

  • Rule ID: CUR-013
  • Severity: HIGH
  • Category: Cursor
  • Normative Level: MUST
  • Auto-Fix: Yes (safe)
  • Verified On: 2026-02-14

Applicability

  • Tool: cursor
  • Version Range: unspecified
  • Spec Revision: unspecified

Evidence Sources

Test Coverage Metadata

  • Unit tests: true
  • Fixture tests: true
  • E2E tests: false

Examples

The following examples demonstrate what triggers this rule and how to fix it.

Invalid

{"version":1,"hooks":{"sessionStart":[{"type":"agent","command":"echo start"}]}}

Valid

{"version":1,"hooks":{"sessionStart":[{"type":"prompt","command":"Summarize changes"}]}}