Skip to content

Chainlink Confidential Ai Attester Skill#39

Merged
thodges-gh merged 3 commits into
mainfrom
feat/chainlink-confidential-ai-attester-skill
Jun 11, 2026
Merged

Chainlink Confidential Ai Attester Skill#39
thodges-gh merged 3 commits into
mainfrom
feat/chainlink-confidential-ai-attester-skill

Conversation

@andrejrakic

Copy link
Copy Markdown
Contributor

This PR adds Chainlink Confidential Ai Attester Skill

@andrejrakic
andrejrakic marked this pull request as ready for review June 11, 2026 10:55
@andrejrakic
andrejrakic requested review from a team, Nalon and thodges-gh as code owners June 11, 2026 10:55

Runs LLM inference inside Trusted Execution Environment (TEE). Documents go in, LLM analysis comes out — the raw documents are never stored or exposed.

**Beta product for the EthGlobal NYC hackathon.** Get an API key at the **Chainlink booth** or via the **#partner-chainlink channel in the EthGlobal Discord**.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to make a note to remove this line later.

@@ -0,0 +1,63 @@
---
name: chainlink-confidential-ai-attester-skill
description: "Chainlink Confidential AI Attester: submit private documents to an LLM inside an AWS Nitro Enclave and get back a cryptographically attested result — raw documents never leave the TEE. Use for these hackathon scenarios: (1) undercollateralized DeFi lending — upload a bank statement, get an attested approved/denied JSON decision without exposing financials on-chain; (2) accredited investor verification — check SEC Rule 501 qualification from brokerage statements privately; (3) KYC/AML screening — analyse ID docs and transaction history inside a TEE, return a pass/fail with flags; (4) proof of reserves — verify custodian balance reports against claimed reserves; (5) any use case where an AI must read sensitive user documents and the result needs a cryptographic proof of what model ran on what data. Trigger on: private inference, attested AI, TEE inference, confidential AI, or undercollateralized lending / KYC / accredited investor mentioned alongside document analysis."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want these specific examples (1-3) in the skill description? I'd prefer something to match the other skills like, "Use this skill whenever the user mentions an AI must read sensitive user documents and the result needs a cryptographic proof of what model ran on what data."

@thodges-gh
thodges-gh merged commit 90be5f1 into main Jun 11, 2026
8 checks passed
@thodges-gh
thodges-gh deleted the feat/chainlink-confidential-ai-attester-skill branch June 11, 2026 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants