# OWASP Machine Learning Security Top Ten ja

This is the unofficial Japanese translation of the [OWASP Machine Learning Security Top Ten](https://github.com/OWASP/www-project-machine-learning-security-top-10).

* Document Site - <https://coky-t.gitbook.io/owasp-machine-learning-security-top-10-ja/>
* Document Repository - <https://github.com/coky-t/owasp-machine-learning-security-top-10-ja>

### Originator

* Project Site - <https://owasp.org/www-project-machine-learning-security-top-10/>
* Project Repository - <https://github.com/OWASP/www-project-machine-learning-security-top-10>
* Document Site - <https://mltop10.info/>

## OWASP 機械学習セキュリティ Top 10 日本語版

* [OWASP 機械学習セキュリティ Top 10](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/index.md)
* [リーダー](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/leaders.md)
* [**ML01:2023 入力操作攻撃 (Input Manipulation Attack)**](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/ml01_2023-input_manipulation_attack.md)
* [**ML02:2023 データポイズニング攻撃 (Data Poisoning Attack)**](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/ml02_2023-data_poisoning_attack.md)
* [**ML03:2023 モデル反転攻撃 (Model Inversion Attack)**](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/ml03_2023-model_inversion_attack.md)
* [**ML04:2023 メンバーシップ推論攻撃 (Membership Inference Attack)**](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/ml04_2023-membership_inference_attack.md)
* [**ML05:2023 モデル盗用 (Model Theft)**](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/ml05_2023-model_theft.md)
* [**ML06:2023 ML サプライチェーン攻撃 (ML Supply Chain Attacks)**](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/ml06_2023-ai_supply_chain_attacks.md)
* [**ML07:2023 転移学習攻撃 (Transfer Learning Attack)**](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/ml07_2023-transfer_learning_attack.md)
* [**ML08:2023 モデル歪曲 (Model Skewing)**](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/ml08_2023-model_skewing.md)
* [**ML09:2023 出力完全性攻撃 (Output Integrity Attack)**](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/ml09_2023-output_integrity_attack.md)
* [**ML10:2023 モデルポイズニング (Model Poisoning)**](/owasp-machine-learning-security-top-10-ja/owasp-sekyuriti-top-10/ml10_2023-model_poisoning.md)

## License

[Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/)

## Translator (Japanese)

[Koki Takeyama](https://github.com/coky-t)

* Document Site - <https://coky-t.gitbook.io/owasp-docs-ja/>
* Document Repository - <https://github.com/coky-t/owasp-docs-ja>


---

# Agent Instructions: 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:

```
GET https://coky-t.gitbook.io/owasp-machine-learning-security-top-10-ja/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
