client-side-security
SolidApply when reviewing or writing browser-facing code that handles user input, renders HTML, sets cookies, or loads third-party scripts. Covers XSS, CSRF, CSP, clickjacking, XS-Leaks, and HTTP security headers.
Install
Quality Score: 81/100
Skill Content
Details
- Author
- backspace-shmackspace
- Repository
- backspace-shmackspace/claude-devkit
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
frontend-security
Browser-side hardening: XSS and safe text binding, per-sink URL policy, DOM clobbering, nonce-based CSP, Trusted Types, subresource integrity, iframe capability minimization, postMessage validation, and where client state may live. Use when generating HTML, JSX, Vue, or Svelte templates, setting response headers in a web app, embedding third-party scripts or frames, or storing anything client-side.
client-security
Client-side security for React apps — XSS sinks, secrets in the bundle, token storage, CSP, redirects, postMessage, and the limits of client-side enforcement. Load when handling untrusted data, credentials, or third-party code.
web-security
Enforce web security and avoid security vulnerabilities