惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

GbyAI
GbyAI
Blog — PlanetScale
Blog — PlanetScale
The GitHub Blog
The GitHub Blog
Microsoft Security Blog
Microsoft Security Blog
I
InfoQ
A
About on SuperTechFans
T
The Blog of Author Tim Ferriss
D
DataBreaches.Net
L
LangChain Blog
F
Fortinet All Blogs
C
Check Point Blog
Google DeepMind News
Google DeepMind News
云风的 BLOG
云风的 BLOG
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Help Net Security
J
Java Code Geeks
月光博客
月光博客
H
Hackread – Cybersecurity News, Data Breaches, AI and More
IT之家
IT之家
aimingoo的专栏
aimingoo的专栏
小众软件
小众软件
宝玉的分享
宝玉的分享
Jina AI
Jina AI

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Why AgentTrail Exists: Building Open-Source Audit Trails ...
AIvora Labs · 2026-06-13 · via DEV Community

The EU AI Act is now in force, and compliance deadlines for high-risk AI systems are approaching. Many mid-market organizations are still figuring out what "record-keeping" actually means in practice. This is why we built AgentTrail: an open-source SDK designed to make AI decision traceability practical, transparent, and affordable.

What Article 12 Actually Requires

The European Union's Artificial Intelligence Act (EU AI Act, Regulation (EU) 2024/1689) entered into force on 1 August 2024. Article 12, Record-Keeping, requires providers of high-risk AI systems to design those systems so that they automatically generate logs throughout their lifecycle.

These logs must be sufficient to enable monitoring, post-market oversight, incident investigation, and regulatory compliance. The Act also requires that logs be retained for an appropriate period and made available to competent authorities when required.

High-risk AI systems are defined primarily in Annex III of the Regulation and include use cases such as:

  • Recruitment and employment decisions (HR Tech)
  • Creditworthiness assessment (Fintech)
  • Certain insurance-related risk assessments (InsurTech)
  • Access to essential services and other regulated decision-making processes

Important context on deadlines: The original framework set 2 August 2026 as the key compliance date for most high-risk AI systems. However, in May 2026, EU co-legislators reached political agreement on the so-called AI Omnibus (Digital Omnibus package), which amended certain provisions and adjusted enforcement timelines. For some categories of high-risk systems, obligations now align with a later timeline, with 2 December 2027 referenced for specific implementation steps. Organizations should verify which deadline applies to their specific system category rather than assuming a single universal date.

What the law says about integrity: Article 12 mandates automatic logging and retention, but it does not prescribe specific technical formats or explicitly mandate cryptographic signatures. The regulatory requirement is evidence of what the system did and when. In practice, however, traditional observability tools (Splunk, Datadog, ELK) store logs that can be modified, deleted, or reordered without leaving evidence. For organizations that need to demonstrate integrity to an auditor or regulator, cryptographic proof of tamper-evidence is a strong technical implementation—not because the Act spells out "SHA-256," but because it is the most reliable way to prove a log has not been altered.

The Market Gap

Solution Typical Cost (indicative) Target Audience
OneTrust / ServiceNow GRC $50,000+ annually* Large enterprises
Big Four consulting firms £1,400–£2,600 per day Enterprise and government
Boutique compliance consultancies €5,000–€15,000 per project Mid-market

* Enterprise GRC suites; smaller-scope plans may start at lower tiers.

The European mid-market segment—companies with roughly 50–500 employees—often sits between enterprise-grade governance platforms and one-off consulting engagements.

Many of these organizations are already experimenting with AI-powered workflows but lack dedicated compliance teams or six-figure governance budgets. This creates a practical gap between regulatory requirements and affordable implementation.

How AgentTrail Works

AgentTrail is an open-source TypeScript SDK released under the MIT License.

It is built around three core primitives designed to satisfy the spirit of Article 12 through robust technical evidence:

1. SHA-256 Hash Chains

Each event incorporates the hash of the previous event, creating a tamper-evident chain of records.

2. Ed25519 Digital Signatures

Every receipt can be cryptographically signed and independently verified using a public key.

3. Canonical JSON

Deterministic serialization ensures that the same event always produces the same hash, regardless of platform or environment.

Privacy by Design

AgentTrail does not require centralized storage of audit data. Receipts remain within your infrastructure—whether stored in Amazon S3, a local filesystem, or another storage backend. Verification can be performed offline using the CLI:

npx @aivoralabs/agenttrail-cli audit-receipt verify audit-log.jsonl

Early Validation (Internal Signals)

Our initial outreach is still in a very early phase. These are internal metrics from our first conversations, not market validation:

Channel Metric
Emails sent 23
Open rate 35%
LinkedIn connections 17
Landing page clicks 1

While these numbers are small, the open rate suggests that traceability and AI compliance are topics decision-makers are willing to engage with. Our immediate goal is to convert that interest into customer discovery interviews and concrete product feedback—not to claim market validation.

What's Next

The roadmap is straightforward and transparent:

  • Continue improving the open-source SDK
  • Validate compliance requirements with practitioners and auditors
  • Conduct customer discovery interviews
  • Launch AgentTrail Cloud as a managed offering (currently in development)

Our planned model is open-core:

  • AgentTrail SDK: Free and open source (MIT)
  • AgentTrail Cloud: Planned starting at $99 per agent per month (pricing and availability TBD; no payment system is active yet)

AI governance is becoming a business requirement. Organizations need auditability, but they should not need a six-figure budget to implement it technically.

GitHub: https://github.com/AIvoraLabs/AgentTrail

Landing Page: https://agenttrail.aivoralabs.org