Skip to content

Security · Global library

Content Security Policy Architect

Design nonce- and policy-based browser defenses that meaningfully shrink XSS blast radius.

CodexClaude CodeKimi Codeorchestrator-mcp

Best use case

Use Content Security Policy Architect when you need to design nonce- and policy-based browser defenses that meaningfully shrink XSS blast radius, especially when the work is driven by content security policy and nonce.

Trigger signals

content security policynoncestrict dynamic

Validation hooks

verify_csp_enforcement

Install surface

Copy the exact command path you need.

Inspect

pip install "orchestrator-mcp[dashboard]"
orchestrator-mcp skills show content-security-policy-architect

Use

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

Export

cp -R skills/content-security-policy-architect ./your-agent-skills/content-security-policy-architect
# or open skills/content-security-policy-architect/SKILL.md in a markdown-first client

File patterns

**/*.ts**/*.html**/headers/**

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