> 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リージョンでは。

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

![安全なリポジトリスキャンのワークフロー：選択、クローン、スキャン、検出結果の暗号化、コンテナの破棄。](https://715870456-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FyKbzcQGrx7UtrG0nPZZ7%2Fuploads%2Fgit-blob-0acaf4018cdcba7833afcf08271e7f8c9ceeda00%2Fucarecdn-411acc55-32e2-4db5-88e5-c26b0896eb7a.png?alt=media)

**免責事項。**

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.
