Built a public audit-trail receipt URL for MCP-callable agents, shipped as Apache 2.0 OSS

Reddit r/AI_Agents Tools

Summary

Built a public audit-trail receipt URL for MCP-callable agents, shipped as Apache 2.0 OSS, to address procurement objections by providing consumer-readable audit receipts with supervision checks.

For the past few months I have been shipping agents into client engagements and running into the same procurement objection at every turn. A CISO asks "show me your evals," the typical vendor answer is "we run automated test suites in CI, we monitor LLM outputs in production, and we have an internal dashboard you can review under NDA." The CISO walks away with nothing they can forward to their audit team. The CFO at the same client asks "what did the agent actually do on our behalf," and they get a different document or no document at all. The pattern that ended that loop for me is a single public URL. The MCP storefront I run hands back a consumer-readable audit-trail receipt URL on every call. Each receipt enumerates the six supervision checks that fired during the call (input validation, rate limit, cost ceiling, CRM upsert, token mint, fulfillment), with timestamps and pass/fail status. The CFO gets every billable action on the same page the CISO gets the supervision check log on. One artifact, two buyers, no privileged access required. Curious whether anyone here has tried something similar for procurement-shaped objections or has a different vocabulary for the same gap. Links are in the comments per rules
Original Article

Similar Articles

GetMCP: Zero Trust for AI agents

Reddit r/AI_Agents

GetMCP is a self-hostable open-source tool that brings zero-trust security to AI agents by providing per-request audit, per-agent revocation, policy enforcement, and human-in-the-loop approvals for API calls. It generates MCP servers from OpenAPI specs and acts as a streaming proxy with tamper-evident audit logs.

Auditable Commercial License (ACL) v1.0

Lobsters Hottest

The Auditable Commercial License (ACL) v1.0 is a new source-available license designed for the AI era, featuring built-in protection against AI training data usage, a knowledge-qualified clause with safe harbor, and automatic conversion to Apache 2.0 after four years.

Auditing Agent Harness Safety

arXiv cs.CL

This paper proposes HarnessAudit, a framework for auditing LLM agent execution trajectories beyond final outputs, focusing on boundary compliance, execution fidelity, and system stability. It introduces HarnessAudit-Bench with 210 tasks across eight domains and evaluates ten harness configurations, finding that task completion misaligns with safe execution and violations accumulate with trajectory length.