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

# セキュリティ監査

<figure><img src="https://2985347814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6Y1mjnoaNcCi93oXSTE3%2Fuploads%2Fgit-blob-c1eaed40337bd0eb522439ddf308ed8c54d0fcc5%2F%E3%82%BB%E3%82%AD%E3%83%A5%E3%83%AA%E3%83%86%E3%82%A3%E3%83%BC%E7%9B%A3%E6%9F%BB%E8%A1%A8%E7%B4%99.jpeg?alt=media" alt=""><figcaption></figcaption></figure>

## 概要

セキュリティ監査画面では、ボルトに保存されているパスワードの強度に関する総合的なセキュリティスコアが表示されます。各レコードのパスワード強度とパスワードの使い回しの状況を一目で確認できます。

{% embed url="<https://vimeo.com/818812840>" %}
Keeper 101: セキュリティ監査
{% endembed %}

## セキュリティスコアの算出方法

パスワードと強度の再利用のスコアは、Keeperデスクトップ、ウェブボルト、iOSとAndroidデバイスなど、全てのプラットフォームで継続的に算出されます。

<figure><img src="https://2985347814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6Y1mjnoaNcCi93oXSTE3%2Fuploads%2FE5VWyVqNCQqk5ujA4nFK%2FSecurity%20audit-1%20[User%20guide].png?alt=media&#x26;token=854b899a-6aea-4b49-89da-9657fab09a96" alt=""><figcaption></figcaption></figure>

Keeperのパスワードの強度はパスワードの複雑さに基づいて計算され、以下の通り0～100での評価となります。

非常に弱い: 20未満\
弱い: 20～40\
良い: 40～60\
強い: 60～80\
非常に強い: 81以上

セキュリティスコアの算出方法について詳しくは、[こちら](/enterprise-guide/jp/security-audit/security-audit-score-calculation.md)のページをご参照ください。

高リスクのパスワードが設定されているレコードは、一覧からクリックして確認できます。リスクを解消するには、対象ウェブサイトでパスワードを変更し、その後、Keeperボルト内の該当レコードを更新してください。

<figure><img src="https://2985347814-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F6Y1mjnoaNcCi93oXSTE3%2Fuploads%2Fisycl8auORUBGd4PDzUC%2FSecurity%20audit-2%20[User%20guide].png?alt=media&#x26;token=8dd53d72-f510-4888-922a-84cbca101078" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Keeperのブラウザ拡張機能であるKeeperFillを使って簡単にパスワードを変更する方法については[こちら](/user-guides/jp/web-vault.md#changing-passwords-with-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/jp/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.
