> For the complete documentation index, see [llms.txt](https://manual.dxable.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://manual.dxable.com/1password/about-1password-shell-plugins-security.md).

# 1Password Shellプラグインのセキュリティについて

### **1Password Shellプラグインのセキュリティーについて** <a href="#id-7oqck4s58qnz" id="id-7oqck4s58qnz"></a>

### **認証モデル** <a href="#x1cin04y1rpo" id="x1cin04y1rpo"></a>

1Password CLIコマンドまたは1Password Shellプラグインが呼び出されたときに同意を得るために、1Passwordは承認ダイアログを表示します。

![1Password CLI 生体認証ロック解除を使用して認証されている CLI。](/files/laa1tnF6UROO8k7hqKIf)

このダイアログには、どのアプリケーションがどの1Passwordアカウントを使う許可を要求しているかが表示されます。要求を承認すると、1Passwordと、プラグインが呼び出されたターミナルウィンドウまたはタブの間で*セッション*が確立されます。

ターミナルウィンドウ内で1Password CLIを連続して呼び出すと、1Passwordがロックされるまで、追加の認証なしで1Passwordアカウントを使用できます。これには、同じプラグイン、別のプラグイン、その他の1Password CLIコマンドの呼び出しが含まれます。シークレットを扱うときはいつもそうですが、それらのシークレットにアクセスできるプロセス、スクリプト、プラグインの実行には注意が必要です。

セッションは、次のいずれかのシナリオで終了します。

* 1Passwordがロックされたとき
* 10分間操Createがない場合
* 12時間後
* 許可されたターミナルセッションでop signoutが実行された場合
* ターミナルセッションでop signout --allが実行された場合

### **拡張とコミュニティーへの貢献** <a href="#bxcjmjftopj" id="bxcjmjftopj"></a>

1Password Shellプラグインは[拡張可能](https://developer.1password.com/docs/cli/shell-plugins/contribute/)です。提供されたプラグインは、1Password CLIに含まれて出荷される前に、1Passwordによってキュレーションおよびレビューされます。

1Passwordは、1Password CLIに含まれているContributedプラグインのみをレビューしています。1Password CLIに含まれているプラ​​グインと自分でCreateしたプラグインのみを実行することをお勧めします。実際にはこれは、バイナリーをダウンロードして\~/.op/plugins/localに配置しないでください、ということです。

### **さらに詳しく知るには** <a href="#kvook74qo6v0" id="kvook74qo6v0"></a>

* [生体認証セキュリティー](https://developer.1password.com/docs/cli/app-integration/)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://manual.dxable.com/1password/about-1password-shell-plugins-security.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
