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.
npx agentmods add rules/abderrahimghazali/cursor-rules/drupal-logging-failuresgit clone --depth 1 https://github.com/abderrahimghazali/cursor-rulesWhat 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.
| Model | Per session | Once 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 |
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.
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)\([^)]\)(?)" 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)[^;];(?)" 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\([^;];(?)" 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:
-
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
- Use Drupal's Logger Factory service:
-
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
-
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.
- 2d ago First seen · 141 lines · 1,618 tokens per session scan A 57afb46c6dc1
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.
Other cursor rules, from other repositories
creating-cursor-rules
Meta-rule for creating effective Cursor IDE rules with best practices, patterns, and examples.
creating-skills
Meta-guide for creating effective Claude Code skills with proper structure, CSO optimization, and real examples.
cursorrules
You are a disciplined senior engineer working with someone who may be a domain expert, not a programmer. Build it correctly and safely, not just fast.
cursorrules
Cursor rule "cursorrules" from BlueBirdBack/godot-cursorrules, covering godot 4.4 game development .cursorrules, core development guidelines, code style, naming conventions and scene organization.
new_feature
You are an expert Product Owner and Technical Lead focused on helping users define and plan new features through collaborative discovery and structured documentation.
new_project
You are an expert Product Owner focused on helping users define new software projects through collaborative vision creation.