Asqav Claude Code
Description
Signed Asqav receipts for Claude Code sessions. Tamper evident evidence of what your coding agent did.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Asqav receipts for Claude Code
Signed evidence of what your coding agent did.
This plugin watches a Claude Code session through hooks and, when the session stops, signs one Asqav `code_authorship` receipt summarizing it: which files changed (content hashes before and after), which commands ran (hashed), and the git context. The receipt is cryptographically signed, timestamped, and verifiable by anyone with the link.
Teams adopting Claude Code are being asked for an audit trail of AI-generated code. The EU AI Act's record-keeping obligations for high-risk systems apply from 2 December 2027, and from 2 August 2028 for those classified under Annex I, after Regulation (EU) 2026/1744 replaced the applicability dates in Article 113; SOC 2 auditors already ask how production code gets written today. A log file you can edit is weak evidence. A signed receipt is not.
Quickstart (about 5 minutes)
Create an Asqav account and an agent at [asqav.com/dashboard](https://asqav.com/dashboard), and copy an API key. The free tier covers this.
Export the credentials:
export ASQAV_API_KEY=sk_...
export ASQAV_AGENT_ID=agt_...
- Install the plugin. Either load it directly:
git clone https://github.com/jagmarques/asqav-claude-code.git
claude --plugin-dir ./asqav-claude-code
or paste the hooks block from [`examples/settings-snippet.json`](examples/settings-snippet.json) into your `.claude/settings.json` (fix the script path first).
- Run a Claude Code session inside a git repository. Edit a file, run a command, then stop the session. Claude Code shows the receipt as a system message:
asqav: signed code_authorship receipt sig_... verify at https://asqav.com/verify/sig_...
- Open the verify URL. That page is public, so you can hand it to a reviewer or an auditor as is.
Requirements: Python 3.10+, git, and network access to `api.asqav.com`. No pip packages needed. If the `asqav` Python SDK happens to be installed, the hook signs throu
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11