feat: add plugin-sentinel for AI safety validation#504
Open
sentinel-seed wants to merge 1 commit intosendaifun:v2from
Open
feat: add plugin-sentinel for AI safety validation#504sentinel-seed wants to merge 1 commit intosendaifun:v2from
sentinel-seed wants to merge 1 commit intosendaifun:v2from
Conversation
Add Sentinel safety plugin implementing THSP protocol: - Transaction validation with four gates (Truth, Harm, Scope, Purpose) - Configurable risk thresholds and blocklists - Actions for LLM integration (validate, check, stats, block/unblock) - Protects AI agents from harmful blockchain operations
Author
|
Hi team! Just following up on this PR. Is there anything else needed from our side for this to be reviewed? The plugin implements the THSP protocol for transaction safety validation, which could help protect autonomous agents from executing problematic transactions. Happy to make any adjustments if needed! |
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.
Summary
Add Sentinel Safety Plugin implementing the THSP (Truth-Harm-Scope-Purpose) protocol for AI agent transaction validation.
Features
Use Case
Protects AI agents from executing harmful, unauthorized, or suspicious transactions on Solana by requiring every operation to pass through safety validation before execution.
Usage
Links