Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.
Signed Audit Trails
Plugin Verifiziert AktivTeil von:Claude Code Plugins
Teaching skill: signed audit trails for Claude Code tool calls. Cookbook-style walkthrough of Cedar-gated tool calls with Ed25519 receipts, offline verification, and CI/CD integration. Pairs with the protect-mcp plugin.
1 Skill 0 MCPs
Zweck
To educate users on the implementation and benefits of cryptographically signed audit trails for tool calls, enabling tamper-evident evidence of agent behavior.
Funktionen
- Cookbook-style walkthrough of signed audit trails
- Ed25519 receipts for tool call verification
- Cedar policy integration for pre-execution checks
- Offline verification of receipt chains
- CI/CD integration examples
Anwendungsfälle
- Learning cryptographic patterns for agent behavior
- Evaluating the suitability of signed audit trails for compliance needs
- Teaching team members about tamper detection mechanisms
- Demonstrating auditable agent actions to clients or regulators
Nicht-Ziele
- Providing runtime hooks for production use (direct users to `protect-mcp`)
- Automating the deployment of signed audit trails without user interaction
- Covering every possible cryptographic receipt implementation
Practical Utility
- info:Production readinessThe extension is a teaching skill and explicitly states that the `protect-mcp` plugin is for production use, making its current state appropriate for its stated purpose.
Execution
- info:Pinned dependenciesWhile Node.js and npm are assumed, specific dependency pinning is managed by npm/package.json for the `protect-mcp` tool, which is standard practice.
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add wshobson/agents/plugin install signed-audit-trails@claude-code-workflowsQualitätspunktzahl
Verifiziert95 /100
Analysiert 2 days ago
Vertrauenssignale
Letzter Commit4 days ago
GitHub-Inhaber wshobson (opens in new tab)
Sterne35.3k
LizenzMIT
Status
Ähnliche Erweiterungen
Protect Mcp
98Cedar policy enforcement + Ed25519 signed receipts for every Claude Code tool call. First cryptographic governance plugin — receipts independently verifiable offline.
Plugin
wshobson
Constant Time Analysis
97Detect compiler-induced timing side-channels in cryptographic code
Plugin
trailofbits