drupal-logging-failures

Security rules for Drupal that check whether important actions and errors are recorded. Logging means keeping a usable record of events so developers can investigate failures or suspicious activity.

In plain words
What is it for?
Use them when reviewing Drupal code and settings for logging around actions such as creating, changing, deleting, granting, or revoking, as well as for exception and error handling.
Why use it?
They help prevent missing records for critical operations, hidden errors, unlogged exceptions, and disabled Drupal logging, all of which make incidents harder to detect and investigate.

Cursor rule for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/abderrahimghazali/cursor-rules/drupal-logging-failures
Clone the repo
git clone --depth 1 https://github.com/abderrahimghazali/cursor-rules

Made for: Cursor.

Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 1,618 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.01618
Opus 5 $0.00000 $0.00809
Sonnet 5 $0.00000 $0.00324
Haiku 4.5 $0.00000 $0.00162

Measured 2d ago against content hash 57afb46c6dc1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

drupal-logging-failures scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/rules/drupal-logging-failures.mdc · 141 lines

How it starts

The opening of the file, as written. The whole thing — 141 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Drupal Security Logging and Monitoring Failures Standards (OWASP A09:2021)

This rule enforces security best practices to prevent logging and monitoring failures in Drupal applications, as defined in OWASP Top 10:2021-A09.

actions:

  • type: enforce conditions:

    Pattern 1: Missing critical event logging

    • pattern: "(delete|update|create|execute|grant|revoke|config|schema).function[^}]\{(?![^}]*(log|watchdog|logger))" message: "Critical operations should include logging. Implement proper logging for security-relevant actions."

    Pattern 2: Suppressed error logging

    • pattern: "@include|@require|@eval|error_reporting\(0\)|ini_set\('"['"],\s*['"]0['"]\)" message: "Avoid suppressing errors and warnings. Implement proper error handling and logging instead."

    Pattern 3: Improper exception handling without logging

    • pattern: "catch\s*\([^{]\)\s\{(?![^}]*log|[^}]*watchdog|[^}]*logger)" message: "Exceptions should be properly logged, especially in security-critical sections."

    Pattern 4: Disabled watchdog

    • pattern: "dblog\.settings\.yml|syslog\.settings\.yml|logging\.settings\.yml" message: "Ensure logging is properly configured and not disabled. Verify log verbosity and retention policies."

    Pattern 5: Missing authentication event logging

    • pattern: "(login|authenticate|logout|password).function[^}]\{(?![^}]*(log|watchdog|logger))" message: "Authentication events should always be logged for security monitoring and auditing."

    Pattern 6: Failure to log access control decisions

    • pattern: "AccessResult::(allowed|forbidden|neutral)\([^)]\)(?![^;](log|watchdog|logger))" message: "Consider logging significant access control decisions, especially denials, for security monitoring."

    Pattern 7: Missing logging in file operations

    • pattern: "(file_save|file_delete|file_move|file_copy)[^;];(?![^;](log|watchdog|logger))" message: "File operations should be logged, especially for security-sensitive files."

    Pattern 8: Insufficient detail in log messages

    • pattern: "(\->log|watchdog)\([^,)],[^,)]\)" message: "Log messages should include sufficient context and detail for effective security monitoring."

    Pattern 9: Failure to log configuration changes

    • pattern: "\$config->set\([^;];(?![^;](log|watchdog|logger))" message: "Configuration changes should be logged to maintain an audit trail and detect unauthorized changes."

    Pattern 10: Missing logs for API access

    • pattern: "class\s+[a-zA-Z0-9_]+Resource.+\{[^}]function\s+[a-zA-Z0-9_]+\([^{]\)\s*\{(?![^}]*(log|watchdog|logger))" message: "API endpoint access should be logged for security monitoring, especially for sensitive operations."
  • type: suggest message: | Drupal Security Logging & Monitoring Best Practices:

    1. Comprehensive Logging Implementation:

      • Use Drupal's Logger Factory service: \Drupal::logger('module_name')
      • Implement proper log levels: emergency, alert, critical, error, warning, notice, info, debug
      • Include context in log messages with relevant identifiers and information
      • Log security-relevant events consistently across the application
      • Structure log messages to facilitate automated analysis
    2. Critical Events to Log:

      • Authentication events (login attempts, failures, logouts)
      • Access control decisions (particularly denials)
      • All administrative actions
      • Data modification operations on sensitive information
      • Configuration and settings changes
      • File operations (uploads, downloads of sensitive content)
      • API access and usage

Read the full file on GitHub · 141 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 141 lines · 1,618 tokens per session scan A 57afb46c6dc1

Subscribe to this mod's changes

drupal-logging-failures is a cursor rule published in the GitHub repository abderrahimghazali/cursor-rules (2 stars, last pushed 1y ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,618 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.