Agent Audit Trail Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Agent Audit Trail Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Immutable audit logging for AI agents with hash-chained event logs, integrity verification, and EU AI Act compliance reporting.
The EU AI Act (effective August 2026) requires high-risk AI systems to maintain detailed logs of their operations. Article 12 mandates automatic recording of events for the entire lifecycle of high-risk AI systems.
This MCP server provides:
Entry 1: { data, prev_hash: "000...000", hash: "abc123..." }
Entry 2: { data, prev_hash: "abc123...", hash: "def456..." }
Entry 3: { data, prev_hash: "def456...", hash: "ghi789..." }If any entry is modified, its hash changes, breaking the chain for all subsequent entries. The verify_integrity tool detects this immediately.
pip install agent-audit-trail-mcpAdd to your MCP client config (e.g. Claude Desktop):
{
"mcpServers": {
"audit-trail": {
"command": "audit-trail-server"
}
}
}Or with uvx (no install needed):
{
"mcpServers": {
"audit-trail": {
"command": "uvx",
"args": ["agent-audit-trail-mcp"]
}
}
}| Tool | Description |
|---|---|
log_event | Log an immutable audit event with timestamp and hash chain |
get_trail | Retrieve audit trail for an agent (newest first) |
verify_integrity | Verify the hash chain is intact (no tampering) |
export_report | Export audit trail as compliance report (JSON or text) |
search_events | Search across all audit events by keyword |
get_statistics | Get audit statistics (events/day, error rate, top actions) |
Audit logs are stored in ~/.agent-audit-trail/ as append-only JSONL files (one per agent). Each line is a JSON object with:
timestamp — ISO 8601 UTC timestampagent_id — Which agent performed the actionevent_type — Category (decision, action, error, access, data_processing)action — What was donedetails — Full descriptionoutcome — Result of the actionprev_hash — SHA-256 hash of the previous entryhash — SHA-256 hash of this entry| Category | Servers |
|---|---|
| 🔗 Blockchain | Solana |
| 🌍 Data | Weather · Germany · Agriculture · Space · Aviation · EU Companies |
| 🔒 Security | Cybersecurity · Policy Gateway · Audit Trail |
| 🤖 Agent Infra | Memory · Directory · Hub · Reputation |
| 🔬 Research | Academic · LLM Benchmark · Legal |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.