> For the complete documentation index, see [llms.txt](https://help.aikido.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.aikido.dev/docs/docs-ja/aikido-device-protection/using-aikido-endpoint/browsing-packages.md).

# パッケージの閲覧

［Packages］タブでは、接続されているすべてのデバイスで検出された各ソフトウェアパッケージの完全な一覧を確認できます。これには、ブラウザー拡張機能、コードライブラリ、IDEプラグイン、ビルド依存関係が含まれます。

## パッケージを確認する

移動先 [Device Protection を開き、Packages](https://app.aikido.dev/endpoint-protection/packages) タブを開きます。検出されたすべてのパッケージの一覧が、名前順に表示されます。

<figure><img src="/files/b51e7ba76e084e98e7fa00405adc5b71c97721c1" alt=""><figcaption></figcaption></figure>

各項目には以下が表示されます:

* **パッケージ** - パッケージ名とバージョン（例: "axios\@1.6.7"）
* **デバイス** - このパッケージがインストールされている接続済みデバイスの数
* **初回検出** - パッケージが初めて検出された日時

## エコシステムで絞り込む

次を使用してください **すべてのエコシステム** パッケージ一覧の上にあるドロップダウンを使用して、特定のソースで絞り込みます。これは、たとえば Chrome 拡張機能だけ、または NPM パッケージだけを確認したい場合に便利です。

また、 **検索** 検索バーを使って、名前で特定のパッケージを見つけることもできます。

## 確認すべきポイント

Packages タブは、組織全体でどのソフトウェアが稼働しているかを把握するための良い出発点です。確認すべき点としては、次のようなものがあります:

* 認識していない、複数のデバイスにインストールされているパッケージ
* セキュリティやプライバシー上のリスクをもたらす可能性のあるブラウザー拡張機能
* 既知の脆弱性がある古いパッケージバージョン
* 最近追加され、まだレビューされていないパッケージ


---

# 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://help.aikido.dev/docs/docs-ja/aikido-device-protection/using-aikido-endpoint/browsing-packages.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.
