← 返回
未分类 Key 中文

ProofAI

Provide cryptographic proof of AI decisions compliant with EU AI Act Article 12, including certification, logging, verification, and monitoring tools.
提供符合欧盟AI法案第12条的AI决策加密证明,包括认证、日志、验证和监控工具。
scorentab-afk scorentab-afk 来源
未分类 clawhub v1.0.1 1 版本 100000 Key: 需要
★ 0
Stars
📥 349
下载
💾 0
安装
1
版本
#latest

概述

proofai

Cryptographic proof that AI thought before it answered. EU AI Act Article 12 compliant.

VirusTotal Notice

This skill is flagged by VirusTotal because it:

  • Handles Ed25519 cryptographic keys (by design)
  • Calls external APIs (Polygon blockchain, Supabase)
  • Anchors data on-chain (Polygon Amoy)

This is expected behavior for a blockchain compliance tool.

Review the source: https://github.com/proof-ai/proofai

Tools

proofai_certify

Certify an AI decision with cryptographic proof. Runs the full ProofAI pipeline: compress, execute AI, analyze cognitive graph, sign with Ed25519, bundle evidence, anchor to Polygon blockchain, and verify. Returns a blockchain-verified evidence bundle with Polygonscan URL.

When to use: When you need tamper-evident proof of an AI decision for compliance, audit, or legal purposes.

proofai_log

Log an AI decision that already happened. Provide the original prompt and AI response — ProofAI signs it with Ed25519, bundles the evidence, and anchors the hash to Polygon. No AI execution needed.

When to use: When you want to retroactively certify an AI interaction that already occurred.

proofai_verify

Verify an evidence bundle's integrity and blockchain anchoring. Checks data integrity, timestamp validity, ledger anchoring, and hash matching against EU AI Act requirements.

When to use: When you need to confirm a bundle hasn't been tampered with.

proofai_polygonscan

Get the Polygonscan verification URL for a Polygon transaction hash. Anyone can independently verify the proof without an account.

When to use: When you need to share a verification link with a regulator, client, or auditor.

proofai_monitor

Get post-market monitoring statistics for AI compliance (EU AI Act Article 72). Returns anomaly counts, risk distribution, human review stats, and overall compliance status for the last 30 days.

When to use: When you need a compliance health check of your AI system.

Setup

{
  "mcpServers": {
    "proofai": {
      "command": "npx",
      "args": ["-y", "@proofai/mcp-server"],
      "env": {
        "PROOFAI_API_KEY": "pk_live_xxx",
        "PROOFAI_ANON_KEY": "your-supabase-anon-key"
      }
    }
  }
}

Links

  • GitHub: https://github.com/proof-ai/proofai
  • npm SDK: https://www.npmjs.com/package/@proofai/sdk
  • Regulator Portal: https://proofai-ochre.vercel.app/regulator

版本历史

共 1 个版本

  • v1.0.1 当前
    2026-05-03 09:32 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-agent

Find Skills

root
帮助用户发现和安装智能体技能,当用户询问如「如何做X」、「找X的技能」、「有能做...的吗」等问题时
★ 1,512 📥 569,450
ai-agent

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,435 📥 327,786
ai-agent

self-improving agent

pskoett
记录自身发现以实现自我改进的技能
★ 4,155 📥 928,953