Skip to main content
ClaudeWave
fantasyce avatar
fantasyce

agent-residue-evidence

Ver en GitHub

Local task-scoped residue evidence for Agent testing and build workflows

MCP ServersRegistry oficial0 estrellas0 forksGoApache-2.0Actualizado today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (Apache-2.0)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 8/28/2026
Install in Claude Code / Claude Desktop
Method: Manual · agent-residue-evidence
Claude Code CLI
git clone https://github.com/fantasyce/agent-residue-evidence
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agent-residue-evidence": {
      "command": "agent-residue-evidence"
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Install the binary first: go install github.com/fantasyce/agent-residue-evidence@latest (make sure it ends up on your PATH).
Casos de uso

Resumen de MCP Servers

# Agent Residue Evidence

Agent Residue Evidence (ARE) adds an evidence checkpoint to an Agent's test and
build workflow:

```text
observe → Agent reviews evidence → user authorizes cleanup
        → Agent cleans with its own tools → ARE verifies
```

ARE shows task-scoped files, directories, attributed processes, and their
listening ports. It never deletes files, stops processes, closes ports, decides
that something is safe to delete, scans the full machine, uploads data, uses
the network, or collects telemetry.

Visit the [project site](https://fantasyce.github.io/agent-residue-evidence/),
run the [reproducible task-residue demo](docs/demo.md), or download the
[latest verified release](https://github.com/fantasyce/agent-residue-evidence/releases/latest).

## Standard task

Before the first test or build, the Agent calls `begin_task_observation` with
the exact workspace and any task-owned temporary roots. Events are optional;
safe generic events or empty heartbeats can be sent with
`append_task_events`. Before its final answer, the Agent calls
`end_task_observation`, explains the candidates, and asks the user what to do.
Only after explicit authorization does the Agent clean with its normal tools.
It then calls `verify_task_residue` to recheck the same stable candidates.

`NO_CANDIDATES_OBSERVED` means only that no candidate appeared inside the
declared observation scope. It is not a host-wide cleanliness claim.

## Completed task without a baseline

`inspect_completed_task` accepts explicit roots and a bounded time window.
The result is always `PARTIAL_EVIDENCE`; it can use Event, receipt, inferred,
or unattributed evidence, but never claims `BASELINE_OBSERVED`. Use
`get_residue_report` to read a saved report without observing again.

Every observation is isolated by an opaque owner capability. Task IDs, report
IDs, observation IDs, and candidate IDs are display references only and never
authorize access. State is encrypted at rest with opaque filenames; exact
paths are revealed only through an authorized candidate-resolution call.
Short-lived executor capabilities can append only explicitly allowed event
types and root aliases and cannot read, end, verify, or resolve a task.

The MCP surface contains exactly eight tools:

- `begin_task_observation`
- `append_task_events`
- `end_task_observation`
- `inspect_completed_task`
- `get_residue_report`
- `verify_task_residue`
- `delegate_task_executor`
- `resolve_residue_candidate`

There is deliberately no cleanup, delete, execute, terminate, or close tool.

## Local-first packaging

One release contains a native CLI/stdio MCP server, thin Agent Plugin, MCPB,
checksums, provenance, and SPDX SBOM. See [Quickstart](docs/quickstart.md) and
[Install](docs/install.md). Runtime operation is fully local and offline.
Reports default to seven-day retention and a 100 MB total cap; retained reports
and active baselines are protected. Uninstall never silently deletes reports.

The MCP Registry namespace is
`io.github.fantasyce/agent-residue-evidence`.

Native acceptance covers macOS 14+ arm64, Linux amd64, and Windows 11 amd64
through mandatory native CI jobs. Cross-compilation alone is not reported as
native acceptance.

## Development

Go 1.26 or 1.27 is required.

```bash
bash scripts/check.sh
bash scripts/run_native_acceptance.sh
```

Apache-2.0 licensed. See [Security](SECURITY.md),
[Contributing](CONTRIBUTING.md), and [native acceptance](docs/native-acceptance.md).
ai-agentsbuild-toolsdeveloper-toolsmcpresidue-evidencetest-automation

Lo que la gente pregunta sobre agent-residue-evidence

¿Qué es fantasyce/agent-residue-evidence?

+

fantasyce/agent-residue-evidence es mcp servers para el ecosistema de Claude AI. Local task-scoped residue evidence for Agent testing and build workflows Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-27.

¿Cómo se instala agent-residue-evidence?

+

Puedes instalar agent-residue-evidence clonando el repositorio (https://github.com/fantasyce/agent-residue-evidence) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar fantasyce/agent-residue-evidence?

+

Nuestro agente de seguridad ha analizado fantasyce/agent-residue-evidence y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene fantasyce/agent-residue-evidence?

+

fantasyce/agent-residue-evidence es mantenido por fantasyce. La última actividad registrada en GitHub es del 2026-08-27, con 1 issues abiertos.

¿Hay alternativas a agent-residue-evidence?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega agent-residue-evidence en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: fantasyce/agent-residue-evidence
[![Featured on ClaudeWave](https://claudewave.com/api/badge/fantasyce-agent-residue-evidence)](https://claudewave.com/repo/fantasyce-agent-residue-evidence)
<a href="https://claudewave.com/repo/fantasyce-agent-residue-evidence"><img src="https://claudewave.com/api/badge/fantasyce-agent-residue-evidence" alt="Featured on ClaudeWave: fantasyce/agent-residue-evidence" width="320" height="64" /></a>

Más MCP Servers

Alternativas a agent-residue-evidence