> 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は差分（元のコードとAutoFix後のコード）を保存します - 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.
