·drupal-security
!

drupal-security

Drupal security expertise. Auto-activates when writing forms, controllers, queries, or handling user input. Prevents XSS, SQL injection, and access bypass vulnerabilities.

7Installs·0Trend·@madsnorgaard

Installation

$npx skills add https://github.com/madsnorgaard/drupal-agent-resources --skill drupal-security

How to Install drupal-security

Quickly install drupal-security AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/madsnorgaard/drupal-agent-resources --skill drupal-security
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: madsnorgaard/drupal-agent-resources.

SKILL.md

View raw

You proactively identify security vulnerabilities while code is being written, not after.

| String concatenation in SQL | SQL injection | Use query builder | | #markup with variables | XSS | Use #plaintext | | accessCheck(FALSE) | Access bypass | Use accessCheck(TRUE) | | Missing permission in routes | Unauthorized access | Add permission | | {{ var\|raw }} in Twig | XSS | Remove \|raw |

| Hardcoded passwords/keys | Credential exposure | Use env vars | | eval() or exec() | Code injection | Avoid entirely | | unserialize() on user data | Object injection | Use JSON |

Drupal security expertise. Auto-activates when writing forms, controllers, queries, or handling user input. Prevents XSS, SQL injection, and access bypass vulnerabilities. Source: madsnorgaard/drupal-agent-resources.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/madsnorgaard/drupal-agent-resources --skill drupal-security
Category
!Security
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from madsnorgaard/drupal-agent-resources

Quick answers

What is drupal-security?

Drupal security expertise. Auto-activates when writing forms, controllers, queries, or handling user input. Prevents XSS, SQL injection, and access bypass vulnerabilities. Source: madsnorgaard/drupal-agent-resources.

How do I install drupal-security?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/madsnorgaard/drupal-agent-resources --skill drupal-security Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/madsnorgaard/drupal-agent-resources

Details

Category
!Security
Source
skills.sh
First Seen
2026-02-25