← 返回
安全合规 Key 中文

SealVera

Tamper-evident audit trail for AI agent decisions. Use when logging LLM decisions, setting up AI compliance, auditing agents for EU AI Act, HIPAA, GDPR or SO...
AI智能体决策的防篡改审计追踪。适用于记录LLM决策、建立AI合规体系,以及针对欧盟AI法案、HIPAA、GDPR等法规审计智能体。
ahessami123
安全合规 clawhub v1.0.4 1 版本 99884.4 Key: 需要
★ 0
Stars
📥 864
下载
💾 10
安装
1
版本
#ai-governance#audit#compliance#eu-ai-act#fintech#gdpr#hipaa#latest#llm#observability#responsible-ai

概述

SealVera Skill for OpenClaw

Cryptographically-sealed, tamper-evident audit trails for every AI decision your agents make.

SealVera is AI Decision Audit Infrastructure. This skill wires any OpenClaw agent into SealVera

so every decision it makes is logged, cryptographically signed, chained, and monitored —

automatically. Built for teams shipping AI in finance, healthcare, legal, and insurance.

> EU AI Act · SOC 2 · HIPAA · GDPR · FINRA · ISO 42001


Why SealVera?

  • Tamper-evident — every decision is cryptographically hashed (RSA-2048) and chained; any alteration is detectable
  • Works in 2 linesinit() + one patch call and every LLM decision is logged
  • Full explainability — captures inputs, outputs, reasoning steps, confidence scores, model used
  • Real-time dashboard — search, filter, export at app.sealvera.com
  • Drift detection — alerts when agent behaviour deviates from its baseline
  • Any LLM — OpenAI, Anthropic, Gemini, Ollama, LangChain, CrewAI, AutoGen
  • Zero friction — no new infrastructure, installs in seconds

First time? Run setup

Check if SealVera is configured:

const fs = require('fs');
const path = require('path');
const configured = fs.existsSync(path.join(process.env.OPENCLAW_WORKSPACE || process.cwd(), '.sealvera.json'));

If .sealvera.json does NOT exist, run setup:

node <skill_dir>/scripts/setup.js

Setup will:

  1. Ask for your API key (get one free at app.sealvera.com)
  2. Verify connectivity and show org/plan info
  3. Copy sealvera-log.js into the workspace
  4. Patch AGENTS.md with the mandatory sub-agent audit rule
  5. Write .sealvera.json config
  6. Fire a test log to confirm end-to-end

One-time setup. After this, every sub-agent you spawn is audited automatically.

If the user says "install SealVera", "set up SealVera", or "connect SealVera" — run setup, don't just describe it.


How logging works

After setup, two logging paths are active:

1. Sub-agent logging (automatic via AGENTS.md)

Every sessions_spawn task prompt gets a MANDATORY footer — the sub-agent logs itself on completion.

2. Main-session logging (call after every significant task)

The agent running the main session must log its own work. This is what shows your day-to-day activity in the dashboard.

const log = require('./sealvera-log');
await log({
  action: 'fix_login_bug',          // short description of what you did
  decision: 'COMPLETED',            // COMPLETED | FAILED | ESCALATED
  input:  { task: '...' },
  output: { result: '...' },
  reasoning: [{ factor: 'outcome', value: 'ok', signal: 'safe', explanation: '...' }]
});

Log after: code written, bug fixed, feature deployed, investigation done, judgment call made.

Don't log: routine chat, heartbeat pings, trivial lookups.

Setup patches SOUL.md with this rule so the agent follows it automatically.

Each log entry includes: input/output, reasoning steps, RSA-2048 signature, chain link, timestamp, model, and agent name.


Decision vocabulary

Task / agent execution:

DecisionMeaning
------
COMPLETEDTask finished successfully
RESPONDEDAnswered a question / returned output
FAILEDTask failed
ERRORUnexpected exception
ESCALATEDHanded off to human or higher-level agent
SKIPPEDTask intentionally not run
PARTIALCompleted with caveats

Approval / gating:

DecisionMeaning
------
APPROVEDRequest approved
REJECTEDRequest blocked
FLAGGEDNeeds human review

Tests:

DecisionMeaning
------
PASSEDTest passed
FAILEDTest failed
SKIPPEDTest skipped

Sub-agent audit rule

Append this footer to every sessions_spawn task:

---
MANDATORY: Before you finish, log your result to SealVera:
  const log = require('<workspace>/sealvera-log');
  await log({
    action: '<what you did>',
    decision: 'COMPLETED',
    input: { task: '<summary>' },
    output: { result: '<summary>' },
    reasoning: [{ factor: 'outcome', value: '<result>', signal: 'safe', explanation: '<why>' }]
  });
Vocabulary: task=COMPLETED/FAILED | test=PASSED/FAILED | gate=APPROVED/REJECTED | handoff=ESCALATED

Check status

node <skill_dir>/scripts/status.js

Get your API key

Sign up at app.sealvera.com — free tier includes 10,000 decisions/month.


Reference

See references/api.md for all SDK methods and log field schema.

See references/compliance.md for regulation mapping (EU AI Act, FINRA, HIPAA, GDPR, SOC 2).

版本历史

共 1 个版本

  • v1.0.4 当前
    2026-03-29 21:15 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

security-compliance

OpenClaw Backup

alex3alex
备份与恢复 OpenClaw 数据。适用于创建备份、设置自动备份计划、从备份恢复或管理备份轮转。处理 ~/.openclaw 目录归档并包含适当的排除规则。
★ 89 📥 30,609
security-compliance

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,171
security-compliance

Skill Vetter

spclaudehome
AI智能体技能安全预审工具。安装ClawdHub、GitHub等来源技能前,检查风险信号、权限范围及可疑模式。
★ 1,215 📥 266,534