audit-log

Tag

Cards List
#audit-log

I got tired of agents that could do anything, so I built the layer that stops them

Reddit r/AI_Agents · 11h ago

The author built Scyvera, a runtime enforcer tool that governs AI agents by enforcing declared permissions and logging decisions to address governance gaps in production systems.

0 favorites 0 likes
#audit-log

Don't let the model write the audit log

Reddit r/AI_Agents · 2026-07-24

The article warns against using model-generated narration as the authoritative audit log for AI agents, advocating for persisting raw tool call data instead, and suggests a simple diff check to catch discrepancies.

0 favorites 0 likes
#audit-log

I gave my OpenClaw agent my real medical records. Here's the guardrail layer I built so it can't screw up.

Reddit r/openclaw · 2026-07-12

A developer shares their open-source HealthClaw Guardrails project that enforces safety guardrails for LLM agents accessing real health records, including PHI redaction, audit logging, and human-in-the-loop confirmation, with a conformance endpoint for testing.

0 favorites 0 likes
#audit-log

Open-sourced a pre-call spend gate for agents — stops the runaway loop before the first bad call, not after the bill

Reddit r/AI_Agents · 2026-07-09

Open-sourced a pre-call spend gate and tamper-evident audit log to prevent runaway API costs from recursive loops in autonomous agents, MIT-licensed with Postgres+TypeScript demo.

0 favorites 0 likes
#audit-log

Show HN: Halo – open-source, tamper-evident runtime evidence for AI agents

Hacker News Top · 2026-07-07 Cached

Halo is an open-source tool providing tamper-evident runtime records for AI agents, enabling auditable logs of agent actions that can be verified by third parties.

0 favorites 0 likes
#audit-log

When an agent documents its own audit log, things get weird

Reddit r/AI_Agents · 2026-06-15

The author discusses a failure mode encountered while building Sentience Governor, a Python library for Claude Code that monitors agent actions and produces audit reports. The AI sometimes reconstructed explanations from raw traces, blurring the line between measured facts and probabilistic interpretation.

0 favorites 0 likes
#audit-log

git-mem: use git to store agent memories

Reddit r/AI_Agents · 2026-06-14

git-mem is a memory solution for AI agents that leverages git and redis for performance and audit logs, including a web UI and minimal dependencies.

0 favorites 0 likes
#audit-log

Are you storing AI agent action logs in the same DB as your application? Because that's not an audit log.

Reddit r/AI_Agents · 2026-06-02

Discusses the importance of proper audit logging for AI agents, emphasizing the need for append-only, hash-chained logs that prevent tampering, rather than storing logs in the same writable application database.

0 favorites 0 likes
#audit-log

GetMCP: Zero Trust for AI agents

Reddit r/AI_Agents · 2026-05-15

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.

0 favorites 0 likes
← Back to home

Submit Feedback