abderrahimghazali

95 mods across 4 repositories, 27 stars between them.

python-ssrf

60

abderrahimghazali/cursor-rules

Cursor rule Cursor

Detect and prevent Server-Side Request Forgery (SSRF) vulnerabilities in Python applications as defined in OWASP Top 10:2021-A10.

2 1y ago A 0 tokens original MIT

secret-detection

64

abderrahimghazali/cursor-rules

Cursor rule Cursor

This rule helps identify potential secrets, credentials, and sensitive data in code files to prevent accidental exposure or leakage. It provides warnings when secrets are detected and suggests best practices for secure secret management.

2 1y ago A 2,362 tokens original MIT

drupal-boost

65

abderrahimghazali/drupal-boost

Plugin Claude Code

Comprehensive Drupal 11 development toolkit: module scaffolding, theme development, configuration management, migration, security auditing, testing, deployment, and more. Supports DDEV and Lando.

1 5mo ago A tokens not measured original MIT

drupal-architect

66

abderrahimghazali/drupal-boost

Agent

Designs Drupal 11 module and feature architectures. Proposes service structure, plugin choices, entity design, and API patterns with implementation blueprints. Use when designing a new feature, choosing between implementation approaches, or planning module architecture. Design a custom content entity for tracking user…

1 5mo ago A 105 tokens original MIT

drupal-explorer

67

abderrahimghazali/drupal-boost

Agent

Deep Drupal codebase analysis agent. Traces service definitions, plugin discovery, routing, hook implementations, entity relationships, and module dependencies. Use when exploring how a Drupal feature works, understanding service wiring, or tracing execution paths through Drupal core or contrib modules. Analyze how…

1 5mo ago A 103 tokens original MIT

abderrahimghazali/drupal-boost

Agent

Analyzes source data and designs Drupal migration strategies. Maps source schemas to Drupal entities, identifies required process plugins, and creates migration YAML configurations. Use when planning a data migration into Drupal. Plan a migration from a legacy MySQL database to Drupal content types Analyze CSV files…

1 5mo ago A 99 tokens original MIT

drupal-reviewer

69

abderrahimghazali/drupal-boost

Agent

Reviews Drupal code for coding standards compliance, Drupal API best practices, deprecated API usage, and Drupal-specific anti-patterns. Use after writing Drupal code to ensure it follows conventions and avoids common pitfalls. Review the custom module I just created for coding standards issues Check my entity access…

1 5mo ago A 90 tokens original MIT

abderrahimghazali/drupal-boost

Agent

Performs deep security audits of Drupal code checking for XSS vulnerabilities, SQL injection, access bypass, CSRF issues, insecure file handling, and permission misconfigurations. Use when reviewing security or before deploying to production. Run a security audit on all custom modules before production deployment…

1 5mo ago A 101 tokens original MIT

drupal-test-runner

71

abderrahimghazali/drupal-boost

Agent

Runs and analyzes Drupal tests, identifies failures, and suggests fixes. Handles PHPUnit (unit, kernel, functional, browser), PHPStan, PHPCS, and Drupal Check. Use when running tests, debugging test failures, or setting up test infrastructure. Run PHPUnit tests for my custom module and fix any failures Set up PHPStan…

1 5mo ago A 108 tokens original MIT

boost-feature

72

abderrahimghazali/drupal-boost

Command

Full 7-phase feature development workflow for Drupal 11 with parallel agents for exploration, architecture, and review. The flagship command for building features the right way.

1 5mo ago A 35 tokens original MIT