·drupal-security
!

drupal-security

madsnorgaard/agent-resources

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

57Installs·3Trend·@madsnorgaard

Installation

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

SKILL.md

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/agent-resources.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

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

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/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/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 or Cursor

Where is the source repository?

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

Details

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