Add solana-confidential skill: auditor-side AML for Token-2022 Confidential Transfers#37
Open
Venkat5599 wants to merge 1 commit into
Open
Add solana-confidential skill: auditor-side AML for Token-2022 Confidential Transfers#37Venkat5599 wants to merge 1 commit into
Venkat5599 wants to merge 1 commit into
Conversation
|
Someone is attempting to deploy a commit to the STBR TRUE Team on Vercel. A member of the Team first needs to authorize it. |
There was a problem hiding this comment.
Pull request overview
Adds a new external “solana-confidential” skill to the Solana AI Kit by registering it as a git submodule and linking it from the main skill hub, so users can route to the auditor/compliance-side guidance for Token-2022 Confidential Transfers.
Changes:
- Register
.claude/skills/ext/solana-confidentialas a git submodule pointing tohttps://github.com/Venkat5599/Solanaskills - Add a routing entry in
.claude/skills/SKILL.mdunder Token Extensions to the new skill’sSKILL.md
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.gitmodules |
Adds the solana-confidential submodule entry (path + URL) under .claude/skills/ext/. |
.claude/skills/SKILL.md |
Adds a new Token Extensions routing link to ext/solana-confidential/skill/SKILL.md. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds the solana-confidential skill as a submodule under
.claude/skills/ext/plus one routing line in the skills hub.What it is
The auditor/compliance side of Token-2022 Confidential Transfers — the half the kit's
token-2022.mddoesn't cover. Operate a mint's global auditor ElGamal key to decrypt only the amounts you're authorized to see, score them against an AML engine (structuring, velocity, sanctions, layering, concentration, dormancy), and emit SHA-256 hashed, tamper-evident compliance reports — privacy intact for everyone else.Why it belongs in the kit
convention: "solana"decrypts the exact on-chain scheme (amount·G = C − s·D); a test decrypts ciphertext produced by the production@solana/zk-sdk(byte-identical to on-chain) using only this engine's crypto. Implements Solana's real 16-bit-low + 32-bit-high amount split.RpcConfidentialObserverdecodes Token-2022 CT instructions over real RPC;readConfidentialMintConfigparses a mint's on-chain auditor ElGamal key.bun run observereads a real devnet confidential mint.tsc --noEmitclean, CI on every push. Eight threat-modeled guardrails (CT01–CT08) + the CT09 ciphertext-layout seam.SKILL.mdrouter → 9 modules, agents, commands, rules, installer, README, MIT). Compliance counterpart totoken-2022.md.Changes
.gitmodules: submodule.claude/skills/ext/solana-confidential→ https://github.com/Venkat5599/Solanaskills.claude/skills/SKILL.md: one routing line under Token Extensions, aftertoken-2022.mdSkill repo: https://github.com/Venkat5599/Solanaskills
Live demo: https://solana-confidential-skill.vercel.app
Bounty submission: solanabr/skill-bounty#26
License: MIT