automation-governance

Enforce permissions, approvals, and kill-switch controls for Solana bot deployments.

3|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/SanctifiedOps/solana-skills --skill automation-governance
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: automation-governance
Source: https://github.com/SanctifiedOps/solana-skills/tree/main/skills/bots/automation-governance
Command: npx skills add https://github.com/SanctifiedOps/solana-skills --skill automation-governance

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides governance and guardrails for automation bots to ensure safe, auditable operation and prevent misuse.

Core Features & Use Cases

  • Permissions matrix: define actions, required keys/scopes, and approval requirements.
  • Kill-switch and dry-run: testable safety controls to halt or emulate actions before deployment.
  • Logging, auditing, and change management: structured logs with timestamps and a maintained changelog.
  • Use case: apply governance across bots that post publicly or move funds, ensuring accountability and compliance.

Quick Start

Define initial permissions, enable dry-run, and test the kill-switch in a staging environment.

Frequently Asked Questions about automation-governance

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up governance and guardrails for Solana bot automation?

Solana bot governance is established by defining a permissions matrix of required keys and scopes, enabling dry-run mode for testing, and configuring a kill-switch to halt actions. This ensures safe, auditable operations across posting, trading, and transfers.

What is a kill-switch and how does it secure automated bot transfers?

A kill-switch is an emergency control that immediately halts automated bot transfers and other actions. It secures funds by providing a testable safety mechanism to stop unauthorized or erroneous bot operations before or during deployment.

How do I enforce human-in-the-loop approval for bot trading actions?

Human-in-the-loop approval for bot trading is enforced through a configured permissions matrix that defines specific action requirements. This governance structure mandates manual approval before automated trading or fund transfers execute.

Can I use dry-run mode to test bot automation before live deployment?

Yes, dry-run mode can be used to emulate and test bot automation actions before live deployment. This governance feature allows you to validate behavior and safety controls in a staging environment without executing real transactions.

What is the best way to maintain an audit trail for automated governance compliance?

The best way to maintain an audit trail for governance compliance is through structured logging with timestamps and a maintained changelog. This records all bot actions and change management history, ensuring accountability across automated operations.

When should I not use a least privilege approach for bot permissions?

You should not bypass the least privilege approach for bot permissions when managing public posting or fund transfers. Maintaining strict governance with minimal required scopes is necessary to prevent misuse and ensure operational compliance.