# Signet

> Cryptographic signing for every tool call with Ed25519 audit trail Use when this capability is needed.

- Skill: `tomevault-io/signet` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/signet`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/signet/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/signet

---


# /signet — Cryptographic Tool Call Signing

Signet is active. Every tool call is signed with Ed25519 and logged
to a hash-chained audit trail at ~/.signet/audit/.

Agent identity: `claude-agent` (auto-generated on first use)

## Audit Commands

View recent signed tool calls (requires signet CLI):

    signet audit --since 1h

Verify hash chain integrity:

    signet audit --verify

View raw audit log without CLI:

    cat ~/.signet/audit/$(date +%Y-%m-%d).jsonl | jq '.receipt.action.tool'

Export audit report:

    signet audit --export report.json --since 24h

---
> Source: [Prismer-AI/signet](https://github.com/Prismer-AI/signet) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-06-18 -->

