> 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/kdosukyan/scanning-practices/malware-detection-in-open-source-dependencies.md).

# オープンソース依存関係とコンテナ内のマルウェア検出

#### オープンソース依存関係におけるマルウェア検出

接続すると **コードリポジトリ** Aikido に接続すると、開発者のマシンでのインストール時にコマンドの実行を試みるコードや、未知のサーバーへ予期せずデータを外部送信するコード、難読化されたコード、ビットコインマイナーをインストールするコードなど、インストール済みのすべてのパッケージをマルウェアとしてスキャンします。

\
この機能は次で自動的に有効になります **Proプラン以上**。Aikidoは **1日あたり10万件以上のパッケージ** を悪意のあるものとして探しています。最新の統計を表示するには、 [ここをクリック](https://intel.aikido.dev/malware).

<details>

<summary>15の対応エコシステム</summary>

* NPM
* PyPI
* GitHub Actions
* Packagist
* Ruby
* VS Code
* Open VSX
* NuGet
* Maven
* Chrome
* Rust
* Go
* WordPress
* Skills
* Drupal

</details>

#### 影響を受けているか確認する

悪意のあるパッケージがあなたの環境に影響しているかを [マルウェアモニター](https://app.aikido.dev/reports/malware/software-supply-chain-attacks) の下で **レポート** → **マルウェアモニター**.

<figure><img src="/files/6eba3dd412a72e0b4060cb6ab5ceecbf9bc6fc18" alt=""><figcaption></figcaption></figure>

#### コンテナ内のマルウェア検出

追加対策として、コンテナ内のマルウェアもスキャンします。これは、マルウェアを検知できるコード関連のロックファイルが常に存在するわけではないことや、組織が本番環境に届く前の段階でパブリックまたはプライベートのレジストリから取得する場合があるため重要です。

コンテナのマルウェアスキャンは Pro プランで自動的に有効になり、新しいコンテナイメージが環境に追加されるたびに継続的に実行されます。

#### Safe Chain でインストール時のマルウェアを防ぐ

悪意のあるパッケージが開発者のワークステーションにインストールされる前に阻止したい場合は、 [Safe Chain](/docs/docs-ja/kdosukyan/aikido-malware-scanning.md).

Safe Chain はパッケージのインストールに直接保護を追加します。インストール中にパッケージとネストされた依存関係をチェックし、難読化されたコード、データの外部流出、インストールスクリプト、暗号資産マイナーなど、既知の悪意ある動作をブロックします。

これは、リポジトリとコンテナでのマルウェア検出を補完します。コードベース、CI、本番環境に到達する前に、開発ワークフローのより早い段階で脅威を検出するのに役立ちます。


---

# 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/kdosukyan/scanning-practices/malware-detection-in-open-source-dependencies.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.
