> 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/hajimeni/setting-up-your-account/aikido-never-stores-your-code.md).

# Aikido はコードを保存しません

{% hint style="success" %}
要するに、Aikidoは分析後にあなたのコードを保存しません。SASTやSecrets Detectionなどの分析ジョブの一部では、git clone操作が必要です。以下では、あなたのコードが保護されるように私たちが講じている技術的対策について説明します：
{% endhint %}

* 各リポジトリごとに、新しいDockerコンテナ内でgit cloneなどのさまざまな処理を行います。分析後、データは消去され、Dockerコンテナは終了されます。
* GitHubについては、リフレッシュトークンやアクセストークンがデータベースに保存されることは一切ありません。私たちはそれを必要としない新しいGitHub Appsを使用しています。Aikido自体のデータベース侵害が起きても、GitHubのコードをダウンロードできるようにはなりません。
* デフォルトでは、当社の連携機能は非常に最小限の読み取り専用スコープを必要とします。Autofix Pull Requestsのような特別な機能を有効にした場合にのみ、Aikidoは書き込み権限を要求します。
* コードを環境の外に一切出さず、完全にオンプレミスで保持したい場合は、当社の [ローカルスキャナー](https://help.aikido.dev/category/aikido-local-scan-setup/sg4xF4OsJciW)。結果はAikidoプラットフォームにシームレスに反映されます。
* AikidoはSOC2 Type 2およびISO27001:2022の認証を取得しています。レポートは [ご要望に応じて](http://trustcenter.aikido.dev/)。これは、私たちがデフォルトでいくつかの組織的および技術的ポリシーに準拠していることを意味します。
* AikidoのサーバーはAWS上にあり、EU、US、AU、MEについては各リージョン内にデータを保存しています。つまり、顧客データは [app.aikido.dev](http://app.aikido.dev) EUリージョンでは、 [app.us.aikido.dev](http://app.us.aikido.dev) USリージョンでは、 [app.me.aikido.dev](http://app.me.aikido.dev) MEリージョンでは、 [app.au.aikido.dev](http://app.au.aikido.dev) AUリージョンでは保存されます。

コードの安全性を確保するために私たちが採用しているプロセス：

![安全なリポジトリスキャンのワークフロー：選択、クローン、スキャン、検出結果の暗号化、コンテナの破棄。](/files/26e4f39d040c2c1664858fd3988aed40cb2c2e3c)

**免責事項。**

Aikidoには、コードの一部が保存される機能がいくつかあります。これは以下の機能に該当します：

* AutoFix: Aikidoは差分（元のコードとAutoFixed後のコード）を保存します。対象はAutoFixの一部であるファイルのみです
* Aikidoは、各AutoTriaged SAST検出結果のコールツリーを最大2週間保存します

保存されるすべてのコードはGitleaksでスキャンされます。コード内に明らかなシークレットがある場合は、それらを絶対に保存しないようにしています。


---

# 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/hajimeni/setting-up-your-account/aikido-never-stores-your-code.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.
