Skip to content

Add orynq-ai-auditability community ability#249

Open
realdecimalist wants to merge 1 commit intoopenhome-dev:devfrom
realdecimalist:add-orynq-ai-auditability
Open

Add orynq-ai-auditability community ability#249
realdecimalist wants to merge 1 commit intoopenhome-dev:devfrom
realdecimalist:add-orynq-ai-auditability

Conversation

@realdecimalist
Copy link
Copy Markdown

Summary

Adds a community ability that creates tamper-proof, blockchain-anchored audit trails for AI conversations using Orynq's Proof-of-Inference protocol.

  • Builds SHA-256 rolling hash chains where each entry links to the previous one, making any tampering detectable
  • Uploads trace data to the Materios blob gateway (permissionless — no API key required)
  • The cert daemon committee (10 independent attestors) verifies data availability and certifies the receipt
  • Certified receipts are batched into Cardano mainnet anchor transactions (metadata label 8746)

No API key or wallet setup required. Works out of the box.

Files

File Purpose
main.py Python ability — builds hash chain, uploads to Materios gateway
README.md Docs with setup, example conversation, technical details
__init__.py Package init

Live Infrastructure

Checklist

  • PR targets dev branch
  • Files in community/orynq-ai-auditability/
  • main.py extends MatchingCapability with register_capability + call
  • README.md with description, trigger words, and setup
  • resume_normal_flow() called on every exit path (in finally block)
  • No print() statements (uses editor_logging_handler)
  • No blocked imports
  • No hardcoded API keys (gateway API key is optional, empty by default)
  • Error handling on all API calls

🤖 Generated with Claude Code

@realdecimalist realdecimalist requested a review from a team as a code owner April 13, 2026 16:05
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 13, 2026

🔀 Branch Merge Check

PR direction: add-orynq-ai-auditabilitydev

Passedadd-orynq-ai-auditabilitydev is a valid merge direction

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 13, 2026

✅ Community PR Path Check — Passed

All changed files are inside the community/ folder. Looks good!

@github-actions github-actions bot added the community-ability Community-contributed ability label Apr 13, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 13, 2026

✅ Ability Validation Passed

📋 Validating: community/orynq-ai-auditability
  ✅ All checks passed!

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 13, 2026

🔍 Lint Results

__init__.py — Empty as expected

Files linted: community/orynq-ai-auditability/main.py

✅ Flake8 — Passed

✅ All checks passed!

Creates tamper-proof, blockchain-anchored audit trails for AI
conversations using Orynq's Proof-of-Inference protocol.

- Builds SHA-256 rolling hash chains where each entry links to the
  previous one, making any tampering detectable
- Uploads trace data to the Materios blob gateway (permissionless,
  no API key required)
- The cert daemon committee (10 independent attestors) verifies
  data availability and certifies the receipt
- Certified receipts are batched into Cardano mainnet anchor
  transactions (metadata label 8746)

Trigger phrases: "audit my AI", "run orynq", "anchor this session",
"proof of inference", "blockchain audit", etc.

Docs: https://docs.fluxpointstudios.com/materios-partner-chain
Explorer: https://materios.fluxpointstudios.com/explorer
SDK: https://github.com/flux-point-studios/orynq-sdk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community-ability Community-contributed ability

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant