> 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/pt/security-audit.md).

# Auditoria de segurança

A Auditoria de segurança fornece relatórios de força das senhas no seu cofre.

<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>

## Visão geral

A tela Auditoria de segurança atribui às senhas armazenadas no seu cofre uma pontuação geral de segurança com base na força das senhas. Nessa tela, você pode visualizar claramente informações sobre a força e a reutilização de senhas de cada registro.

{% embed url="<https://vimeo.com/585500006>" %}
Auditoria de segurança (em inglês)
{% endembed %}

## Cálculo da pontuação de segurança

O cálculo da força e da reutilização de senhas é executado continuamente no seu cofre em todas as plataformas, incluindo o aplicativo para computadores do Keeper, o Cofre da web e dispositivos iOS e Android.

<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>Auditoria de segurança</p></figcaption></figure>

A "força" de uma senha no Keeper é uma pontuação calculada com base na complexidade da senha, com uma classificação entre 0 e 100 conforme as métricas abaixo:

Muito fraca: < 20\
Fraca: 20-40\
Boa: 40-60\
Forte: 60-80\
Muito forte: 80+

Para mais informações sobre como as pontuações de segurança são calculadas, acesse a página a seguir:

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

Você pode visualizar facilmente um registro que contém uma senha de alto risco clicando nele na lista exibida. Para resolver o risco, você será direcionado a alterar a senha no site do registro e, em seguida, atualizar o registro correspondente no seu cofre.

<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>Resolver uma senha de alto risco</p></figcaption></figure>

{% hint style="info" %}
Saiba como [alterar suas senhas facilmente com o KeeperFill](/user-guides/pt/web-vault.md#changing-passwords-with-keeperfill), a extensão de navegador do Keeper.
{% 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/pt/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.
