Routing-first skill for web/application/API hardening. Use when the main job is classifying which security layer is missing — browser/perimeter policy, session/cookie/CSRF, abuse controls, validation/unsafe execution, secrets/runtime config, or verification — and turning vague OWASP/security asks into one concrete hardening brief. Route auth-stack choice to `authentication-setup`, schema work to `database-schema-design`, code-level bug fixing to `debugging` / `code-review`, and environment wiring to `system-environment-setup`.
Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.
Quelldateien prüfen
Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.
Mit Codex oder Claude installieren Kopieren Sie diesen Prompt, fügen Sie ihn in Codex, Claude oder einen anderen Assistant ein und lassen Sie die Skill-Seite prüfen und installieren.
Ein direkter Befehl überspringt den Prüf-Prompt. Prüfen Sie die Quelle, bevor Sie ihn ausführen.
Routing-first skill for web/application/API hardening. Use when the main job is classifying which security layer is missing — browser/perimeter policy, session/cookie/CSRF, abuse controls, validation/unsafe execution, secrets/runtime config, or verification — and turning vague OWASP/security asks into one concrete hardening brief. Route auth-stack choice to `authentication-setup`, schema work to `database-schema-design`, code-level bug fixing to `debugging` / `code-review`, and environment wiring to `system-environment-setup`.
allowed-tools
Bash Read Write Edit Glob Grep
compatibility
Best for web apps, APIs, backend/fullstack services, marketing-site forms, edge/frontend-plus-backend systems, and game-adjacent service/web launch surfaces where the team needs a vendor-neutral hardening workflow instead of a giant middleware or scanner checklist.
A team says “make this secure” and the missing security layer is still unclear
A web app, API, marketing-site flow, admin panel, or game-service surface needs a hardening pass before launch or migration
You need to decide whether the main problem is CSP/headers, cookies/CSRF, abuse controls, validation/unsafe execution, secret handling, or weak verification
Scanner findings, OWASP requests, or launch-review notes need to be converted into one prioritized hardening brief
The current stack has some controls already, but trust is low and the next verification step is unclear
When not to use this skill
The main job is choosing an auth vendor, session architecture, org/member model, or enterprise SSO path → authentication-setup
The main job is API contract/interface design before security controls are slotted in → api-design
The main job is schema constraints, token tables, indexes, or migration safety → database-schema-design
The main job is backend regression coverage or auth/security test implementation → backend-testing
The main job is fixing a specific vulnerability in code or reviewing a concrete diff → debugging or code-review
The main job is secret injection mechanics, toolchain bootstrapping, or environment wiring → system-environment-setup / environment-setup
→ use the infrastructure-specific skill instead of this app-hardening anchor
The main job is cloud IAM, VPC/network, or broader infrastructure security
Instructions
Step 1: Frame the hardening job before naming tools