# サポートされているシークレット スキャン パターン


サポートされているシークレットと、誤ってコミットされたシークレットの不正使用を防ぐために GitHub が連携するパートナーの一覧。


## secret scanning パターンについて

には、シークレット スキャンニング アラート二つの種類があります。

***

```
          ユーザー アラート:** リポジトリでサポートされているシークレットが検出されると、リポジトリの [ ** Security and quality** ] タブでユーザーに報告されます。
```

* **プッシュ保護アラート:** 共同作成者がプッシュ保護をバイパスすると、リポジトリの \[ ** Security and quality** ] タブでユーザーに報告されます。
* \*\*パートナーアラート:\*\*secret scanningのパートナー プログラムの一部であるシークレット プロバイダーに直接報告されます。 これらのアラートは、リポジトリの \[ ** Security and quality** ] タブには報告されません。

各アラート タイプの詳細については、「[シークレット スキャン アラートについて](/ja/code-security/secret-scanning/managing-alerts-from-secret-scanning/about-alerts)」を参照してください。

サポートされているすべてのパターンの詳細については、以下の「[サポートされているシークレット](#supported-secrets)」セクションを参照してください。

secret scanning で REST API を使用する場合、`Secret type` を利用して特定の発行元からのシークレットを報告できます。 詳しくは、「[シークレット スキャン用の REST API エンドポイント](/ja/enterprise-cloud@latest/rest/secret-scanning)」をご覧ください。

secret scanning でリポジトリにコミットされたシークレットを検出する必要があると思われ、そうでない場合は、まず GitHub でシークレットがサポートされていることを確認する必要があります。 詳細については、以下のセクションを参照してください。 より高度なトラブルシューティング情報については、「[シークレット スキャン検出スコープ](/ja/code-security/secret-scanning/troubleshooting-secret-scanning-and-push-protection/troubleshooting-secret-scanning)」を参照してください。

## サポートされているシークレット

次の表では、シークレット タイプごとに secret scanning でサポートされているシークレットを示しています。 テーブル内の情報には、次のデータが含まれる場合があります。

* **Provider:** トークン プロバイダーの名前。
* **Partner:** 関連するトークン パートナーにリークが報告されるトークン。 パブリック リポジトリと、シークレット ジストを含むすべてのジストに適用されます。 シークレット ギストはプライベートではなく、URL を持つすべてのユーザーがアクセスできます。 「[Gistsについて](/ja/get-started/writing-on-github/editing-and-sharing-content-with-gists/creating-gists#about-gists)」の詳細をご覧ください。
* **User:** GitHub のユーザーにリークが報告されるトークン。
  * パブリック リポジトリ、および GitHub Secret Protection と secret scanning が有効なプライベート リポジトリに適用されます。
  * サポートされているパターンや指定されたカスタム パターンに関連する default のトークンに加え、通常は偽陽性率が高い非プロバイダー系トークン (プライベート キーなど) も含まれます。
  * secret scanning が非プロバイダー パターンを検出するには、リポジトリまたは Organization に対して非プロバイダー パターンの検出を有効にする必要があります。 詳しくは、「[リポジトリのシークレット スキャンの有効化](/ja/code-security/secret-scanning/enabling-secret-scanning-features/enabling-secret-scanning-for-your-repository)」をご覧ください。
* **Push protection:** GitHub のユーザーにリークが報告されるトークン。 secret scanning とプッシュ保護が有効なリポジトリに適用されます。
* **Validity check:** 有効性チェックが実装されているトークン。  パートナー トークンの場合、GitHub は関連するパートナーにトークンを送信します。 なお、すべてのパートナーが米国を拠点としているとは限りません。 詳細については、サイト ポリシー ドキュメントの「[Advanced Security](/ja/site-policy/github-terms/github-terms-for-additional-products-and-features#advanced-security)」を参照してください。
* **メタデータ チェック:** 拡張メタデータを使用できるトークン。検出されたシークレットに関する追加のコンテキストを提供します。
* **Base64:** Base64 でエンコードされたバージョンがサポートされているトークン。

### プロバイダー以外のパターン

精度レベルは、パターンの種類の一般的な誤検知率に基づいて推定されます。

| プロバイダー | トークン             | Description               | 精度   |
| :----- | :--------------- | :------------------------ | :--- |
| ジェネリック | ec\_private\_key | 暗号化操作に使用される楕円曲線 (EC) 秘密キー | High |
| ジェネリック | 汎用\_秘密鍵          |                           |      |

```
          `-----BEGIN PRIVATE KEY-----` ヘッダーを使用した暗号化秘密キー | High |
```

\| ジェネリック | http\_basic\_authentication\_header | 要求ヘッダーの HTTP 基本認証資格情報 | ミディアム |
\| ジェネリック | http\_bearer\_authentication\_header | API 認証に使用される HTTP ベアラー トークン | ミディアム |
\| ジェネリック | mongodb\_connection\_string | 資格情報を含む MongoDB データベースの接続文字列 | High |
\| ジェネリック | mysql\_connection\_url | 資格情報を含む MySQL データベースの接続文字列 | High |
\| ジェネリック | openssh\_private\_key | SSH 認証に使用される OpenSSH 形式の秘密キー | High |
\| ジェネリック | pgp\_private\_key | 暗号化と署名に使用される PGP (Pretty Good Privacy) 秘密キー | High |
\| ジェネリック | postgres\_connection\_string | 資格情報を含む PostgreSQL データベースの接続文字列 | High |
\| ジェネリック | rsa\_private\_key | 暗号化操作に使用される RSA 秘密キー | High |

> \[!NOTE]
> プロバイダー以外のパターンでは、有効性チェックは **サポートされていません** 。

### Copilot シークレットスキャン

Secret scanning は、Copilot を使用して汎用パスワードを検出します。 「[Copilot シークレット スキャンを使用した汎用シークレットの責任ある検出](/ja/code-security/secret-scanning/copilot-secret-scanning/responsible-ai-generic-secrets)」を参照してください。

| プロバイダー | トークン  |
| ------ | :---- |
| ジェネリック | パスワード |

> \[!NOTE] パスワードでは、プッシュ保護と有効性チェックはサポートされていません。

### 既定のパターン

> \[!NOTE]
> 有効性と拡張メタデータ のチェックは、GitHub Team または GitHub Enterprise を持ち、 GitHub Secret Protection の一部として機能を有効にしているユーザーのみが使用できます。

| プロバイダー                         | トークン                                                                                                            |                                  Partner                                  |                                    ユーザー                                   |                                   プッシュ保護                                  |                                  有効性チェック                                  |                                 メタデータ チェック                                |                                   Base64                                  |
| ------------------------------ | :-------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------------------: | :-----------------------------------------------------------------------: | :-----------------------------------------------------------------------: | :-----------------------------------------------------------------------: | :-----------------------------------------------------------------------: | :-----------------------------------------------------------------------: |
| 1Password                      | 1password\_service\_account\_token                                                                              |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Adafruit                       | adafruit\_io\_key                                                                                               | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Adobe                          | adobe\_client\_secret                                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Adobe                          | adobe\_device\_token                                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Adobe                          | adobe\_pac\_token                                                                                               | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Adobe                          | adobe\_refresh\_token                                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Adobe                          | adobe\_service\_token                                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Adobe                          | adobe\_short\_lived\_access\_token                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Aikido                         | aikido\_api\_client\_secret                                                                                     |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Aikido                         | aikido\_ci\_scanning\_token                                                                                     |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Airtable                       | airtable\_api\_key                                                                                              |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Airtable                       | airtable\_personal\_access\_token                                                                               |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Aiven                          | aiven\_auth\_token                                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Aiven                          | aiven\_service\_password                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Alibaba                        | alibaba\_cloud\_access\_key\_id, alibaba\_cloud\_access\_key\_secret                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Amazon AWS                     | aws\_access\_key\_id, aws\_secret\_access\_key 
[Token versions](#token-versions)           | ✓ | ✓ | ✓ | ✓ |  ✗  | ✓ |
| Amazon AWS                     | aws\_api\_key                                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Amazon AWS                     | aws\_secret\_access\_key, aws\_session\_token, aws\_temporary\_access\_key\_id                        |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Anthropic                      | anthropic\_admin\_api\_key                                                                                      | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Anthropic                      | anthropic\_api\_key 
[Token versions](#token-versions)                                           | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| Anthropic                      | anthropic\_session\_id                                                                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Apify                          | apify\_actor\_run\_api\_token                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Apify                          | apify\_actor\_run\_proxy\_password                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Apify                          | apify\_api\_token                                                                                               | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Apify                          | apify\_integration\_api\_token                                                                                  | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Apify                          | apify\_proxy\_password                                                                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Apify                          | apify\_ui\_token                                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Apify                          | apify\_webhook\_dispatch\_api\_token                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Asaas                          | asaas\_api\_token                                                                                               | ✓ | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| Asana                          | asana\_legacy\_format\_personal\_access\_token                                                                  |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Asana                          | asana\_personal\_access\_token 
[Token versions](#token-versions)                                |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Atlassian                      | atlassian\_api\_token 
[Token versions](#token-versions)                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Atlassian                      | atlassian\_jwt                                                                                                  | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Authress                       | authress\_service\_client\_access\_key                                                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_active\_directory\_application\_id, azure\_active\_directory\_application\_secret                   |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_active\_directory\_application\_secret 
[Token versions](#token-versions)                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_active\_directory\_user\_credential                                                                      | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_ai\_services\_key                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_anomaly\_detector\_ee\_key                                                                               | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_anomaly\_detector\_key                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_apim\_direct\_management\_key                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_apim\_gateway\_key                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_apim\_repository\_key                                                                                    | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Azure                          | azure\_apim\_subscription\_key                                                                                  | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_app\_configuration\_connection\_string                                                                   |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Azure                          | azure\_app\_configuration\_key                                                                                  | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_batch\_key\_identifiable 
[Token versions](#token-versions)                               | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_cache\_for\_redis\_access\_key 
[Token versions](#token-versions)                         | ✓ | ✓ | ✓ |  ✗  |  ✗  | ✓ |
| Azure                          | azure\_cognitive\_services\_key                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_communication\_services\_connection\_string                                                              |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Azure                          | azure\_communication\_services\_key                                                                             | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_computer\_vision\_key                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_container\_registry\_key\_identifiable                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_content\_moderator\_key                                                                                  | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_content\_safety\_key                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_cosmosdb\_key\_identifiable 
[Token versions](#token-versions)                            | ✓ | ✓ | ✓ | ✓ |  ✗  | ✓ |
| Azure                          | azure\_custom\_vision\_prediction\_key                                                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_custom\_vision\_training\_key                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_devops\_personal\_access\_token 
[Token versions](#token-versions)                        | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Azure                          | azure\_event\_grid\_key\_identifiable 
[Token versions](#token-versions)                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_event\_hub\_key\_identifiable                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_face\_key                                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_fluid\_relay\_key                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_form\_recognizer\_key                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_function\_key 
[Token versions](#token-versions)                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  | ✓ |
| Azure                          | azure\_health\_decision\_support\_key                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_health\_insights\_key                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_immersive\_reader\_key                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_internal\_all\_in\_one\_key                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_iot\_device\_connection\_string                                                                          |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Azure                          | azure\_iot\_device\_key                                                                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_iot\_device\_provisioning\_key                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_iot\_hub\_connection\_string                                                                             |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Azure                          | azure\_iot\_hub\_key                                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_iot\_provisioning\_connection\_string                                                                    |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Azure                          | azure\_knowledge\_key                                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_logic\_apps\_url 
[Token versions](#token-versions)                                       | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_luis\_authoring\_key                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_luis\_key                                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_management\_certificate                                                                                  | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_maps\_key                                                                                                | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Azure                          | azure\_metrics\_advisor\_key                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_mixed\_reality\_key                                                                                      | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_ml\_inference\_identifiable\_key                                                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_ml\_internal\_service\_principal\_identifiable\_key                                                      | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_ml\_web\_service\_classic\_identifiable\_key                                                             | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_openai\_key 
[Token versions](#token-versions)                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  | ✓ |
| Azure                          | azure\_personalizer\_key                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_qna\_maker\_key                                                                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_qna\_maker\_v2\_key                                                                                      | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_quantum\_key                                                                                             | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_relay\_key\_identifiable                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_sas\_token                                                                                               | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_search\_admin\_key                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_search\_query\_key                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_service\_bus\_identifiable                                                                               | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_signalr\_connection\_string                                                                              |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_signalr\_key 
[Token versions](#token-versions)                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_speech\_services\_key                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_speech\_translation\_key                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_sql\_connection\_string                                                                                  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_sql\_internal\_default\_cloudsa\_key                                                                     | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_sql\_password                                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_storage\_account\_key 
[Token versions](#token-versions)                                  | ✓ | ✓ | ✓ |  ✗  |  ✗  | ✓ |
| Azure                          | azure\_text\_analytics\_key                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_text\_translation\_key                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_video\_intelligence\_key                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_web\_app\_bot\_key                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_web\_pub\_sub\_connection\_string                                                                        |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | azure\_web\_pub\_sub\_key 
[Token versions](#token-versions)                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Azure                          | microsoft\_azure\_entra\_id\_token                                                                              |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Azure                          | microsoft\_corporate\_network\_user\_credential                                                                 | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Baidu                          | baiduai\_api\_key                                                                                               | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Baidu                          | baiducloud\_api\_accesskey                                                                                      | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Beamer                         | beamer\_api\_key                                                                                                |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Bitbucket                      | bitbucket\_server\_personal\_access\_token                                                                      |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Bitrise                        | bitrise\_personal\_access\_token                                                                                | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Bitrise                        | bitrise\_workspace\_api\_token                                                                                  | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Block Protocol                 | block\_protocol\_api\_key                                                                                       |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Brevo                          | sendinblue\_api\_key 
[Token versions](#token-versions)                                          | ✓ | ✓ | ✓ | ✓ |  ✗  | ✓ |
| Brevo                          | sendinblue\_smtp\_key                                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Buildkite                      | buildkite\_agent\_access\_token                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Buildkite                      | buildkite\_agent\_job\_token                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Buildkite                      | buildkite\_agent\_registration\_token                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Buildkite                      | buildkite\_cluster\_queue\_token                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Buildkite                      | buildkite\_cluster\_token                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Buildkite                      | buildkite\_packages\_registry\_token                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Buildkite                      | buildkite\_packages\_temporary\_token                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Buildkite                      | buildkite\_portal\_secret                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Buildkite                      | buildkite\_portal\_token                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Buildkite                      | buildkite\_user\_access\_token                                                                                  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Canadian Digital Service       | cds\_canada\_notify\_api\_key                                                                                   | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Canva                          | canva\_app\_secret                                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Canva                          | canva\_connect\_api\_secret                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Canva                          | canva\_secret                                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Cashfree                       | cashfree\_api\_key                                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Cfx.re                         | cfxre\_server\_key                                                                                              | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Checkout.com                   | checkout\_production\_secret\_key 
[Token versions](#token-versions)                             | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Checkout.com                   | checkout\_test\_secret\_key 
[Token versions](#token-versions)                                   | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Chief Tools                    | chief\_tools\_token                                                                                             | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| CircleCI                       | circleci\_bot\_access\_token                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| CircleCI                       | circleci\_personal\_access\_token                                                                               | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| CircleCI                       | circleci\_project\_access\_token                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| CircleCI                       | circleci\_release\_integration\_token                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Clojars                        | clojars\_deploy\_token                                                                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Cloudflare                     | cloudflare\_account\_api\_token                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Cloudflare                     | cloudflare\_global\_user\_api\_key                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Cloudflare                     | cloudflare\_user\_api\_token                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Cockroach Labs                 | ccdb\_api\_key                                                                                                  | ✓ | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| Cohere                         | cohere\_api\_key                                                                                                |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Contentful                     | contentful\_personal\_access\_token                                                                             | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Contentful                     | contentful\_web\_token                                                                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Contributed Systems            | contributed\_systems\_credentials                                                                               | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Coveo                          | coveo\_access\_token                                                                                            | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Coveo                          | coveo\_api\_key                                                                                                 | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| crates.io                      | cratesio\_api\_token 
[Token versions](#token-versions)                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Databento                      | databento\_api\_key                                                                                             | ✓ | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| Databricks                     | databricks\_access\_token 
[Token versions](#token-versions)                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  | ✓ |
| Databricks                     | databricks\_account\_session\_token                                                                             | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Databricks                     | databricks\_federated\_account\_session\_token                                                                  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Databricks                     | databricks\_oauth\_code                                                                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Databricks                     | databricks\_oauth\_refresh\_token                                                                               | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Databricks                     | databricks\_oauth\_secret\_token                                                                                | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Databricks                     | databricks\_oauth\_single\_use\_refresh\_token\_child                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Databricks                     | databricks\_oauth\_single\_use\_refresh\_token\_parent                                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Databricks                     | databricks\_scoped\_api\_token                                                                                  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Databricks                     | databricks\_scoped\_internal\_token                                                                             | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Databricks                     | databricks\_token                                                                                               | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Databricks                     | databricks\_workspace\_session\_token                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Datadog                        | datadog\_api\_key                                                                                               | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Datadog                        | datadog\_app\_key                                                                                               | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Datadog                        | datadog\_rcm                                                                                                    |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Datastax                       | datastax\_astracs\_token                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| DeepSeek                       | deepseek\_api\_key                                                                                              |  ✗  | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| Defined Networking             | defined\_networking\_nebula\_api\_key                                                                           | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| DevCycle                       | devcycle\_client\_api\_key                                                                                      | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| DevCycle                       | devcycle\_mobile\_api\_key                                                                                      | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| DevCycle                       | devcycle\_server\_api\_key                                                                                      | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| DigitalOcean                   | digitalocean\_oauth\_token                                                                                      | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| DigitalOcean                   | digitalocean\_personal\_access\_token                                                                           | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| DigitalOcean                   | digitalocean\_refresh\_token                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| DigitalOcean                   | digitalocean\_system\_token                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Discord                        | discord\_bot\_token 
[Token versions](#token-versions)                                           | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Docker                         | docker\_organization\_access\_token                                                                             | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Docker                         | docker\_personal\_access\_token                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Docker                         | docker\_swarm\_join\_token                                                                                      |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Docker                         | docker\_swarm\_unlock\_key                                                                                      |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Doppler                        | doppler\_audit\_token                                                                                           | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Doppler                        | doppler\_cli\_token                                                                                             | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Doppler                        | doppler\_personal\_token                                                                                        | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Doppler                        | doppler\_scim\_token                                                                                            | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Doppler                        | doppler\_service\_account\_token                                                                                | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Doppler                        | doppler\_service\_token                                                                                         | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Dropbox                        | dropbox\_access\_token                                                                                          | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Dropbox                        | dropbox\_short\_lived\_access\_token                                                                            | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Duffel                         | duffel\_live\_access\_token                                                                                     |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Duffel                         | duffel\_test\_access\_token                                                                                     |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Dynatrace                      | dynatrace\_api\_token                                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Dynatrace                      | dynatrace\_internal\_token                                                                                      | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| EasyPost                       | easypost\_production\_api\_key                                                                                  |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| EasyPost                       | easypost\_test\_api\_key                                                                                        |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| eBay                           | ebay\_production\_client\_id, ebay\_production\_client\_secret                                             |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| eBay                           | ebay\_sandbox\_client\_id, ebay\_sandbox\_client\_secret                                                   |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Elastic                        | elastic\_cloud\_api\_key                                                                                        |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Facebook                       | facebook\_access\_token                                                                                         | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Fastly                         | fastly\_api\_token 
[Token versions](#token-versions)                                            | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Fieldguide                     | fieldguide\_api\_token                                                                                          | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Figma                          | figma\_pat                                                                                                      | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Figma                          | figma\_scim\_token                                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Finicity                       | finicity\_app\_key                                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Firebase                       | firebase\_cloud\_messaging\_server\_key                                                                         |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Flickr                         | flickr\_api\_key                                                                                                |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Flutterwave                    | flutterwave\_live\_api\_secret\_key                                                                             |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Flutterwave                    | flutterwave\_test\_api\_secret\_key                                                                             |  ✗  | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| Frame.io                       | frameio\_developer\_token                                                                                       | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Frame.io                       | frameio\_jwt                                                                                                    | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| FullStory                      | fullstory\_api\_key 
[Token versions](#token-versions)                                           | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| GitHub                         | github\_app\_installation\_access\_token 
[Token versions](#token-versions)                      | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| GitHub                         | github\_oauth\_access\_token 
[Token versions](#token-versions)                                  | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| GitHub                         | github\_personal\_access\_token 
[Token versions](#token-versions)                               | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| GitHub                         | github\_refresh\_token 
[Token versions](#token-versions)                                        | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| GitHub                         | github\_ssh\_private\_key                                                                                       | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| GitHub                         | github\_test\_token                                                                                             | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| GitLab                         | gitlab\_access\_token 
[Token versions](#token-versions)                                         |  ✗  | ✓ | ✓ | ✓ | ✓ | ✓ |
| GoCardless                     | gocardless\_live\_access\_token                                                                                 | ✓ | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| GoCardless                     | gocardless\_sandbox\_access\_token                                                                              | ✓ | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| Google                         | google\_api\_key                                                                                                | ✓ | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| Google                         | google\_cloud\_service\_account\_credentials                                                                    | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Google                         | google\_cloud\_storage\_access\_key\_secret, google\_cloud\_storage\_service\_account\_access\_key\_id     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Google                         | google\_cloud\_storage\_access\_key\_secret, google\_cloud\_storage\_user\_access\_key\_id                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Google                         | google\_gcp\_api\_key\_bound\_service\_account                                                                  | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Google                         | google\_gemini\_api\_key                                                                                        |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Google                         | google\_oauth\_access\_token                                                                                    | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Google                         | google\_oauth\_client\_id, google\_oauth\_client\_secret 
[Token versions](#token-versions) | ✓ | ✓ | ✓ |  ✗  |  ✗  | ✓ |
| Google                         | google\_oauth\_refresh\_token 
[Token versions](#token-versions)                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  | ✓ |
| Grafana                        | grafana\_cloud\_api\_key                                                                                        | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Grafana                        | grafana\_cloud\_api\_token                                                                                      | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Grafana                        | grafana\_project\_api\_key                                                                                      | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Grafana                        | grafana\_project\_service\_account\_token                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Groq                           | groq\_api\_key 
[Token versions](#token-versions)                                                | ✓ | ✓ | ✓ | ✓ |  ✗  | ✓ |
| GuardSquare                    | guardsquare\_appsweep\_api\_key                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| GuardSquare                    | guardsquare\_cli\_access\_token                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| GuardSquare                    | guardsquare\_maven\_token                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Hack Club                      | hackclub\_ai\_api\_key                                                                                          |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| HashiCorp                      | hashicorp\_vault\_batch\_token 
[Token versions](#token-versions)                                |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| HashiCorp                      | hashicorp\_vault\_root\_service\_token                                                                          |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| HashiCorp                      | hashicorp\_vault\_service\_token 
[Token versions](#token-versions)                              |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| HashiCorp                      | terraform\_api\_token                                                                                           | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| hCaptcha                       | hcaptcha\_siteverify\_secret                                                                                    |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Heroku                         | heroku\_platform\_api\_oauth2\_token                                                                            |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Heroku                         | heroku\_postgres\_connection\_url                                                                               |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Highnote                       | highnote\_rk\_live\_key                                                                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Highnote                       | highnote\_rk\_test\_key                                                                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Highnote                       | highnote\_sk\_live\_key                                                                                         | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Highnote                       | highnote\_sk\_test\_key                                                                                         | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| HOP                            | hop\_bearer                                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| HOP                            | hop\_pat                                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| HOP                            | hop\_ptk                                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Hubspot                        | hubspot\_api\_key 
[Token versions](#token-versions)                                             | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Hubspot                        | hubspot\_personal\_access\_key                                                                                  | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Hubspot                        | hubspot\_private\_apps\_user\_token                                                                             | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Hubspot                        | hubspot\_smtp\_credential 
[Token versions](#token-versions)                                     | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Hugging Face                   | hf\_org\_api\_key                                                                                               | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Hugging Face                   | hf\_user\_access\_token 
[Token versions](#token-versions)                                       | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
| IBM                            | ibm\_cloud\_iam\_key                                                                                            | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Intercom                       | intercom\_access\_token                                                                                         |  ✗  | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Ionic                          | ionic\_personal\_access\_token 
[Token versions](#token-versions)                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Ionic                          | ionic\_refresh\_token 
[Token versions](#token-versions)                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Iterative                      | iterative\_dvc\_studio\_access\_token                                                                           | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| JFrog                          | jfrog\_platform\_access\_token                                                                                  |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| JFrog                          | jfrog\_platform\_api\_key                                                                                       |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| JFrog                          | jfrog\_platform\_reference\_token 
[Token versions](#token-versions)                             |  ✗  | ✓ | ✓ |  ✗  |  ✗  | ✓ |
| Langchain                      | langchain\_api\_personal\_key                                                                                   |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Langchain                      | langchain\_api\_server\_key                                                                                     |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Langchain                      | langsmith\_license\_key                                                                                         |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Langchain                      | langsmith\_scim\_bearer\_token                                                                                  |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Lark                           | lark\_apaas\_client\_id, lark\_apaas\_client\_secret                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Lark                           | lark\_app\_id, lark\_app\_secret                                                                           | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Lark                           | lark\_mcp\_grant\_token                                                                                         | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Lark                           | lark\_meego\_plugin\_id, lark\_meego\_plugin\_secret                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Lark                           | lark\_user\_session                                                                                             | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| LaunchDarkly                   | launchdarkly\_access\_token                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Lichess                        | lichess\_oauth\_access\_token                                                                                   | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Lichess                        | lichess\_personal\_access\_token                                                                                | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Lightspeed                     | lightspeed\_xs\_pat                                                                                             |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Limbar                         | limbar\_token                                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Linear                         | linear\_api\_key                                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Linear                         | linear\_oauth\_access\_token                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| LinkedIn                       | linkedin\_client\_secret                                                                                        |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Lob                            | lob\_live\_api\_key                                                                                             |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Lob                            | lob\_test\_api\_key                                                                                             |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Localstack                     | localstack\_api\_key                                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| LogicMonitor                   | logicmonitor\_bearer\_token                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| LogicMonitor                   | logicmonitor\_lmv1\_access\_key                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Login with Amazon              | amazon\_oauth\_client\_id, amazon\_oauth\_client\_secret                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Mailchimp                      | mailchimp\_api\_key                                                                                             | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Mailchimp                      | mandrill\_api\_key                                                                                              | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Mailersend                     | mailersend\_api\_token                                                                                          | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Mailersend                     | mailersend\_smtp\_password                                                                                      | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Mailersend                     | mailersend\_smtp\_username                                                                                      | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Mailgun                        | mailgun\_api\_key 
[Token versions](#token-versions)                                             | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Mailgun                        | mailgun\_smtp\_credential                                                                                       | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Mapbox                         | mapbox\_secret\_access\_token                                                                                   | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| MaxMind                        | maxmind\_license\_key                                                                                           | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Mercury                        | mercury\_non\_production\_api\_token                                                                            | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Mercury                        | mercury\_production\_api\_token                                                                                 | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Mergify                        | mergify\_application\_key                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| MessageBird                    | messagebird\_api\_key                                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Microsoft                      | power\_automate\_webhook\_sas                                                                                   | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Midtrans                       | midtrans\_production\_server\_key                                                                               |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Midtrans                       | midtrans\_sandbox\_server\_key                                                                                  |  ✗  | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| Mistral AI                     | mistral\_ai\_api\_key                                                                                           |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| MongoDB                        | mongodb\_atlas\_db\_uri\_with\_credentials                                                                      | ✓ | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| MongoDB                        | mongodb\_atlas\_service\_account\_secret                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Naver Cloud                    | navercloud\_gov\_access\_key                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Naver Cloud                    | navercloud\_gov\_access\_key\_secret                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Naver Cloud                    | navercloud\_gov\_sts                                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Naver Cloud                    | navercloud\_gov\_sts\_secret                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Naver Cloud                    | navercloud\_pub\_access\_key                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Naver Cloud                    | navercloud\_pub\_access\_key\_secret                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Naver Cloud                    | navercloud\_pub\_sts                                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Naver Cloud                    | navercloud\_pub\_sts\_secret                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Neon                           | neon\_api\_key                                                                                                  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Neon                           | neon\_connection\_uri                                                                                           | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Netflix                        | netflix\_netkey                                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| New Relic                      | new\_relic\_insights\_query\_key                                                                                |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| New Relic                      | new\_relic\_license\_key                                                                                        |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| New Relic                      | new\_relic\_personal\_api\_key                                                                                  |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| New Relic                      | new\_relic\_rest\_api\_key                                                                                      |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Notion                         | notion\_api\_token                                                                                              | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Notion                         | notion\_integration\_token                                                                                      |  ✗  | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Notion                         | notion\_oauth\_client\_secret                                                                                   |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| npm                            | npm\_access\_token 
[Token versions](#token-versions)                                            | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| NuGet                          | nuget\_api\_key 
[Token versions](#token-versions)                                               | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Octopus Deploy                 | octopus\_deploy\_api\_key                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Oculus                         | oculus\_access\_token                                                                                           |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| OneChronos                     | onechronos\_api\_key                                                                                            |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| OneChronos                     | onechronos\_eb\_api\_key                                                                                        |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| OneChronos                     | onechronos\_eb\_encryption\_key                                                                                 |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| OneChronos                     | onechronos\_oauth\_token                                                                                        |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| OneChronos                     | onechronos\_refresh\_token                                                                                      |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| OneSignal                      | onesignal\_rich\_authentication\_token                                                                          | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Onfido                         | onfido\_live\_api\_token                                                                                        | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Onfido                         | onfido\_sandbox\_api\_token                                                                                     | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| OpenAI                         | openai\_api\_key 
[Token versions](#token-versions)                                              | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| OpenRouter                     | openrouter\_api\_key                                                                                            | ✓ | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| OpenVSX                        | openvsx\_access\_token 
[Token versions](#token-versions)                                        |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Openweather                    | openweather\_api\_key                                                                                           |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Oracle                         | oracle\_api\_key                                                                                                | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Orbit                          | orbit\_api\_token                                                                                               |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Paddle                         | paddle\_api\_key                                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Paddle                         | paddle\_sandbox\_api\_key                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| PagerDuty                      | pagerduty\_oauth\_secret                                                                                        |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| PagerDuty                      | pagerduty\_oauth\_token                                                                                         |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Palantir                       | palantir\_jwt                                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Pangea                         | pangea\_token                                                                                                   |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Perplexity                     | perplexity\_api\_key                                                                                            |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Persona  Identities            | persona\_production\_api\_key                                                                                   | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Persona  Identities            | persona\_sandbox\_api\_key                                                                                      | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Pineapple Technologies Limited | pineapple\_technologies\_incident\_api\_key                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Pinecone                       | pinecone\_api\_key, pinecone\_environment                                                                  |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Pinterest                      | pinterest\_access\_token                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Pinterest                      | pinterest\_refresh\_token                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| PlanetScale                    | planetscale\_database\_password                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| PlanetScale                    | planetscale\_oauth\_token                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| PlanetScale                    | planetscale\_service\_token                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Planning Center                | planning\_center\_oauth\_access\_token                                                                          | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Planning Center                | planning\_center\_oauth\_app\_secret                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Planning Center                | planning\_center\_personal\_access\_token                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Plivo                          | plivo\_auth\_id, plivo\_auth\_token                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Polar                          | polar\_access\_token 
[Token versions](#token-versions)                                          | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Polar                          | polar\_authorization\_code 
[Token versions](#token-versions)                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Polar                          | polar\_client\_registration\_token 
[Token versions](#token-versions)                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Polar                          | polar\_client\_secret 
[Token versions](#token-versions)                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Polar                          | polar\_customer\_session\_token                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Polar                          | polar\_personal\_access\_token 
[Token versions](#token-versions)                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Polar                          | polar\_refresh\_token 
[Token versions](#token-versions)                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Polar                          | polar\_user\_session\_token                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| PostHog                        | posthog\_feature\_flags\_secure\_api\_key                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| PostHog                        | posthog\_oauth\_access\_token                                                                                   | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| PostHog                        | posthog\_oauth\_refresh\_token                                                                                  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| PostHog                        | posthog\_personal\_api\_key                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Postman                        | postman\_api\_key                                                                                               | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Postman                        | postman\_collection\_key                                                                                        | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Prefect                        | prefect\_server\_api\_key                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Prefect                        | prefect\_user\_api\_key                                                                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Proctorio                      | proctorio\_consumer\_key                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Proctorio                      | proctorio\_linkage\_key                                                                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Proctorio                      | proctorio\_registration\_key                                                                                    | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Proctorio                      | proctorio\_secret\_key 
[Token versions](#token-versions)                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Proof                          | proof\_full\_access\_api\_key                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Pulumi                         | pulumi\_access\_token                                                                                           | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| PyPI                           | pypi\_api\_token                                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Rainforest Pay                 | rainforest\_api\_key                                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Rainforest Pay                 | rainforest\_sandbox\_api\_key                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Ramp                           | ramp\_client\_id                                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Ramp                           | ramp\_client\_secret                                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Ramp                           | ramp\_oauth\_token                                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Raycast                        | raycast\_access\_token                                                                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| ReadMe                         | readmeio\_api\_access\_token                                                                                    | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| redirect.pizza                 | redirect\_pizza\_api\_token                                                                                     | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Replicate                      | replicate\_api\_token                                                                                           | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Rootly                         | rootly\_api\_key                                                                                                |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| RubyGems                       | rubygems\_api\_key                                                                                              | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| RunPod                         | runpod\_api\_key                                                                                                | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Salesforce                     | salesforce\_access\_token                                                                                       |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Salesforce                     | salesforce\_marketing\_cloud\_api\_oauth2\_token                                                                |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Salesforce                     | salesforce\_oauth2\_consumer\_key, salesforce\_oauth2\_consumer\_secret                                    |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Salesforce                     | salesforce\_refresh\_token                                                                                      |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Samsara                        | samsara\_api\_token                                                                                             | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Samsara                        | samsara\_oauth\_access\_token                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Scalr                          | scalr\_api\_token                                                                                               | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Segment                        | segment\_public\_api\_token                                                                                     | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| SendGrid                       | sendgrid\_api\_key                                                                                              | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Sentry                         | sentry\_integration\_token                                                                                      |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Sentry                         | sentry\_organization\_token                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Sentry                         | sentry\_personal\_token                                                                                         | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Sentry                         | sentry\_user\_app\_auth\_token                                                                                  |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Shippo                         | shippo\_live\_api\_token                                                                                        |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Shippo                         | shippo\_test\_api\_token                                                                                        |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Shopee                         | shopee\_open\_platform\_partner\_key                                                                            | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Shopify                        | shopify\_access\_token                                                                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Shopify                        | shopify\_app\_client\_credentials                                                                               | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Shopify                        | shopify\_app\_client\_secret                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Shopify                        | shopify\_app\_shared\_secret                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Shopify                        | shopify\_custom\_app\_access\_token                                                                             | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Shopify                        | shopify\_marketplace\_token                                                                                     | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Shopify                        | shopify\_merchant\_token                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Shopify                        | shopify\_partner\_api\_token                                                                                    | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Shopify                        | shopify\_private\_app\_password                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Siemens                        | siemens\_api\_token                                                                                             | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Siemens                        | siemens\_code\_token                                                                                            | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Sindri                         | sindri\_api\_key 
[Token versions](#token-versions)                                              | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Slack                          | slack\_api\_token 
[Token versions](#token-versions)                                             | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Slack                          | slack\_incoming\_webhook\_url                                                                                   | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Slack                          | slack\_workflow\_webhook\_url                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Snowflake                      | snowflake\_postgres\_connection\_string                                                                         | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Snowflake                      | snowflake\_postgres\_host, snowflake\_postgres\_password                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Snowflake                      | snowflake\_programmatic\_access\_token                                                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Sourcegraph                    | sourcegraph\_access\_token                                                                                      | ✓ | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| Sourcegraph                    | sourcegraph\_dotcom\_user\_gateway                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Sourcegraph                    | sourcegraph\_instance\_identifier\_access\_token                                                                | ✓ | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| Sourcegraph                    | sourcegraph\_license\_key\_token                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Sourcegraph                    | sourcegraph\_product\_subscription\_token                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Square                         | square\_access\_token 
[Token versions](#token-versions)                                         |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Square                         | square\_production\_application\_secret                                                                         |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Square                         | square\_sandbox\_application\_secret                                                                            |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| SSLMate                        | sslmate\_api\_key 
[Token versions](#token-versions)                                             | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| SSLMate                        | sslmate\_cluster\_secret                                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Stripe                         | stripe\_api\_key                                                                                                | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Stripe                         | stripe\_legacy\_api\_key                                                                                        | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |  ✗  |
| Stripe                         | stripe\_live\_restricted\_key                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Stripe                         | stripe\_test\_restricted\_key                                                                                   | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Stripe                         | stripe\_test\_secret\_key                                                                                       | ✓ | ✓ | ✓ | ✓ | ✓ |  ✗  |
| Stripe                         | stripe\_webhook\_signing\_secret                                                                                | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Supabase                       | supabase\_personal\_access\_token                                                                               | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Supabase                       | supabase\_secret\_key                                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Supabase                       | supabase\_service\_key 
[Token versions](#token-versions)                                        | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Tableau                        | tableau\_personal\_access\_token                                                                                |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Tailscale                      | tailscale\_api\_key                                                                                             | ✓ | ✓ |  ✗  | ✓ | ✓ |  ✗  |
| Telegram                       | telegram\_bot\_token                                                                                            |  ✗  | ✓ |  ✗  | ✓ | ✓ |  ✗  |
| Telnyx                         | telnyx\_api\_v2\_key                                                                                            | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Temporal                       | temporal\_cloud\_api\_key                                                                                       | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Tencent                        | tencent\_cloud\_intl\_access\_token                                                                             | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Tencent                        | tencent\_cloud\_secret\_id                                                                                      | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Tencent                        | tencent\_wechat\_api\_app\_id                                                                                   | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Tencent                        | tencent\_wechat\_pay\_token                                                                                     |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Thunderstore                   | thunderstore\_io\_api\_token                                                                                    |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Twilio                         | twilio\_access\_token                                                                                           |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Twilio                         | twilio\_account\_sid 
[Token versions](#token-versions)                                          | ✓ | ✓ | ✓ |  ✗  |  ✗  | ✓ |
| Twilio                         | twilio\_api\_key                                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Typeform                       | typeform\_personal\_access\_token                                                                               | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Uniwise                        | wiseflow\_api\_key                                                                                              | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Unkey                          | unkey\_root\_key                                                                                                | ✓ | ✓ |  ✗  | ✓ |  ✗  |  ✗  |
| Val Town                       | val\_town\_api\_token                                                                                           | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Vercel                         | vercel\_api\_key                                                                                                | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Vercel                         | vercel\_app\_refresh\_token                                                                                     | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Vercel                         | vercel\_app\_user\_access\_token                                                                                | ✓ | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Vercel                         | vercel\_integration\_access\_token                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Vercel                         | vercel\_personal\_access\_token                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Vercel                         | vercel\_support\_access\_token                                                                                  | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| VolcEngine                     | volcengine\_access\_key\_id                                                                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Wakatime                       | wakatime\_api\_key                                                                                              | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Wakatime                       | wakatime\_app\_secret                                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Wakatime                       | wakatime\_oauth\_access\_token                                                                                  | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Wakatime                       | wakatime\_oauth\_refresh\_token                                                                                 | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Weatherstack                   | weatherstack\_api\_key                                                                                          |  ✗  | ✓ |  ✗  |  ✗  |  ✗  |  ✗  |
| Weights & Biases               | wandb\_api\_key                                                                                                 |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Workato                        | workato\_developer\_api\_token 
[Token versions](#token-versions)                                | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| WorkOS                         | workos\_production\_api\_key 
[Token versions](#token-versions)                                  | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| WorkOS                         | workos\_staging\_api\_key 
[Token versions](#token-versions)                                     | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| WSO2                           | wso2\_choreo\_personal\_access\_token                                                                           | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| xAI                            | xai\_api\_key                                                                                                   | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Yandex                         | yandex\_cloud\_api\_key                                                                                         | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Yandex                         | yandex\_cloud\_iam\_access\_secret                                                                              | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Yandex                         | yandex\_cloud\_iam\_cookie                                                                                      | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Yandex                         | yandex\_cloud\_iam\_token                                                                                       | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Yandex                         | yandex\_cloud\_smartcaptcha\_server\_key                                                                        | ✓ | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Yandex                         | yandex\_dictionary\_api\_key                                                                                    |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Yandex                         | yandex\_passport\_oauth\_token                                                                                  | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| Yandex                         | yandex\_predictor\_api\_key                                                                                     |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Yandex                         | yandex\_translate\_api\_key                                                                                     |  ✗  | ✓ | ✓ | ✓ |  ✗  |  ✗  |
| ZenHub                         | zenhub\_personal\_api\_key                                                                                      |  ✗  | ✓ | ✓ |  ✗  |  ✗  |  ✗  |
| Zuplo                          | zuplo\_consumer\_api\_key                                                                                       | ✓ | ✓ | ✓ | ✓ |  ✗  |  ✗  |

#### トークンのバージョン

サービス プロバイダーは、トークンの生成に使用されるパターンを定期的に更新しており、複数のバージョンのトークンをサポートしている場合があります。 プッシュ保護は、secret scanning が確実に識別できる最新のトークン バージョンのみをサポートしています。 これにより、レガシー トークンで発生しやすい偽陽性の結果により、プッシュ保護が不必要にコミットをブロックするのを回避できます。

## 詳細については、次を参照してください。

* [シークレット スキャン アラートについて](/ja/code-security/secret-scanning/managing-alerts-from-secret-scanning/about-alerts)
* 「[Secret scanningパートナープログラム](/ja/code-security/secret-scanning/secret-scanning-partnership-program/secret-scanning-partner-program)」
* [リポジトリを保護するためのクイック スタート](/ja/code-security/getting-started/securing-your-repository)
* [アカウントとデータを安全に保つ](/ja/authentication/keeping-your-account-and-data-secure)
