Imported from firebitsbr/OWASP-claudeskills (
claudeskills/skills/WebSpa/SKILL.md). Install upstream withnpx skills add firebitsbr/OWASP-claudeskills --skill WebSpa. Copyright stays with the author.
Skill: WebSpa
Purpose
OWASP repository focused on security guidance, tooling, or project content.
Use When
- Task references this repository or close related OWASP content.
- You need secure-by-default changes aligned with existing project patterns.
- You need to update code, docs, tests, CI, or release artifacts in this repo.
Input Checklist
- Confirm target files and expected behavior change.
- Confirm whether changes are code, docs, infra, or mixed.
- Confirm test/lint commands available in repo.
Execution Playbook
- Read README, CONTRIBUTING, SECURITY, and workflow files if present.
- Inspect manifests and lock files to identify runtime/tooling.
- Implement minimal changes preserving current architecture/style.
- Run local validation (tests/lint/build) when available.
- Update docs/changelog when behavior or usage changes.
Guardrails
- Avoid broad refactors unless explicitly requested.
- Keep dependency changes minimal and justified.
- Preserve repository conventions and branch protections.
Expected Outputs
- Focused patch with clear rationale.
- Validation notes with commands executed.
- Follow-up suggestions if gaps remain.