Skip to content

Security · Global library

CORS Policy Hardening

Tighten cross-origin boundaries without silently breaking legitimate credentialed traffic.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use CORS Policy Hardening when you need to tighten cross-origin boundaries without silently breaking legitimate credentialed traffic, especially when the work is driven by cors and origin allowlist.

Trigger signals

corsorigin allowlistcredentials

Validation hooks

verify_cors_strictness

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show cors-policy-hardening

Use

orchestrator-mcp skills export cors-policy-hardening --to ./skillforge-packs
# copy the exported pack into your preferred agent environment

Export

cp -R skills/cors-policy-hardening ./your-agent-skills/cors-policy-hardening
# or open skills/cors-policy-hardening/SKILL.md in a markdown-first client

File patterns

**/api/****/*.ts**/*.py

Model preferences

deepseek-ai/deepseek-v3.2qwen3-coder:480b-clouddeepseek-r1:32b

Related skills

Adjacent packs to compose next.

SecurityGlobal library

API Security Testing Specialist

Open pack

Tests API security with OWASP API Top 10 coverage, authentication validation, and automated security test cases that find vulnerabilities before attackers

CodexClaude Code