Skip to content

Prismer-AI/dify-plugin-signet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Signet Dify Plugin

Cryptographic action receipts for Dify agent workflows. Sign every tool call with Ed25519, verify offline, maintain a tamper-evident audit trail.

No API key. No SaaS. Runs entirely local.

Tools

Sign Action

Signs an agent action with Ed25519. Returns a receipt with signature, ID, and timestamp. The receipt is appended to a hash-chained local audit log.

Verify Receipt

Verifies a receipt's Ed25519 signature. Works offline — no network needed.

Audit Query

Queries the local audit trail. Filter by time range or tool name. Shows recent signed actions with signer identity and timestamps.

Setup

  1. Install the plugin in Dify
  2. Optionally set a Key Name (default: dify-agent)
  3. That's it — no API keys, no accounts

The plugin auto-creates an Ed25519 identity on first use.

How It Differs from SaaS Signing

Signet (this plugin) SaaS signing services
API key required No Yes
Data leaves your infrastructure No Yes
Offline verification Yes No
Signing key custody You hold it Provider holds it
Network dependency None Required

Links

About

Dify plugin: Cryptographic signing for agent tool calls — Ed25519, audit trail, offline verification. No API key, no SaaS.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages