https://github.com/svelte-u/sveltekit-security
A package that helps you secure your Sveltekit apps with ease. It provides you with tools and best practices to prevent common security risks and vulnerabilities.
https://github.com/svelte-u/sveltekit-security
owasp security svelte sveltekit sveltekit-security
Last synced: 2 months ago
JSON representation
A package that helps you secure your Sveltekit apps with ease. It provides you with tools and best practices to prevent common security risks and vulnerabilities.
- Host: GitHub
- URL: https://github.com/svelte-u/sveltekit-security
- Owner: svelte-u
- License: mit
- Created: 2023-11-17T04:38:48.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T04:42:28.000Z (over 2 years ago)
- Last Synced: 2025-08-08T22:51:23.969Z (11 months ago)
- Topics: owasp, security, svelte, sveltekit, sveltekit-security
- Language: TypeScript
- Homepage: https://svelte-u.vercel.app/docs/sveltekit-security/intro
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

Sveltekit Security
## Installation
```bash
pnpm add -D @sveu/sveltekit-security
```
[Read the docs](https://svelte-u.vercel.app/docs/sveltekit-security/intro)
## 🙏 Thanks
This project is heavily inspired by the following awesome projects.
* [nuxt-security](https://github.com/baroshem/nuxt-security)
## 📜 License
[MIT License](#License) © 2023-PRESENT [Mohamed Nesredin](https://github.com/mohamed-kaizen)