Harden application security configuration and controls: **$ARGUMENTS**
/plugin marketplace add lifangda/claude-plugins/plugin install accessibility-suite@claude-pluginssecurity/# Security Hardening Harden application security configuration and controls: **$ARGUMENTS** ## Current Security Posture - Framework: @package.json or @requirements.txt or @Cargo.toml (detect framework) - Security headers: !`curl -I http://localhost:3000 2>/dev/null | grep -i 'x-\|content-security\|strict-transport' || echo "No server running"` - Environment config: @.env* (check for security-related variables) - Dependencies: !`npm audit --audit-level=moderate 2>/dev/null || echo "Run dependency audit first"` ## Task Implement comprehensive security hardening based on security best pra...
/security-hardeningImplement comprehensive security hardening with defense-in-depth strategy through coordinated multi-agent orchestration: