> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/user-guides/security-audit.md).

# Security Audit

<figure><img src="https://914511346-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSGVtOTYUIkVBoYtFvK%2Fuploads%2F6O1w7iW2KO564k80HziE%2Fsecurity%20audit.jpg?alt=media&#x26;token=64ceb7d4-70de-4a6b-8ffe-8d2e11bb11ae" alt=""><figcaption></figcaption></figure>

## Overview

The Security Audit screen gives the passwords stored in your vault an overall security score based on password strength. You can clearly view information about each record's password strength and reuse from this screen.

{% embed url="<https://vimeo.com/585500006>" %}
Security Audit
{% endembed %}

## Calculation of Security Score

The calculation of password strength and reuse is performed continuously from your vault across all platforms including Keeper Desktop, Web Vault, iOS and Android devices.

<figure><img src="https://914511346-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSGVtOTYUIkVBoYtFvK%2Fuploads%2FhnbQVgjyNZRYcrgFBHVK%2FScreen%20Shot%202023-07-18%20at%2012.11.39%20PM.png?alt=media&#x26;token=696e3fe9-e622-4bba-ad50-89c2f3109b88" alt=""><figcaption><p>Security Audit</p></figcaption></figure>

Keeper's password "strength" is a calculated score based on the complexity of the password, with a score rating between 0 and 100 according to the metrics below:

Very Weak: < 20\
Weak: 20-40\
Good: 40-60\
Strong: 60-80\
Very Strong: 80+

For more information on how Security Scores are calculated, visit the following page:

{% content-ref url="/spaces/-LO5CAzpxoaEquZJBpYz/pages/1rTSmBdFb1VN9Pmxn4xB" %}
[Security Audit Score Calculation](/enterprise-guide/security-audit/security-audit-score-calculation.md)
{% endcontent-ref %}

You can easily view a record that contains a high-risk password by clicking on it from the provided list. To resolve the risk, you will be directed to change the password at the record's website and then update the corresponding record in your vault.

<figure><img src="https://914511346-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LSGVtOTYUIkVBoYtFvK%2Fuploads%2FRSoeGOjvRatpNTQ8uusu%2FScreen%20Shot%202023-07-18%20at%2012.11.56%20PM.png?alt=media&#x26;token=0505e798-9c36-4b72-b255-c1743131134c" alt=""><figcaption><p>Resolve a High-Risk Password</p></figcaption></figure>

{% hint style="info" %}
Click [here](/user-guides/web-vault.md#changing-passwords-with-keeperfill) to learn how to easily change your passwords using Keeper's browser extension, KeeperFill.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/user-guides/security-audit.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
