typo3-security

Installation
SKILL.md

TYPO3 Security Hardening

Compatibility: TYPO3 v13.x and v14.x (v14 preferred) All security configurations in this skill work on both v13 and v14.

1. Critical Configuration Settings

config/system/settings.php (v13/v14 Compatible)

<?php
return [
    'BE' => [
        // Disable debug in production
        'debug' => false,
Installs
2
GitHub Stars
55
First Seen
Apr 12, 2026
typo3-security — diegosouzapw/awesome-omni-skill