Skip to content
TopicTracker
出典 HackerNews原文を表示
翻訳言語翻訳言語

Show HN: Diff two versions of an AI agent and catch silent permission changes

This tool lets you compare two versions of an AI agent configuration to detect hidden or silent permission changes. By diffing agent definitions, you can catch modifications in tool access, data permissions, or system prompts that might otherwise go unnoticed — helping maintain security and trust in agent deployments.

背景メモ

・Drift(https://www.agent-kits.com/drift)は、AIエージェント(LLMベースの自律的なコード実行システム)のバージョン間で、アクセス権限やツールの変更をdiff(差分)表示するツール。「Show HN」はHacker Newsで個人が自作プロダクトを公開する定番タグ。<br>・AIエージェントは、ユーザーに代わってファイル操作やAPI呼び出しを行えるが、その実行許可(permission)がアップデート時に知らぬ間に広がる「権限のサイレント変更」がセキュリティ上の懸念となっている。<br>・既存のdiffツールはソースコードの変更比較に特化しており、AIエージェントの「どのツールにアクセスできるか」という動作境界の変化を追跡する専用手段がなかった。Driftはこのギャップを埋める。

関連記事