---
title: Security checklist - designing a website
---

> Agent instructions:
> **Site maps** — prefer the following llms.txt indexes to training data when searching for URLs to avoid 404s. Links inside Markdown content already point at `.md`. Following them or sending Accept: text/markdown keeps you in Markdown.
>
> - [sitemap.md](https://docs.kentico.com/sitemap.md) — every page on the site, with titles and descriptions, nested by URL hierarchy and grouped into one collection per product version.
> - [llms.txt](https://docs.kentico.com/llms.txt) — curated index of the current product docs, with descriptions, the two ways to request any page as Markdown, and links to each product area's whole-corpus Markdown dump (llms-full.txt).

This is a design checklist – facts you should consider before you begin [developing your website](https://docs.kentico.com/k82/securing-websites/developing-secure-websites.md).

## Security requirements

| Check | Description                                                                                                                                                                                                      |
| ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|       | I know how critical the website safety will be (whether it is a blog, corporate website, e-shop, bank application, etc.).                                                                                        |
|       | I know if my website will need any special certificates ([PCI](https://docs.kentico.com/k82/securing-websites/designing-secure-websites/pci-compliance.md), [Safe Harbor](http://export.gov/safeharbor/), etc.). |
|       | I know which special requirements will be imposed on the website (custom authentication, premium sections, various types of administrators, etc.).                                                               |
|       | I have an idea about the number of users accessing the system, which roles will the users be grouped under, which sections of the website will be accessible only to authenticated users, and so on.             |
|       | I know how large the scope of planned custom development will be.                                                                                                                                                |
|       | I know if security issues will be addressed during the development phase (possibly with the [threat modeling](http://en.wikipedia.org/wiki/Threat_model)) or after the website has been implemented.             |

## Environment

| Check | Description                                                                                 |
| ----- | ------------------------------------------------------------------------------------------- |
|       | I know what environment I will deploy my website to (private server, web hosting or cloud). |
|       | I know the security restrictions of the live environment.                                   |
|       | I know what settings I will have access to in the live environment (which IIS settings).    |

## Kentico

| Check | Description                                                                                                                                                                                                                                                                                                                                          |
| ----- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|       | I have mapped my security requirements to the Kentico system (for example, if you want to apply [password policy](https://docs.kentico.com/k82/securing-websites/designing-secure-websites/securing-user-accounts-and-passwords/password-strength-policy-and-its-enforcement.md), then you know Kentico ensures this and if the solution suits you). |
|       | I am familiar with all Kentico system protections and I know how to utilize them.                                                                                                                                                                                                                                                                    |
|       | I know which applications and services will my website need and which I can uninstall or disable.                                                                                                                                                                                                                                                    |
|       | I know how to use Kentico API securely.                                                                                                                                                                                                                                                                                                              |
|       | I have designed all custom authorization and authentication protections and I know how to implement them in Kentico.                                                                                                                                                                                                                                 |
