Framework-agnostic frontend security guide based on OWASP...
Framework-agnostic security practices for web applications based on OWASP guidelines.
| User Intent | Correct Skill |
|---|---|
| "XSS prevention best practices" | THIS SKILL |
| "Security audit of frontend" | THIS SKILL |
| "Configure CSP headers" | THIS SKILL |
| "Build a secure login page in Nuxt" | developing-lt-frontend |
| "Fix @Restricted decorator in NestJS" | generating-nest-servers |
| "Run npm audit fix" | maintaining-npm-packages |
| Command | Purpose |
|---|---|
/lt-dev:review |
General security review of branch diff (framework-agnostic) |
/lt-dev:backend:sec-review |
Security review of backend code changes (auth, decorators, models) |
/lt-dev:backend:sec-audit |
Full OWASP security audit (dependencies, config, code) |
| Framework | Reference File |
|---|---|
| Nuxt/Vue | See developing-lt-frontend skill (reference/security.md) |
| Angular | angular-security.md |
innerHTML with user input; use textContent or DOMPurifySameSite cookiespnpm auditimport url from "pkg/file?url"). See the developing-lt-frontend skill for the failure this rule comes from.Complete OWASP reference with code examples: owasp-reference.md
grep -rnoE "https?://" app/)