Agent Residue Evidence
Agent Residue Evidence
Agent Residue Evidence (ARE) は、エージェントのテストおよびビルドワークフローにエビデンスチェックポイントを追加します:
observe → Agent reviews evidence → user authorizes cleanup
→ Agent cleans with its own tools → ARE verifiesARE は、タスクスコープのファイル、ディレクトリ、属性付けされたプロセス、およびそれらのリッスン中のポートを表示します。ファイルを削除したり、プロセスを停止したり、ポートを閉じたり、何かが削除しても安全だと判断したり、マシン全体をスキャンしたり、データをアップロードしたり、ネットワークを使用したり、テレメトリを収集したりすることは決してありません。
プロジェクトサイト にアクセスし、再現可能なタスク残骸デモ を実行するか、最新の検証済みリリース をダウンロードしてください。
標準タスク
最初のテストまたはビルドの前に、エージェントは正確なワークスペースとタスク所有の一時ルートを指定して begin_task_observation を呼び出します。イベントはオプションです。安全な汎用イベントまたは空のハートビートは、append_task_events で送信できます。最終回答の前に、エージェントは end_task_observation を呼び出し、候補を説明して、ユーザーにどうするかを尋ねます。明示的な承認を得た後にのみ、エージェントは通常のツールでクリーンアップします。その後、verify_task_residue を呼び出して、同じ安定した候補を再確認します。
NO_CANDIDATES_OBSERVED は、宣言された観測スコープ内に候補が現れなかったことのみを意味します。ホスト全体のクリーン性を主張するものではありません。
Related MCP server: flameox
ベースラインなしの完了タスク
inspect_completed_task は、明示的なルートと制限付きの時間枠を受け入れます。結果は常に PARTIAL_EVIDENCE です。Event、レシート、推論された、または属性なしのエビデンスを使用できますが、BASELINE_OBSERVED を主張することはありません。保存されたレポートを再度観測せずに読み取るには、get_residue_report を使用します。
すべての観測は、不透明なオーナーケイパビリティによって分離されています。タスク ID、レポート ID、観測 ID、候補 ID は表示用の参照にすぎず、アクセスを許可することはありません。状態は不透明なファイル名で保存時に暗号化されます。正確なパスは、承認された候補解決呼び出しを通じてのみ明らかにされます。短命なエグゼキューターケイパビリティは、明示的に許可されたイベントタイプとルートエイリアスのみを追加でき、タスクの読み取り、終了、検証、または解決はできません。
MCP サーフェスには、正確に 8 つのツールが含まれています:
begin_task_observationappend_task_eventsend_task_observationinspect_completed_taskget_residue_reportverify_task_residuedelegate_task_executorresolve_residue_candidate
クリーンアップ、削除、実行、終了、またはクローズのツールは、意図的に存在しません。
ローカルファーストのパッケージング
1 つのリリースには、ネイティブ CLI/stdio MCP サーバー、軽量な Agent Plugin、MCPB、チェックサム、来歴、SPDX SBOM が含まれています。Quickstart と Install を参照してください。ランタイム操作は完全にローカルかつオフラインです。レポートはデフォルトで 7 日間保持され、合計 100 MB の上限が設定されます。保持されたレポートとアクティブなベースラインは保護されます。アンインストールでレポートが黙って削除されることは決してありません。
MCP レジストリの名前空間は io.github.fantasyce/agent-residue-evidence です。
ネイティブ受入は、必須のネイティブ CI ジョブを通じて、macOS 14+ arm64、Linux amd64、Windows 11 amd64 をカバーしています。クロスコンパイルのみでは、ネイティブ受入として報告されません。
開発
Go 1.26 または 1.27 が必要です。
bash scripts/check.sh
bash scripts/run_native_acceptance.shApache-2.0 ライセンスです。Security、Contributing、ネイティブ受入 を参照してください。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceA local-first, model-neutral MCP server for collecting and normalizing change-scoped release evidence. It provides deterministic Git change summaries, evidence collection, and review bundles for agent review.718Apache 2.0
- AlicenseBqualityAmaintenanceEnables coding agents to query, compare, and audit local profiler traces, benchmarks, memory captures, and execution evidence without uploading code or data, using CLI and MCP interfaces.9334MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to query persistent, build-scoped evidence memory for reverse engineering, combining static analysis, runtime captures, and claims with honest uncertainty. Provides read-only access to an evidence graph and MCP prompts for structured investigations.01Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables LLM agents to safely reclaim disk space by deleting build artifact directories like node_modules, .venv, and target, with strong guardrails to prevent accidental or malicious deletion.MIT
Related MCP Connectors
Preflight, approve, and prove consequential agent actions with signed evidence and x402 tools.
Watchdog for unattended AI agents: alerts, evidence checks and a verifiable proof per run.
A paid remote MCP for agent memory MCP, built to return verdicts, receipts, usage logs, and audit-re
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fantasyce/agent-residue-evidence'
If you have feedback or need assistance with the MCP directory API, please join our Discord server