> For the complete documentation index, see [llms.txt](https://agents.glueckkanja.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://agents.glueckkanja.com/jp/agents/privileged-admin-watchdog/changelog.md).

# 変更履歴

### \[1.0.1] - 2025-11-03

エージェントの出力を更新しました。

### \[1.0.0] - 2025-09-30

#### 初回リリース

Privileged Admin Watchdog の初回リリース！ このバージョンでは、常設の管理権限に関する包括的な分析と JIT 移行計画を提供します。

**含まれる内容:**

* Entra ID ロールおよび Azure RBAC にわたる常設権限の検出
* 段階的アプローチによる JIT（just-in-time）アクセス移行計画
* 休眠中および過剰なアクセス許可を示す権限の肥大化の検出
* 間接的な管理者アクセスに対する権限昇格パスの分析
* 時間制限付きアクセス適用の検証
* 異常検知を伴う特権アカウントのアクティビティ監視
* 自動アクセス認証のサポート
* 退役スクリプトの生成（PowerShell、Azure CLI）
* 攻撃対象領域の計算を伴うリスク評価スコアリング
* 成熟度スコアリングを伴うゼロトラスト準備状況の評価
* 緊急アクセスアカウントの検証とセキュリティ推奨事項
* サービス プリンシパルのアクセス許可分析
* 自然言語による権限クエリのための Security Copilot との統合


---

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

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

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

```
GET https://agents.glueckkanja.com/jp/agents/privileged-admin-watchdog/changelog.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

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