security-hardening
Perform security audits for the Adobe Dispatcher Apache HTTP Server module and Apache HTTPD in AEM 6.5 / AMS workflows only, with AMS-specific hardening verification.
What this skill does
# Dispatcher Security Hardening (AMS) Deliver evidence-backed security findings and remediations for AMS workflows that use the Adobe Dispatcher Apache HTTP Server module and related HTTPD configuration. ## Variant Scope - This skill is AMS-only. - Scope is fixed by this skill directory; do not ask the user to choose deployment variant. ## MCP Tool Contract Use only these Dispatcher MCP tools: - `validate` - `lint` - `sdk` - `trace_request` - `inspect_cache` - `monitor_metrics` - `tail_logs` ## Workflow 1. Define threat model and audit scope. 2. Gather baseline evidence (`validate`, `lint`, `sdk`). 3. Apply AMS 6.5 guardrails (tier boundaries, immutable constraints, flush ACL rules) before rating risk. 4. Verify exposure controls (`trace_request`). 5. Verify cache/header protections (`inspect_cache`, `tail_logs`, `monitor_metrics`). 6. Return risk-rated findings, prioritized remediation, and rollback. ## Verification Scope Selection Use shared references to select security evidence depth: - [mode-specific-verification-matrix.md](./references/dispatcher-foundation/mode-specific-verification-matrix.md) - [test-case-catalog.md](./references/dispatcher-foundation/test-case-catalog.md) ## Output Contract Always return: - scope + threat model assumptions - risk-rated findings table - evidence table (tool/input/result) - prioritized remediation plan - selected test IDs and outcomes - rollback plan and residual risk ## Guardrails - Do not downgrade severity without evidence. - Do not claim a control is effective without verification evidence. - Keep AMS assumptions explicit for each remediation recommendation. - Separate mandatory remediations from defense-in-depth guidance. ## References - [security-baseline-checklist.md](./references/security-hardening/security-baseline-checklist.md) - [security-scenario-playbooks.md](./references/security-hardening/security-scenario-playbooks.md) – scenario-driven security workflows adapted from broader MCP prompt surfaces - [security-headers-checklist.md](./references/security-hardening/security-headers-checklist.md) - [sensitive-paths-catalog.md](./references/security-hardening/sensitive-paths-catalog.md) - [owasp-coverage-matrix.md](./references/security-hardening/owasp-coverage-matrix.md) - [security-audit-report-template.md](./references/security-hardening/security-audit-report-template.md) - [quick-start-execution-path.md](./references/dispatcher-foundation/quick-start-execution-path.md) – single entry path for broad or first-time audits - [repo-layout-workflows.md](./references/dispatcher-foundation/repo-layout-workflows.md) – map findings to actual dispatcher file families - [playbook-command-linkage.md](./references/dispatcher-foundation/playbook-command-linkage.md) – exact MCP command chains for security playbooks - [ams-6-5-guardrails.md](./references/dispatcher-foundation/ams-6-5-guardrails.md) - [mode-specific-verification-matrix.md](./references/dispatcher-foundation/mode-specific-verification-matrix.md) - [test-case-catalog.md](./references/dispatcher-foundation/test-case-catalog.md) - [change-risk-and-rollback-template.md](./references/dispatcher-foundation/change-risk-and-rollback-template.md) - [public-docs-index.md](./references/dispatcher-foundation/public-docs-index.md) - [public-doc-citation-rules.md](./references/dispatcher-foundation/public-doc-citation-rules.md) - [core-7-tools-reference.md](./references/dispatcher-foundation/core-7-tools-reference.md)
Related in Security
mac-ops
IncludedComprehensive macOS workstation operations — diagnose kernel panics, identify failing drives, audit launchd startup items, decode wake reasons, triage TCC permission denials, manage APFS snapshots, recover from no-boot. Use for: Mac is slow, slow bootup, won't boot, kernel panic, kernel_task hot, mds_stores CPU, photoanalysisd, cloudd, login loop, gray screen, sleep wake failure, drive failing, IO errors, APFS snapshots eating space, Time Machine local snapshots, Spotlight indexing, launchd, LaunchAgent, LaunchDaemon, login items, TCC permissions, Full Disk Access, Screen Recording denied, Gatekeeper, quarantine, com.apple.quarantine, app is damaged, helper tool, /Library/PrivilegedHelperTools, pmset, wake reasons, dark wake, sysdiagnose, panic.ips, DiagnosticReports, configuration profile, MDM profile, remote diagnostics over SSH.
a11y-audit
IncludedRun accessibility audits on web projects combining automated scanning (axe-core, Lighthouse) with WCAG 2.1 AA compliance mapping, manual check guidance, and structured reporting. Output is configurable: markdown report only, markdown plus machine-readable JSON, or markdown plus issue tracker integration. Use this skill whenever the user mentions "accessibility audit", "a11y audit", "WCAG audit", "accessibility check", "compliance scan", or asks to check a web project for accessibility issues. Also trigger when the user wants to verify WCAG conformance or map findings to a specific standard (CAN-ASC-6.2, EN 301 549, ADA/AODA).
erpclaw
IncludedAI-native ERP system with self-extending OS. Full accounting, invoicing, inventory, purchasing, tax, billing, HR, payroll, advanced accounting (ASC 606/842, intercompany, consolidation), and financial reporting. 413 actions across 14 domains, 43 expansion modules. Constitutional guardrails, adversarial audit, schema migration. Double-entry GL, immutable audit trail, US GAAP.
assess
IncludedAssesses and rates quality 0-10 across multiple dimensions (correctness, maintainability, security, performance, testability, simplicity) with pros/cons analysis. Compares against project conventions and prior decisions from memory. Produces structured evaluation reports with actionable improvement suggestions. Use when evaluating code, designs, architectures, or comparing alternative approaches.
spring-boot-security-jwt
IncludedProvides JWT authentication and authorization patterns for Spring Boot 3.5.x covering token generation with JJWT, Bearer/cookie authentication, database/OAuth2 integration, and RBAC/permission-based access control using Spring Security 6.x. Use when implementing authentication or authorization in Spring Boot applications.
code-hardcode-audit
IncludedDetect hardcoded values, magic numbers, and leaked secrets. TRIGGERS - hardcode audit, magic numbers, PLR2004, secret scanning.