Skip to content

registry: add solana-agent-transaction-safety skill - #23

Open
Alb3e3 wants to merge 1 commit into
solanabr:mainfrom
Alb3e3:alb3e3/add-agent-transaction-safety
Open

registry: add solana-agent-transaction-safety skill#23
Alb3e3 wants to merge 1 commit into
solanabr:mainfrom
Alb3e3:alb3e3/add-agent-transaction-safety

Conversation

@Alb3e3

@Alb3e3 Alb3e3 commented Jun 20, 2026

Copy link
Copy Markdown

What

Adds a registry entry for solana-agent-transaction-safety, a pre-sign transaction safety skill for AI agents, backend signers, wallet flows, simulations, swaps, Token-2022 operations, authority changes, CPIs, and autonomous signing policies.

Repo: https://github.com/Alb3e3/solana-agent-transaction-safety

Why it is net-new

The kit already has strong build, audit, security-watch, and counterparty-risk coverage. This skill targets a different boundary: the concrete transaction immediately before signing. It classifies a transaction plan or decoded transaction as AUTONOMOUS_OK, CONFIRM_REQUIRED, NEVER_AUTO_SIGN, or NEEDS_MORE_INFO based on intent, simulation, account deltas, authority risk, DeFi/swap risk, and policy limits.

This is meant to stop blind agent signing: simulation success is evidence, not approval.

What is inside

  • skill/SKILL.md progressive router.
  • Focused files for pre-sign gate, simulation review, authority risk, DeFi/swap risk, agent policy, and output templates.
  • /tx-safety-review command spec.
  • transaction-safety-reviewer agent prompt.
  • no-blind-signing compact rule.
  • Smoke fixtures covering NEVER_AUTO_SIGN, CONFIRM_REQUIRED, and AUTONOMOUS_OK.

Safety

MIT. Markdown skill plus a copy-only installer. No network installer, hooks, telemetry, runtime API key, or opaque executable. CI runs the smoke checks and installer dry run.

Verification

Skill repo:

  • bash tests/smoke.sh
  • bash -n install.sh tests/smoke.sh
  • quick_validate.py skill
  • installer dry-run into a temporary .claude/ project

Solana AI Kit branch:

  • python3 -m json.tool .claude/skills/skill-registry.json
  • bash validate.sh
  • bash tests/test_skills.sh
  • bash tests/run_all.sh

Submitted for the Superteam Earn "Ship useful agent skills we can add to Solana AI Kit" bounty.

@vercel

vercel Bot commented Jun 20, 2026

Copy link
Copy Markdown

@Alb3e3 is attempting to deploy a commit to the STBR TRUE Team on Vercel.

A member of the Team first needs to authorize it.

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.

1 participant